mb/intel/adlrvp: Enable support for Chrome OS mode switches
Branch=none Test=build and boot ADL-M RVP. Test recovery mode using servo command dut-control power_state:rec Signed-off-by: Anil Kumar <anil.kumar.k@intel.com> Change-Id: I771f0ef14b1c273f9d1af22c96de0eabd08e9a8c Reviewed-on: https://review.coreboot.org/c/coreboot/+/52614 Reviewed-by: Selma Bensaid <selma.bensaid@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
54c3662a57
commit
88dd4f705a
|
@ -80,6 +80,7 @@ config ADL_CHROME_EC
|
|||
select EC_GOOGLE_CHROMEEC_ESPI
|
||||
select EC_GOOGLE_CHROMEEC_BOARDID
|
||||
select EC_ACPI
|
||||
select EC_GOOGLE_CHROMEEC_LPC
|
||||
|
||||
config ADL_INTEL_EC
|
||||
bool "Intel EC"
|
||||
|
@ -90,6 +91,7 @@ endchoice
|
|||
config VBOOT
|
||||
select VBOOT_LID_SWITCH
|
||||
select VBOOT_MOCK_SECDATA
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES if ADL_CHROME_EC
|
||||
|
||||
config UART_FOR_CONSOLE
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue