diff options
author | Duncan Laurie <dlaurie@google.com> | 2019-03-20 16:32:43 -0700 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2019-03-21 03:43:18 +0000 |
commit | 5a38572fd99b7a9e86170efddc14960a7f37a748 (patch) | |
tree | 21fd7edd7cd0c7c3fc2377516e0f26a1b6aa531d /src/ec | |
parent | 774d41495e6b489e1a33f92e8749f1e9833b691c (diff) | |
download | coreboot-5a38572fd99b7a9e86170efddc14960a7f37a748.tar.xz |
Revert "UPSTREAM: ec/google/wilco: Enable software sync for VBOOT"
This reverts commit 51169b7dda4a1978d622e329a1c40e384471c165.
I was not ready to enable this option yet, until it is enabled
in depthcharge it needs to stay off in coreboot or depthcharge
will attempt to do software sync without a proper driver.
Change-Id: I4840812d0541f822502cfc5c66bed27edf4d2ecc
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32007
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/google/wilco/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/google/wilco/Kconfig b/src/ec/google/wilco/Kconfig index f4a41112b9..4202c1d7b5 100644 --- a/src/ec/google/wilco/Kconfig +++ b/src/ec/google/wilco/Kconfig @@ -3,7 +3,6 @@ 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. |