summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.led
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-03-01 13:40:11 +0000
committerCommit Bot <commit-bot@chromium.org>2022-03-01 18:26:39 +0000
commit10a7a0a72017fe15633fa563977b748e88ec8726 (patch)
tree488768231948c8d4b99a2a363ae30ff42cb1a950 /zephyr/Kconfig.led
parent7c05b536d2ea47353a71454aa12eeb3193c75acf (diff)
downloadchrome-ec-10a7a0a72017fe15633fa563977b748e88ec8726.tar.gz
zephyr: shim: drop PLATFORM_EC_PWM dependency from kblight and led_pwm
The kblight and led_pwm drivers do not depend on the shimmed PWM API anymore, drop the depends so that we can build them with CONFIG_PLATFORM_EC_PWM=n. BRANCH=none BUG=b:217741090 TEST=zmake testall Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I3511e1e1e4089ed06e2e660dfccbf174b1076fb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3497448 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.led')
-rw-r--r--zephyr/Kconfig.led1
1 files changed, 0 insertions, 1 deletions
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.