Jan Kundrát | fc16f06 | 2018-08-09 19:58:55 +0200 | [diff] [blame] | 1 | config BR2_PACKAGE_CZECHLIGHT_CLEARFOG_LEDS |
2 | bool "LED functions for Clearfog-based CzechLight devices" | ||||
3 | depends on BR2_INIT_SYSTEMD | ||||
4 | help | ||||
5 | Userspace configuration of LEDs for indicating various states. | ||||
6 | |||||
7 | if BR2_PACKAGE_CZECHLIGHT_CLEARFOG_LEDS | ||||
8 | |||||
9 | config CZECHLIGHT_CLEARFOG_LEDS_BOOT | ||||
10 | bool "Indicate a successful boot via LEDs" | ||||
11 | depends on CZECHLIGHT_RAUC_ROOTFS | ||||
12 | default Y | ||||
13 | |||||
14 | endif # BR2_PACKAGE_CZECHLIGHT_CLEARFOG_LEDS |