summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.led
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.led')
-rw-r--r--zephyr/Kconfig.led2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/Kconfig.led b/zephyr/Kconfig.led
index 90f59f2fff..86e423aacd 100644
--- a/zephyr/Kconfig.led
+++ b/zephyr/Kconfig.led
@@ -19,6 +19,8 @@ if PLATFORM_EC_LED_COMMON
config PLATFORM_EC_LED_PWM
bool "PWM (Pulse Width Modulation) LEDs"
+ default y
+ depends on DT_HAS_CROS_EC_PWM_LEDS_ENABLED
help
Enable PWM (Pulse Width Modulation) controlled LEDs that conform to
the Chromium OS LED behavior specification.