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:
Matt DeVillier 2021-01-04 14:05:10 -06:00 committed by Patrick Georgi
parent 1daa2c6944
commit d8be3da579

View file

@ -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