aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/intel/fsp/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp/Kconfig b/src/drivers/intel/fsp/Kconfig
index 3e16266049..5e4404646e 100644
--- a/src/drivers/intel/fsp/Kconfig
+++ b/src/drivers/intel/fsp/Kconfig
@@ -54,6 +54,7 @@ config FSP_LOC
config ENABLE_FSP_FAST_BOOT
bool "Enable Fast Boot"
+ select ENABLE_MRC_CACHE
default n
help
Enabling this feature will force the MRC data to be cached in NV
@@ -62,7 +63,7 @@ config ENABLE_FSP_FAST_BOOT
config ENABLE_MRC_CACHE
bool
- default ENABLE_FSP_FAST_BOOT
+ default n
help
Enabling this feature will cause MRC data to be cached in NV storage.
This can either be used for fast boot, or just because the FSP wants