diff options
-rw-r--r-- | src/drivers/intel/fsp2_0/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 754b04af41..9ea1526e84 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -55,10 +55,12 @@ if PLATFORM_USES_FSP2_0 config PLATFORM_USES_FSP2_X86_32 bool + default n if PLATFORM_USES_FSP2_4 default y help - The FSP 2.0 runs in x86_32 protected mode. - Once there's a x86_64 FSP this needs to default to n. + Specify if the FSP binaries are 32-bits (yes) or 64-bits + (no). By default, 64-bit should be used starting with FSP + specification 2.4 config HAVE_INTEL_FSP_REPO bool |