summaryrefslogtreecommitdiff
path: root/baseboard/hatch
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-07-23 13:35:48 -0700
committerCommit Bot <commit-bot@chromium.org>2020-08-04 06:38:09 +0000
commit119a7701d5c51e0b1e453955f8668b70e949e99f (patch)
treed64741e07385a22649d0d4ff4b33a94d51d84f85 /baseboard/hatch
parent3e8d31a1e10fc80852a6bdc02ebbe4fc54a6a948 (diff)
downloadchrome-ec-119a7701d5c51e0b1e453955f8668b70e949e99f.tar.gz
power/intel_x86: Generalize the sleep failure detection, not bound to S0ix
This change prepares to separate the sleep failure detection out of intel_x86, such that other chipset power sequence can reuse the code. It only touches the naming. No logic changes. * Rename to CONFIG_POWER_SLEEP_FAILURE_DETECTION * Modify the function and variable names, to avoid S0ix * Modify the comment to more neutral BRANCH=None BUG=b:162083524 TEST=make buildall -j Change-Id: I6a61c3b0a63af60913ee89e0ca343085fbd22308 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2321872 Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'baseboard/hatch')
-rw-r--r--baseboard/hatch/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h
index 27358ecb42..00ce1e0dac 100644
--- a/baseboard/hatch/baseboard.h
+++ b/baseboard/hatch/baseboard.h
@@ -55,7 +55,7 @@
#define CONFIG_POWER_COMMON
#define CONFIG_POWER_PP5000_CONTROL
#define CONFIG_POWER_S0IX
-#define CONFIG_POWER_S0IX_FAILURE_DETECTION
+#define CONFIG_POWER_SLEEP_FAILURE_DETECTION
#define CONFIG_POWER_TRACK_HOST_SLEEP_STATE
/* Common Keyboard Defines */