diff options
author | Evan Green <evgreen@chromium.org> | 2019-03-07 14:28:13 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2019-04-03 18:13:56 -0700 |
commit | 689f076d7e82e9739574641555fa936fd6dcc2c9 (patch) | |
tree | c114c4bc9856da45d810c8cfc79a3608bf84c35a | |
parent | 351f46632d5f0a051f298742fb68c7b7c9e3f8d4 (diff) | |
download | chrome-ec-689f076d7e82e9739574641555fa936fd6dcc2c9.tar.gz |
hatch: Enable CONFIG_POWER_S0IX_FAILURE_DETECTION
Enable the shiny new S0ix failure detection code that will wake the AP
after a specified timeout if the system attempted to go into S0ix but
went into a shallower state instead.
BUG=b:123716513
BRANCH=None
TEST=Test S0ix with a modified EC firmware and kernel changes.
Signed-off-by: Evan Green <evgreen@chromium.org>
Change-Id: Ia981cdc34a98bcf877dec78067173bf1c0f9e700
Reviewed-on: https://chromium-review.googlesource.com/1509717
Commit-Ready: Evan Green <evgreen@chromium.org>
Tested-by: Evan Green <evgreen@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
-rw-r--r-- | baseboard/hatch/baseboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h index 3bfb1e06cd..5028e556b9 100644 --- a/baseboard/hatch/baseboard.h +++ b/baseboard/hatch/baseboard.h @@ -40,6 +40,7 @@ #define CONFIG_POWER_COMMON #define CONFIG_POWER_PP5000_CONTROL #define CONFIG_POWER_S0IX +#define CONFIG_POWER_S0IX_FAILURE_DETECTION #define CONFIG_POWER_TRACK_HOST_SLEEP_STATE /* Common Keyboard Defines */ |