summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-04 15:17:40 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-05 17:00:59 +0000
commit0dd8b63463bb45120625d3ca4e3dbc36824be352 (patch)
treefa5eb66dc0a4e82c3ebe16a24bb2a1eb4fe6e6c6
parent7423e12eb9ec5b6185447203716fe7001f5edc7d (diff)
downloadchrome-ec-0dd8b63463bb45120625d3ca4e3dbc36824be352.tar.gz
zephyr: volteer: Enable POWER_SLEEP_FAILURE_DETECTION
Enable this feature for volteer. BUG=b:178099673 BRANCH=none TEST=build volteer for zephyr and see that the code is included Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I8eb9b43c80f2da757983972486d3adac589b53ea Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2674948 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@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 0587c01ad3..5240e8f2c7 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -49,6 +49,7 @@ CONFIG_PLATFORM_EC_LED_PWM=y
CONFIG_PLATFORM_EC_POWERSEQ=y
CONFIG_PLATFORM_EC_POWERSEQ_RTC_RESET=y
CONFIG_PLATFORM_EC_POWERSEQ_S0IX=y
+CONFIG_PLATFORM_EC_POWER_SLEEP_FAILURE_DETECTION=y
# PWM
CONFIG_PWM=y