summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.led_dt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.led_dt')
-rw-r--r--zephyr/Kconfig.led_dt22
1 files changed, 1 insertions, 21 deletions
diff --git a/zephyr/Kconfig.led_dt b/zephyr/Kconfig.led_dt
index adedfb16b6..25993802a3 100644
--- a/zephyr/Kconfig.led_dt
+++ b/zephyr/Kconfig.led_dt
@@ -3,27 +3,7 @@
# found in the LICENSE file.
menuconfig PLATFORM_EC_LED_DT
- bool "DT LED Support"
+ bool "LED Support"
help
Enable devicetree based LED module supporting automatic control of the
battery and power LEDs.
-
-if PLATFORM_EC_LED_DT
-
-config PLATFORM_EC_LED_DT_GPIO
- bool "DT LED Support (GPIO)"
- default y
- depends on DT_HAS_CROS_EC_GPIO_LED_PINS_ENABLED
- help
- Enable support for devicetree GPIO LEDs, requires a node using the
- cros-ec,gpio-led-pins compatible.
-
-config PLATFORM_EC_LED_DT_PWM
- bool "DT LED Support (PWM)"
- default y
- depends on DT_HAS_CROS_EC_PWM_LED_PINS_ENABLED
- select PWM
- help
- Enable support for devicetree PWM LEDs, requires a node using the
- cros-ec,pwm-led-pins compatible.
-endif