diff options
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r-- | src/cpu/x86/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index b5bb7e62c2..5c37861214 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -109,6 +109,13 @@ config X86_AMD_FIXED_MTRRS This option informs the MTRR code to use the RdMem and WrMem fields in the fixed MTRR MSRs. +config PLATFORM_USES_FSP + bool + default n + help + Selected for Intel processors/platform combinations that use the + Intel Firmware Support Package (FSP) for initialization. + config PARALLEL_MP def_bool n help |