From 57cbf65f24630133efd710bc7fbcdc69a5f6fd1d Mon Sep 17 00:00:00 2001 From: Naresh G Solanki Date: Tue, 18 Oct 2016 07:19:36 +0530 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/17051 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Change-Id: Ied7eab6f4a2191e0bcf220cde5ca519a3c3e2d76 Reviewed-on: https://chromium-review.googlesource.com/402371 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/mainboard/intel/kunimitsu/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/mainboard/intel/kunimitsu/Kconfig b/src/mainboard/intel/kunimitsu/Kconfig index 10f23ced84..6b7f77631c 100644 --- a/src/mainboard/intel/kunimitsu/Kconfig +++ b/src/mainboard/intel/kunimitsu/Kconfig @@ -20,6 +20,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