mb/google/octopus: Enable EC SW sync for all
Since this works on Yorp and Bip, we should enable EC SW sync for all known boards so that it doesn't get forgotten. BUG=None TEST=None Change-Id: Ifee8e0b6620dc7554160a10a8e4663db25b6413d Signed-off-by: Justin TerAvest <teravest@chromium.org> Reviewed-on: https://review.coreboot.org/27755 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
09fbaaaff7
commit
ed219ae306
|
@ -33,12 +33,10 @@ config BOARD_GOOGLE_BOBBA
|
||||||
bool "-> Bobba"
|
bool "-> Bobba"
|
||||||
select BASEBOARD_OCTOPUS_LAPTOP
|
select BASEBOARD_OCTOPUS_LAPTOP
|
||||||
select BOARD_GOOGLE_BASEBOARD_OCTOPUS
|
select BOARD_GOOGLE_BASEBOARD_OCTOPUS
|
||||||
select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC if CHROMEOS
|
|
||||||
select NHLT_DA7219 if INCLUDE_NHLT_BLOBS
|
select NHLT_DA7219 if INCLUDE_NHLT_BLOBS
|
||||||
|
|
||||||
config BOARD_GOOGLE_MEEP
|
config BOARD_GOOGLE_MEEP
|
||||||
bool "-> Meep"
|
bool "-> Meep"
|
||||||
select BASEBOARD_OCTOPUS_LAPTOP
|
select BASEBOARD_OCTOPUS_LAPTOP
|
||||||
select BOARD_GOOGLE_BASEBOARD_OCTOPUS
|
select BOARD_GOOGLE_BASEBOARD_OCTOPUS
|
||||||
select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC if CHROMEOS
|
|
||||||
select NHLT_DA7219 if INCLUDE_NHLT_BLOBS
|
select NHLT_DA7219 if INCLUDE_NHLT_BLOBS
|
||||||
|
|
Loading…
Reference in New Issue