summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2015-10-27 14:34:07 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-30 13:09:32 -0700
commitc6b22f0ab722d2b3519b1c2d4f7b4b2b009e2936 (patch)
tree1964f34ebc7d5da7cb743fa34ade447d41e97d55
parente080de3c488063773c37ac89829996edd5506a49 (diff)
downloadchrome-ec-c6b22f0ab722d2b3519b1c2d4f7b4b2b009e2936.tar.gz
pd: turn on CONFIG_USB_PD_LOW_POWER by default
Define CONFIG_USB_PD_LOW_POWER by default to save power on both TCPM and TCPC side by waking PD task less often when possible. BUG=none BRANCH=none TEST=test on glados and samus. Change-Id: I04441fb8339652cf073689177175a98f28807897 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/309311 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 8f8469f3da..c104d681f9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1733,7 +1733,7 @@
#undef CONFIG_USB_PD_LOG_SIZE
/* Save power by waking up on VBUS rather than polling CC */
-#undef CONFIG_USB_PD_LOW_POWER
+#define CONFIG_USB_PD_LOW_POWER
/* Allow chip to go into low power idle even when a PD device is attached */
#undef CONFIG_USB_PD_LOW_POWER_IDLE_WHEN_CONNECTED