summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-06-07 02:28:14 -0500
committerPatrick Georgi <pgeorgi@google.com>2020-06-10 18:50:26 +0000
commit26a0c66c133aee35f559a62afb8d104915667c53 (patch)
treefb745f397c081c6acb6996380cf33d4e9eb696c1
parent9f71b1713a19e595dd1259cf5f83f93969dfde22 (diff)
downloadcoreboot-26a0c66c133aee35f559a62afb8d104915667c53.tar.xz
mb/google/hatch: drop VBOOT_LID_SWITCH from hatch baseboard
Selecting VBOOT_LID_SWITCH under BOARD_GOOGLE_BASEBOARD_HATCH creates a requirement for VBOOT, and prevents building in the non-vboot/non-ChromeOS case. As this symbol is already selected by CHROMEOS below, there's no need for the baseboard (and only one of the two) to select it, so don't. Change-Id: I060e82185997bce451648173dd97dd6a3d5d237f Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42137 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r--src/mainboard/google/hatch/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig
index 46aa4d1ecb..5821b767d3 100644
--- a/src/mainboard/google/hatch/Kconfig
+++ b/src/mainboard/google/hatch/Kconfig
@@ -3,7 +3,6 @@ config BOARD_GOOGLE_BASEBOARD_HATCH
def_bool n
select BOARD_GOOGLE_HATCH_COMMON
select SYSTEM_TYPE_LAPTOP
- select VBOOT_LID_SWITCH
config BOARD_GOOGLE_BASEBOARD_PUFF
def_bool n