aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-01-12 02:58:23 -0800
committerMartin Roth <martinroth@google.com>2017-01-13 17:45:27 +0100
commit8525b8c3bd1e01e4aeb0eb88447640b68ebceeed (patch)
tree1bd4a7be4ce96514feb64fc35affda224c7ad886 /src
parent13dae93501877e92f3cd81e450829c0c2e37b18a (diff)
mainboard/google/poppy: Disable EC SW sync
BUG=chrome-os-partner:60513 BRANCH=None TEST=Verified that EC SW sync is disabled Change-Id: I399b26aa64084f5d5e91a2e585281dc48fa81c89 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/18114 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/poppy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index 262166ca37..742eb64c66 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -15,6 +15,7 @@ config BOARD_SPECIFIC_OPTIONS
config CHROMEOS
select EC_GOOGLE_CHROMEEC_SWITCHES
select LID_SWITCH
+ select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
config DRIVERS_I2C_GENERIC
def_bool y