soc/intel/skylake/Kconfig: Drop useless FSP1.1/2.0 prompts
There is no choice, if not leaving it with the default the build will fail. Change-Id: Id91e3ce87f8ced3001fcd2125f8f6781b270f5bc Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20402 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
d39c68a0c0
commit
956cfa307b
|
@ -88,9 +88,8 @@ config MAINBOARD_USES_FSP2_0
|
|||
default n
|
||||
|
||||
config USE_FSP2_0_DRIVER
|
||||
bool "Build with FSP 2.0"
|
||||
def_bool y
|
||||
depends on MAINBOARD_USES_FSP2_0
|
||||
default y if MAINBOARD_USES_FSP2_0
|
||||
select PLATFORM_USES_FSP2_0
|
||||
select ADD_VBT_DATA_FILE if RUN_FSP_GOP
|
||||
select SOC_INTEL_COMMON_GFX_OPREGION
|
||||
|
@ -98,9 +97,8 @@ config USE_FSP2_0_DRIVER
|
|||
select POSTCAR_STAGE
|
||||
|
||||
config USE_FSP1_1_DRIVER
|
||||
bool "Build with FSP 1.1"
|
||||
def_bool y
|
||||
depends on !MAINBOARD_USES_FSP2_0
|
||||
default y if !MAINBOARD_USES_FSP2_0
|
||||
select PLATFORM_USES_FSP1_1
|
||||
select DISPLAY_FSP_ENTRY_POINTS
|
||||
|
||||
|
|
Loading…
Reference in New Issue