summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/Kconfig.keyboard1
-rw-r--r--zephyr/Kconfig.led1
2 files changed, 0 insertions, 2 deletions
diff --git a/zephyr/Kconfig.keyboard b/zephyr/Kconfig.keyboard
index 2848aeae1c..12e1817de0 100644
--- a/zephyr/Kconfig.keyboard
+++ b/zephyr/Kconfig.keyboard
@@ -183,7 +183,6 @@ choice
config PLATFORM_EC_PWM_KBLIGHT
bool "PWM keyboard backlight"
- depends on PLATFORM_EC_PWM
help
Enables a PWM-controlled keyboard backlight controlled by a PWM signal
connected directly to the EC chipset. The board devicetree file must
diff --git a/zephyr/Kconfig.led b/zephyr/Kconfig.led
index 6e0eeb8aa5..a1308578ea 100644
--- a/zephyr/Kconfig.led
+++ b/zephyr/Kconfig.led
@@ -18,7 +18,6 @@ if PLATFORM_EC_LED_COMMON
config PLATFORM_EC_LED_PWM
bool "PWM (Pulse Width Modulation) LEDs"
- depends on PLATFORM_EC_PWM
help
Enable PWM (Pulse Width Modulation) controlled LEDs that conform to
the Chromium OS LED behavior specification.