summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/Kconfig
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2018-10-12 17:19:53 -0700
committerPatrick Georgi <pgeorgi@google.com>2018-10-18 15:01:40 +0000
commit32ca3cd246746c2a1d584e4a63bcd43ebb7fe23f (patch)
tree85a19dfcf13c2504545a0ed69172cbf519a4bd4c /src/ec/google/chromeec/Kconfig
parent26cf00ab498a78b59c9170d38d6ee7ced930259c (diff)
downloadcoreboot-32ca3cd246746c2a1d584e4a63bcd43ebb7fe23f.tar.xz
ec/google/chromeec: Use common MEC interface
Switch to using the common MEC interface instead of the Chrome EC specific code. Tested on a Chell chromebook that has a MEC based Chrome EC to ensure that the EC interface is still functional. Change-Id: Idf26e62c2843993c2df2ab8ef157b263a71a97c9 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/29112 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/ec/google/chromeec/Kconfig')
-rw-r--r--src/ec/google/chromeec/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig
index 1d59f1a982..3eb2c4807c 100644
--- a/src/ec/google/chromeec/Kconfig
+++ b/src/ec/google/chromeec/Kconfig
@@ -56,6 +56,7 @@ config EC_GOOGLE_CHROMEEC_LPC
config EC_GOOGLE_CHROMEEC_MEC
depends on EC_GOOGLE_CHROMEEC_LPC
def_bool n
+ select EC_GOOGLE_COMMON_MEC
help
Microchip EC variant for LPC register access.