mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: kunimitsu: Add choice to select FSP driver
Add choice to select between FSP 1.1 & FSP2.0 driver to be used. BUG=None BRANCH=None TEST=None 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> Change-Id: Ied7eab6f4a2191e0bcf220cde5ca519a3c3e2d76 Reviewed-on: https://chromium-review.googlesource.com/402371 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
6550192f76
commit
57cbf65f24
1 changed files with 13 additions and 0 deletions
|
@ -20,6 +20,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…
Add table
Reference in a new issue