summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-19 17:44:04 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-22 17:52:08 +0000
commit0b58c3ca75591750d1b95e7eab25fe2e0a7d0aa0 (patch)
tree4eb124445e6f90225e79d4ce5bb939015c344593
parentd5ac31e514931ffe64f52694ac4acc86973f9c3b (diff)
downloadchrome-ec-0b58c3ca75591750d1b95e7eab25fe2e0a7d0aa0.tar.gz
zephyr: volteer: enable S0ix
Enable S0ix Kconfig option. BUG=b:177949550 BRANCH=none TEST=power sequence volteer Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I9d301f8808a1859d25efb80ca9ef2ac3bd0c37eb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2643599 Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index e6ae1b5959..c32809319c 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -25,6 +25,7 @@ CONFIG_PLATFORM_EC_BATTERY_FUEL_GAUGE=y
# Power Sequencing
CONFIG_PLATFORM_EC_POWERSEQ=y
CONFIG_PLATFORM_EC_POWERSEQ_RTC_RESET=y
+CONFIG_PLATFORM_EC_POWERSEQ_S0IX=y
# Miscellaneous tasks
CONFIG_HAS_TASK_KEYPROTO=y