aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2021-01-04 14:04:05 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-01-07 08:16:38 +0000
commit1daa2c6944146318f48dbba69db7597779571508 (patch)
tree79670412186e4f6e4b81ee9877c786415f578812 /src/mainboard/intel
parentd0e1db835a4d9f6dc1f7a987b84db3ffe1d8401a (diff)
mb/intel/adlrvp: Fix building with CONFIG_CHROMEOS unset
Make GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC depend on VBOOT, rather than force-select it. Change-Id: I0ec418d4182865636b6350f1ee151420d8e02c33 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49102 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/adlrvp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/adlrvp/Kconfig b/src/mainboard/intel/adlrvp/Kconfig
index 369ce21e05..ef89e0f1dd 100644
--- a/src/mainboard/intel/adlrvp/Kconfig
+++ b/src/mainboard/intel/adlrvp/Kconfig
@@ -75,7 +75,7 @@ config ADL_CHROME_EC
config ADL_INTEL_EC
bool "Intel EC"
select EC_ACPI
- select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
+ select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC if VBOOT
endchoice
config PCIEXP_HOTPLUG_BUSES