diff options
author | Furquan Shaikh <furquan@google.com> | 2018-07-10 17:06:28 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-07-12 00:39:44 +0000 |
commit | 4d98916721d8e46ed35fc4ecf4f6cefdcf75a973 (patch) | |
tree | 95075deb7e357766e34a2ae4ba48817edeaf2167 /src/mainboard/google/octopus/Kconfig.name | |
parent | 3130a93bfa953011fed7429b17d3727abd3b4100 (diff) |
mb/google/octopus/variants/bip: Enable EC SW sync
This change enables EC SW sync for bip by removing GBB flag selection
for disabling SW sync.
BUG=b:110523189
TEST=Verified that EC SW sync works fine on bip.
Change-Id: Iff8ee67fd682530a4fa82643cd1d00a645b347a3
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/27428
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig.name')
-rw-r--r-- | src/mainboard/google/octopus/Kconfig.name | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/Kconfig.name b/src/mainboard/google/octopus/Kconfig.name index cfe051c40d..02fabff9d9 100644 --- a/src/mainboard/google/octopus/Kconfig.name +++ b/src/mainboard/google/octopus/Kconfig.name @@ -15,7 +15,6 @@ config BOARD_GOOGLE_BIP bool "-> Bip" select BASEBOARD_OCTOPUS_LAPTOP select BOARD_GOOGLE_BASEBOARD_OCTOPUS - select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC if CHROMEOS select NHLT_RT5682 if INCLUDE_NHLT_BLOBS config BOARD_GOOGLE_PHASER |