aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/galileo/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/intel/galileo/Kconfig')
-rw-r--r--src/mainboard/intel/galileo/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index 6381ae82ba..4191ab715c 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -19,8 +19,8 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_8192
select HAVE_ACPI_TABLES
- select PLATFORM_USES_FSP1_1
select SOC_INTEL_QUARK
+ select USE_FSP1_1
config MAINBOARD_DIR
string
@@ -43,4 +43,9 @@ config GALILEO_GEN2
runtime. Select which generation of the Galileo that coreboot
should initialize.
+config USE_FSP1_1
+ bool
+ default n
+ select PLATFORM_USES_FSP1_1
+
endif # BOARD_INTEL_QUARK