From b838256a51b3d58f297165b5d238ea35aba3bce7 Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Tue, 7 Nov 2017 11:30:23 -0800 Subject: google/fizz: add VBOOT_PHYSICAL_REC_SWITCH config Now that recovery button has been enabled through cr50, we can add VBOOT_PHYSICAL_REC_SWITCH config and treat the recovery button like on any other chromebox. BUG=b:37751915, b:63893483 BRANCH=None TEST=With DUT in normal mode, boot into recovery, press ctrl+d followed by pressing the recovery button. Should successfully boot into dev mode. CQ-DEPEND=CL:737477 Change-Id: I72fb42508083295e317dd06900796dc0cda753f6 Signed-off-by: Shelley Chen Reviewed-on: https://review.coreboot.org/22368 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/fizz/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/fizz/Kconfig') diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig index 8036b8b644..1431db42c6 100644 --- a/src/mainboard/google/fizz/Kconfig +++ b/src/mainboard/google/fizz/Kconfig @@ -24,6 +24,7 @@ config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC select VBOOT_EC_EFS + select VBOOT_PHYSICAL_REC_SWITCH config DRIVER_TPM_I2C_BUS depends on FIZZ_USE_I2C_TPM -- cgit v1.2.3