From 05ca3d18a8fe1f6ceb0d53ec5f146a944b52845d Mon Sep 17 00:00:00 2001 From: Harsha B R Date: Sat, 4 Feb 2023 23:03:53 +0530 Subject: [PATCH] mb/intel/mtlrvp: Enable EC_GOOGLE_CHROMEEC_SWITCHES This patch enables EC_GOOGLE_CHROMEEC_SWITCHES for MTL_CHROME_EC which helps in mode switch using dut-control power_state:rec. BUG=b:224325352 BRANCH=None Test=Able to build and boot MTLRVP to ChromeOS. Check if chroot command dut-control power_state:rec puts the DUT to recovery mode. Signed-off-by: Harsha B R Change-Id: I5de0cd6c9a50bd85238205e09976a8bd8dd7142f Reviewed-on: https://review.coreboot.org/c/coreboot/+/72813 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Usha P Reviewed-by: Sridhar Siricilla --- src/mainboard/intel/mtlrvp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/intel/mtlrvp/Kconfig b/src/mainboard/intel/mtlrvp/Kconfig index 3468ac9651..0d90a3b9bb 100644 --- a/src/mainboard/intel/mtlrvp/Kconfig +++ b/src/mainboard/intel/mtlrvp/Kconfig @@ -90,6 +90,7 @@ endchoice config VBOOT select VBOOT_LID_SWITCH + select EC_GOOGLE_CHROMEEC_SWITCHES if MTL_CHROME_EC config UART_FOR_CONSOLE int