From 19a37d642050dea6249cc76f752095bc72c4df40 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Fri, 15 Mar 2019 17:23:04 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/31920 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/ec/google/wilco/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ec/google') 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. -- cgit v1.2.3