blob: e4d9a84b1da7b93074cacc74946434bf119a3fc1 [file] [log] [blame]
Simon Glass59171122015-06-23 15:38:45 -06001config LED
2 bool "Enable LED support"
3 depends on DM
4 help
5 Many boards have LEDs which can be used to signal status or alerts.
6 U-Boot provides a uclass API to implement this feature. LED drivers
7 can provide access to board-specific LEDs. Use of the device tree
8 for configuration is encouraged.
9
10config SPL_LED_SUPPORT
11 bool "Enable LED support in SPL"
12 depends on LED
13 help
14 The LED subsystem adds a small amount of overhead to the image.
15 If this is acceptable and you have a need to use LEDs in SPL,
16 enable this option. You will need to enable device tree in SPL
17 for this to work.