From f63f2f291ba1e85adb89fab3d6a93b38f8595be7 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Tue, 30 Mar 2021 14:09:10 -0600 Subject: [PATCH] mb/google/guybrush: Enable VBOOT_LID_SWITCH Needed so get_lid_switch will actually call the EC. Otherwise it returns -1. BUG=b:183524609 TEST=Depthcharge no longer halts complaining that coreboot didn't sample the pin Signed-off-by: Raul E Rangel Change-Id: I4639b3713d726192e251dcffa14381dd92518fa2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51954 Tested-by: build bot (Jenkins) Reviewed-by: Mathew King --- src/mainboard/google/guybrush/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 9dd264aeb0..1b1f7b6373 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -33,6 +33,7 @@ config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES config VBOOT + select VBOOT_LID_SWITCH select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK