summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2019-08-23 20:23:12 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-13 00:35:14 +0000
commitc4ba7e80706fe489406df870d6e54064f7793d44 (patch)
treea4162e589b0d3dbd0fd64e6f0cb6de2d8a840c86
parentf962b50c920c4566ec9f40f884b4739b772a329b (diff)
downloadchrome-ec-c4ba7e80706fe489406df870d6e54064f7793d44.tar.gz
config.h: remove unused CONFIG_POWER_IGNORE_LID_OPEN
there is no implementation or reference to CONFIG_POWER_IGNORE_LID_OPEN, so remove it. BUG=none BRANCH=none TEST=verified there are no references to CONFIG_POWER_IGNORE_LID_OPEN Change-Id: I6c420cf3b130f9bdf9a05986251e0cd46d6dd9fa Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1772527 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--include/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 93d2b8401d..37c2246f85 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2883,9 +2883,6 @@
/* Compile common code for AP power state machine */
#undef CONFIG_POWER_COMMON
-/* Disable the power-on transition when the lid is opened */
-#undef CONFIG_POWER_IGNORE_LID_OPEN
-
/* Enable a task-safe way to control the PP5000 rail. */
#undef CONFIG_POWER_PP5000_CONTROL