From 32ca3cd246746c2a1d584e4a63bcd43ebb7fe23f Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Fri, 12 Oct 2018 17:19:53 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/29112 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/ec/google/chromeec/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ec/google/chromeec/Kconfig') 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. -- cgit v1.2.3