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>
This commit is contained in:
parent
ef59d2205a
commit
6e8abc4e27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue