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:
parent
084a343b58
commit
124a368702
|
@ -19,6 +19,19 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select MONOTONIC_TIMER_MSR
|
select MONOTONIC_TIMER_MSR
|
||||||
select SOC_INTEL_SKYLAKE
|
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
|
config CHROMEOS
|
||||||
select LID_SWITCH
|
select LID_SWITCH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue