blob: 50723486750e6341bb5556f65fbc46cdce1ca59c [file] [log] [blame]
Jan Kundrátfc16f062018-08-09 19:58:55 +02001config 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
7if BR2_PACKAGE_CZECHLIGHT_CLEARFOG_LEDS
8
9config CZECHLIGHT_CLEARFOG_LEDS_BOOT
10 bool "Indicate a successful boot via LEDs"
11 depends on CZECHLIGHT_RAUC_ROOTFS
12 default Y
13
14endif # BR2_PACKAGE_CZECHLIGHT_CLEARFOG_LEDS