From c4ba7e80706fe489406df870d6e54064f7793d44 Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Fri, 23 Aug 2019 20:23:12 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1772527 Reviewed-by: Daisuke Nojiri --- include/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.1