git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d991531
)
led: Add LED dependency for LED_ACTIVITY and LED_BOOT
author
Patrice Chotard
<patrice.chotard@foss.st.com>
Thu, 9 Oct 2025 13:08:34 +0000
(15:08 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 17 Oct 2025 14:57:45 +0000
(08:57 -0600)
Add LED dependency for LED_ACTIVITY and LED_BOOT.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
drivers/led/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/led/Kconfig
b/drivers/led/Kconfig
index
c98cbf9
..
7ff5cef
100644
(file)
--- a/
drivers/led/Kconfig
+++ b/
drivers/led/Kconfig
@@
-11,6
+11,7
@@
config LED
config LED_BOOT
bool "Enable LED boot support"
+ depends on LED
help
Enable LED boot support.
@@
-22,6
+23,7
@@
config LED_BOOT
config LED_ACTIVITY
bool "Enable LED activity support"
+ depends on LED
help
Enable LED activity support.