From 6e8abc4e275127aa956cf70d4075d60dcd9f8955 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 30 Apr 2021 16:00:38 +0200 Subject: [PATCH] console: Make CONSOLE_SPI_FLASH depend on BOOT_DEVICE_SPI_FLASH Change-Id: Ibfdbca02259a723029260dfea9f36b325414b7d3 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/52793 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Angel Pons Reviewed-by: Christian Walter --- src/console/Kconfig | 1 + 1 file changed, 1 insertion(+) 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