diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-04-30 15:57:38 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-05-06 19:05:16 +0000 |
commit | 927be0955941fe70dab63b70661b70bea790c25b (patch) | |
tree | be53d875ff729ffe0a09bfee8378d3ff648b41e0 /src/mainboard/emulation/qemu-q35/Kconfig | |
parent | ca5d3e3b2b81c6fd970e7dc7884d633b49648f18 (diff) |
emulation/qemu-x86: Select BOOT_DEVICE_NOT_SPI_FLASH
SPI flash is not emulated on these boards.
Change-Id: If29a87441cb26e53c9814ed10ddcfe14752c3965
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52791
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-q35/Kconfig')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig index 6f072fef3a..537841ec53 100644 --- a/src/mainboard/emulation/qemu-q35/Kconfig +++ b/src/mainboard/emulation/qemu-q35/Kconfig @@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_LPC_TPM select MAINBOARD_HAS_CHROMEOS select SOUTHBRIDGE_INTEL_COMMON_ACPI_MADT + select BOOT_DEVICE_NOT_SPI_FLASH config VBOOT select VBOOT_MUST_REQUEST_DISPLAY |