led: Add LED dependency for LED_ACTIVITY and LED_BOOT
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 9 Oct 2025 13:08:34 +0000 (15:08 +0200)
committerTom 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

index c98cbf9..7ff5cef 100644 (file)
@@ -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.