mb/intel/coffeelake_rvp: Select CHROMEOS for CFL-U and WHL-U RVP

This patch ensures to select chromeos kconfig only for required
CFL-U and WHL-U RVPs supported by Intel client team.

TEST=Ensure CONFIG_GBB_FLAG_FORCE_MANUAL_RECOVERY is only selected
for CFL-U and WHL-U boards.

Change-Id: Ib61409402a948f8d5f91130e200c45320ea13d3d
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/31214
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Subrata Banik 2019-02-02 12:39:24 +05:30 committed by Nico Huber
parent 1615ad67b5
commit 838e8375a3
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ config MAINBOARD_FAMILY
default "Intel_whlrvp" if BOARD_INTEL_WHISKEYLAKE_RVP
default "Intel_cflrvp"
config CHROMEOS
bool
default n if BOARD_INTEL_COFFEELAKE_RVP11 || BOARD_INTEL_COFFEELAKE_RVP8
default y
select GBB_FLAG_FORCE_MANUAL_RECOVERY
config MAX_CPUS
int
default 12 if BOARD_INTEL_COFFEELAKE_RVP11 || BOARD_INTEL_COFFEELAKE_RVP8