summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Kumar <rajesh3.kumar@intel.com>2022-12-09 16:34:55 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-13 01:40:40 +0000
commit7b1b1149383ed5cbc20f9eddbcfb87b57088b38b (patch)
tree12d95fd6a2ab71bed9e8fbdb1cdfea4caf01d19c
parent88612c8c6667e4e3d0280bffc691f1cfc144ba58 (diff)
downloadchrome-ec-7b1b1149383ed5cbc20f9eddbcfb87b57088b38b.tar.gz
rex: Enable S0ix error recovery conf
This enables S0ix error recovery for rex platform BUG=none BRANCH=none TEST=zmake build rex 'powerd_dbus_suspend' on AP and observed timeout and hang detected through EC logs. Change-Id: I63f1df4f2dacdf83f3b67e665ea25894a23dbefd Signed-off-by: Rajesh Kumar <rajesh3.kumar@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4093741 Reviewed-by: Keith Short <keithshort@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
-rw-r--r--zephyr/program/rex/program.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/program/rex/program.conf b/zephyr/program/rex/program.conf
index 9030d62628..58ea528b76 100644
--- a/zephyr/program/rex/program.conf
+++ b/zephyr/program/rex/program.conf
@@ -46,6 +46,7 @@ CONFIG_PLATFORM_EC_POWERSEQ_PP5000_CONTROL=n
CONFIG_AP_PWRSEQ=y
CONFIG_X86_NON_DSX_PWRSEQ_CONSOLE=y
CONFIG_AP_PWRSEQ_S0IX=y
+CONFIG_AP_PWRSEQ_S0IX_ERROR_RECOVERY=y
# I2C
CONFIG_PLATFORM_EC_HOSTCMD_I2C_CONTROL=y