Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/51954 )
Change subject: mb/google/guybrush: Enable VBOOT_LID_SWITCH ......................................................................
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 rrangel@chromium.org Change-Id: I4639b3713d726192e251dcffa14381dd92518fa2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51954 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Mathew King mathewk@chromium.org --- M src/mainboard/google/guybrush/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Mathew King: Looks good to me, approved
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 9dd264a..1b1f7b6 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -33,6 +33,7 @@ select EC_GOOGLE_CHROMEEC_SWITCHES
config VBOOT + select VBOOT_LID_SWITCH select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK