diff options
| author | Patrice Chotard <[email protected]> | 2025-10-09 15:08:34 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-17 08:57:45 -0600 |
| commit | 827ccb84ff433001b59168d81a59489e339ec2c0 (patch) | |
| tree | f83a4405d3bdb823f913c61438cdcf55224b2152 | |
| parent | d9915318b5d8dd9c31209541c1d99ab0edb339ac (diff) | |
led: Add LED dependency for LED_ACTIVITY and LED_BOOT
Add LED dependency for LED_ACTIVITY and LED_BOOT.
Signed-off-by: Patrice Chotard <[email protected]>
Cc: Yegor Yefremov <[email protected]>
Reviewed-by: Yegor Yefremov <[email protected]>
| -rw-r--r-- | drivers/led/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index c98cbf92fab..7ff5cefd29d 100644 --- 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. |
