kunimitsu: Add choice to select FSP driver

Add choice to select between FSP 1.1 & FSP2.0 driver to be used.

Change-Id: Ied7eab6f4a2191e0bcf220cde5ca519a3c3e2d76
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/17051
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Naresh G Solanki 2016-10-18 07:19:36 +05:30 committed by Martin Roth
parent 084a343b58
commit 124a368702
1 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,19 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MONOTONIC_TIMER_MSR
select SOC_INTEL_SKYLAKE
choice
prompt "FSP driver"
default KUNIMITSU_USES_FSP1_1
config KUNIMITSU_USES_FSP1_1
bool "FSP driver 1.1"
config KUNIMITSU_USES_FSP2_0
bool "FSP driver 2.0"
select MAINBOARD_USES_FSP2_0
endchoice
config CHROMEOS
select LID_SWITCH