diff options
-rw-r--r-- | src/console/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 6152592637..479b7f567e 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -268,6 +268,7 @@ endif config CONSOLE_SPI_FLASH bool "SPI Flash console output" default n + depends on BOOT_DEVICE_SPI_FLASH select BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY if !COMMON_CBFS_SPI_WRAPPER help Send coreboot debug output to the SPI Flash in the FMAP CONSOLE area |