From 7b1b1149383ed5cbc20f9eddbcfb87b57088b38b Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Fri, 9 Dec 2022 16:34:55 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4093741 Reviewed-by: Keith Short Code-Coverage: Zoss Reviewed-by: Vijay P Hiremath --- zephyr/program/rex/program.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1