summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig1
-rw-r--r--arch/x86/cpu/apollolake/Kconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index dc9483ad723..6ca0605466f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -390,6 +390,7 @@ config USE_CAR
choice
prompt "FSP version"
depends on HAVE_FSP
+ default FSP_VERSION2 if INTEL_APOLLOLAKE
default FSP_VERSION1
help
Selects the FSP version to use. Intel has published several versions
diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig
index c7f26d171cb..5dd866ffcfe 100644
--- a/arch/x86/cpu/apollolake/Kconfig
+++ b/arch/x86/cpu/apollolake/Kconfig
@@ -5,7 +5,6 @@
config INTEL_APOLLOLAKE
bool
- select FSP_VERSION2
select HAVE_FSP
select ARCH_MISC_INIT
select USE_CAR