From e49743755de23a2fd81658184d39a3d6f01f6f79 Mon Sep 17 00:00:00 2001 From: Appukuttan V K Date: Fri, 1 Aug 2025 14:47:09 +0530 Subject: [PATCH] mb/google/ocelot: Select EC_GOOGLE_CHROMEEC_MEC for MCHP variants This commit updates the Kconfig for the Google Ocelot mainboard to select EC_GOOGLE_CHROMEEC_MEC for the OcelotMCHP and OcelotMCHP4ES variants. BUG=b:394208231 TEST=Build Ocelot and verify all variants compiles without any error. Change-Id: Ie5f776d40029b52a57d82aa9b02b95fbf3905cfd Signed-off-by: Appukuttan V K Reviewed-on: https://review.coreboot.org/c/coreboot/+/88629 Reviewed-by: Pranava Y N Tested-by: build bot (Jenkins) Reviewed-by: Varun Upadhyay --- src/mainboard/google/ocelot/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/ocelot/Kconfig b/src/mainboard/google/ocelot/Kconfig index 12d9e9ce67..8a61867757 100644 --- a/src/mainboard/google/ocelot/Kconfig +++ b/src/mainboard/google/ocelot/Kconfig @@ -72,6 +72,7 @@ config BOARD_GOOGLE_OCELOTITE config BOARD_GOOGLE_OCELOTMCHP select BOARD_GOOGLE_MODEL_OCELOT + select EC_GOOGLE_CHROMEEC_MEC config BOARD_GOOGLE_OCELOT4ES select BOARD_GOOGLE_MODEL_OCELOT @@ -81,6 +82,7 @@ config BOARD_GOOGLE_OCELOTITE4ES config BOARD_GOOGLE_OCELOTMCHP4ES select BOARD_GOOGLE_MODEL_OCELOT + select EC_GOOGLE_CHROMEEC_MEC if BOARD_GOOGLE_OCELOT_COMMON