summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHenry Hsu <Henry.Hsu@quantatw.com>2014-02-19 09:31:38 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-02-20 01:12:03 +0000
commit716be1dff2e6762e380d7a4eb54c06ac95352710 (patch)
tree3e4bf00a22d899a9b67e16ae5d14b8403130009d /include
parent8f5c390d874cd55618d6252a9ed9a202fc626fed (diff)
downloadchrome-ec-716be1dff2e6762e380d7a4eb54c06ac95352710.tar.gz
Add pwm support while in low-power idle
BUG=None BRANCH=None TEST=Enable this with pwm led board, the pwm led works even EC low-power idle. Change-Id: Ic808104d8e38b1f9074682ced41412c6af050efe Signed-off-by: Henry Hsu <Henry.Hsu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/186951 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 187bbd5289..556850b903 100644
--- a/include/config.h
+++ b/include/config.h
@@ -626,6 +626,9 @@
/* Support PWM control */
#undef CONFIG_PWM
+/* Support PWM control while in low-power idle */
+#undef CONFIG_PWM_DSLEEP
+
/*****************************************************************************/
/* Support PWM output to keyboard backlight */
#undef CONFIG_PWM_KBLIGHT