mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-23 18:32:07 +01:00
led: Mark LED_STATUS as depending on LED being disabled
The LED_STATUS functionality is part of the legacy LED framework. This cannot be enabled at the same time as the new LED API is. Make the text prompt be clear this is legacy and add a dependency on LED being disabled. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
0cdca862cb
commit
f34a86c1ef
@ -137,7 +137,8 @@ config SPL_LED_GPIO
|
||||
See the help of LED_GPIO for details.
|
||||
|
||||
config LED_STATUS
|
||||
bool "Enable status LED API"
|
||||
bool "Enable legacy status LED API"
|
||||
depends on !LED
|
||||
help
|
||||
Allows common u-boot commands to use a board's leds to
|
||||
provide status for activities like booting and downloading files.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user