summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYilun Lin <yllin@chromium.org>2019-08-20 13:54:00 +0800
committerCommit Bot <commit-bot@chromium.org>2019-08-23 05:48:34 +0000
commit1d0f58a303f8eb57d4c9fdec406f6f09918547cc (patch)
treebde71b2fa13b21fc73786208af2d839598d26788 /include
parent7e26c7c66898d1e4609184ae2fa207cddbf0c4fb (diff)
downloadchrome-ec-1d0f58a303f8eb57d4c9fdec406f6f09918547cc.tar.gz
power: Make HC host_sleep_event independent from power common.
host_sleep_event provides the AP power state information to EC, and this is not necessary bound to CONFIG_POWER_COMMON. This CL moves the HC out of CONFIG_POWER_COMMON. TEST=1. make buildall -j 2. #define CONFIG_POWER_TRACK_HOST_SLEEP_STATE kukui_scp, and see it build successfully. BUG=b:136240895 BRANCH=none Cq-Depend: chromium:1760656 Change-Id: I5555c7ba8b97547ce9fc0ff8e2bff14ef3da8fe7 Signed-off-by: Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1753563 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index dd2570f630..66b23526b4 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4628,7 +4628,6 @@
#undef CONFIG_CHIPSET_SKYLAKE
#undef CONFIG_CHIPSET_STONEY
#undef CONFIG_POWER_COMMON
-#undef CONFIG_POWER_TRACK_HOST_SLEEP_STATE
#endif
/*