aboutsummaryrefslogtreecommitdiff
path: root/src/ec
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2019-03-15 17:23:04 -0700
committerPatrick Georgi <pgeorgi@google.com>2019-03-18 09:14:43 +0000
commit19a37d642050dea6249cc76f752095bc72c4df40 (patch)
treefa3f55517bf2784fac7d341fe94335b50f0b2f9d /src/ec
parenta436877573da335de776b262415b6997daadb54a (diff)
ec/google/wilco: Enable software sync for VBOOT
Enable software sync by default if VBOOT is enabled. The slow update option is also needed, but this is moving to depthcharge so it is not defined here. Change-Id: I046661fae7315f84e96293532b4e1568558df962 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31920 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/ec')
-rw-r--r--src/ec/google/wilco/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/google/wilco/Kconfig b/src/ec/google/wilco/Kconfig
index 4202c1d7b5..f4a41112b9 100644
--- a/src/ec/google/wilco/Kconfig
+++ b/src/ec/google/wilco/Kconfig
@@ -3,6 +3,7 @@ config EC_GOOGLE_WILCO
default n
select EC_GOOGLE_COMMON_MEC
select EC_ACPI
+ select VBOOT_EC_SOFTWARE_SYNC if VBOOT
help
Google Wilco Embedded Controller interface.