aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-01-04 14:33:37 +0100
committerMartin Roth <martinroth@google.com>2018-01-05 21:10:52 +0000
commit5495ed2a4397bbd106f3df59a252b1cf0227d1a3 (patch)
tree63a33ca6a0a5ee657728faa0d8afecd92f5b3317
parentcf310727023d78ecddc40af149e28d334773688b (diff)
sb/intel/i82801ix: Don't select HAVE_INTEL_FIRMWARE on Q35-QEMU
The Qemu q35 target doesn't support or needs Intel Firmware blobs so it doesn't make sense to select that option on this hardware. The result of this change will be that when changing the ROM chip size, CBFS_SIZE will automatically fill the whole flash which is desirable in this case. Change-Id: I89b0c2a7b3e9c163ce4b4eb5b38ab5fa70ba3cfa Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23090 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r--src/southbridge/intel/i82801ix/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801ix/Kconfig b/src/southbridge/intel/i82801ix/Kconfig
index 6879bce803..fcf2eb5275 100644
--- a/src/southbridge/intel/i82801ix/Kconfig
+++ b/src/southbridge/intel/i82801ix/Kconfig
@@ -25,7 +25,7 @@ config SOUTHBRIDGE_INTEL_I82801IX
select HAVE_SMI_HANDLER
select HAVE_USBDEBUG_OPTIONS
select SOUTHBRIDGE_INTEL_COMMON_GPIO
- select HAVE_INTEL_FIRMWARE
+ select HAVE_INTEL_FIRMWARE if !BOARD_EMULATION_QEMU_X86_Q35
if SOUTHBRIDGE_INTEL_I82801IX