From: Patrice Chotard Date: Thu, 9 Oct 2025 13:08:34 +0000 (+0200) Subject: led: Add LED dependency for LED_ACTIVITY and LED_BOOT X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827ccb84ff433001b59168d81a59489e339ec2c0;p=pandora-u-boot.git led: Add LED dependency for LED_ACTIVITY and LED_BOOT Add LED dependency for LED_ACTIVITY and LED_BOOT. Signed-off-by: Patrice Chotard Cc: Yegor Yefremov Reviewed-by: Yegor Yefremov --- 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.