Angel Pons has uploaded this change for review.

View Change

mb/emulation/Kconfig: Redefine BOARD_EMULATION_QEMU_X86

Use CPU_QEMU_X86 as it is selected by both Qemu x86 mainboards.

Change-Id: I8d6bfbddeeb8f2c66c5ea7728a9919e7cda86e7e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/mainboard/emulation/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/39181/1
diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig
index 759b1de..41804e0 100644
--- a/src/mainboard/emulation/Kconfig
+++ b/src/mainboard/emulation/Kconfig
@@ -11,7 +11,7 @@
config BOARD_EMULATION_QEMU_X86
bool
default y
- depends on BOARD_EMULATION_QEMU_X86_I440FX || BOARD_EMULATION_QEMU_X86_Q35
+ depends on CPU_QEMU_X86

source "src/mainboard/emulation/*/Kconfig"


To view, visit change 39181. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8d6bfbddeeb8f2c66c5ea7728a9919e7cda86e7e
Gerrit-Change-Number: 39181
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange