diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-04-30 16:00:38 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-04-27 06:55:47 +0000 |
commit | 6e8abc4e275127aa956cf70d4075d60dcd9f8955 (patch) | |
tree | d94cc3296407f5f241aa58f9ade388255df0ea60 /src/console/Kconfig | |
parent | ef59d2205a7963d5f4761efb2113cbda74960734 (diff) |
console: Make CONSOLE_SPI_FLASH depend on BOOT_DEVICE_SPI_FLASH
Change-Id: Ibfdbca02259a723029260dfea9f36b325414b7d3
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52793
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Diffstat (limited to 'src/console/Kconfig')
-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 |