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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39181 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
committed by
Patrick Georgi
parent
7671bce33b
commit
632e241468
@@ -11,7 +11,7 @@ endchoice
|
||||
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"
|
||||
|
||||
|
Reference in New Issue
Block a user