mb/intel/jasperlake_rvp: Fix building with CONFIG_CHROMEOS unset
Make EC_GOOGLE_CHROMEEC_SWITCHES depend on VBOOT, rather than force selecting it. Change-Id: If96b2a935d2f7388a24be7d8e65c7dfc2c89a0fc Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49103 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
1daa2c6944
commit
d8be3da579
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ config BOARD_INTEL_JASPERLAKE_RVP_EXT_EC
|
|||
bool "Jasperlake DDR4/LPDDR4 RVP with Chrome EC"
|
||||
select EC_GOOGLE_CHROMEEC
|
||||
select EC_GOOGLE_CHROMEEC_LPC
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES
|
||||
select EC_GOOGLE_CHROMEEC_SWITCHES if VBOOT
|
||||
select INTEL_LPSS_UART_FOR_CONSOLE
|
||||
|
|
Loading…
Reference in a new issue