diff options
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index daba05ad14..7c1415e62d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -534,10 +534,12 @@ config HAVE_HARD_RESET config HAVE_ROMSTAGE_CONSOLE_SPINLOCK bool + depends on EARLY_CBMEM_INIT default n config HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK bool + depends on EARLY_CBMEM_INIT default n help This should be enabled on certain plaforms, such as the AMD @@ -546,6 +548,7 @@ config HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK config HAVE_ROMSTAGE_MICROCODE_CBFS_SPINLOCK bool + depends on EARLY_CBMEM_INIT default n config HAVE_MONOTONIC_TIMER |