diff options
author | Nick Vaccaro <nvaccaro@chromium.org> | 2017-12-20 23:08:55 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2018-01-11 01:09:24 +0000 |
commit | ebab45444c6383d60f148e128a7e04fd412c13a9 (patch) | |
tree | 66888063c2b88802d2fb13bd063ebd5e0113509c /src/mainboard/google/zoombini/Kconfig | |
parent | ae8cb832230efab9fb2e863a1c69b7854321b1aa (diff) | |
download | coreboot-ebab45444c6383d60f148e128a7e04fd412c13a9.tar.xz |
mainboard/google/zoombini/variants/meowth: Disable EC SW sync
BUG=b:69011806
BRANCH=chromeos-2016.05
TEST=Compiles successfully using "./util/abuild/abuild -p none
-t google/zoombini -x -a"
Change-Id: I8276fa26af664557e9964cb6b8a5a076eacdf00c
Signed-off-by: Nick Vaccaro <nvaccaro@chromium.org>
Reviewed-on: https://review.coreboot.org/23198
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/zoombini/Kconfig')
-rw-r--r-- | src/mainboard/google/zoombini/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/zoombini/Kconfig b/src/mainboard/google/zoombini/Kconfig index 8e1cfbbcbe..f09abfc3bc 100644 --- a/src/mainboard/google/zoombini/Kconfig +++ b/src/mainboard/google/zoombini/Kconfig @@ -68,6 +68,7 @@ config VARIANT_DIR config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES + select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC select VBOOT_LID_SWITCH if BASEBOARD_ZOOMBINI_LAPTOP # Select this option to enable use of cr50 I2C TPM on zoombini. |