ec/google/chromec: Default EC_GOOGLE_CHROMEEC_LPC to disabled

Don't set a default bus type for the Chrome EC on x86.  The platform
must select the bus, typically  LPC or ESPI.

BUG=b:140055300
TEST=Build tested only

Change-Id: I736cb9e43292a1b228cd083ca81a8e5db383e878
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35154
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Martin Roth 2019-08-29 13:09:06 -06:00 committed by Patrick Georgi
parent dcf86e0cff
commit 30d3c9ed48
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ config EC_GOOGLE_CHROMEEC_ESPI
config EC_GOOGLE_CHROMEEC_LPC
depends on EC_GOOGLE_CHROMEEC && ARCH_X86 # Needs Plug-and-play.
def_bool y
def_bool n
help
Google Chrome EC via LPC bus.