diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-03-30 14:09:10 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-03-31 21:14:25 +0000 |
commit | f63f2f291ba1e85adb89fab3d6a93b38f8595be7 (patch) | |
tree | 8cc7481243e7097ef7c91dfd18f699af4362d7d5 /src/mainboard/google | |
parent | 6ef0e80bf42909bf0a6609041953b8b23f68e7f3 (diff) |
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>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |