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>
This commit is contained in:
parent
9f71b1713a
commit
26a0c66c13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue