d615230cce
It is equivalent to the CPU_QEMU_X86 symbol. Change-Id: Ic16233e3d80bab62cc97fd075bdcca1780a6a2b5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39182 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>
16 lines
271 B
Text
16 lines
271 B
Text
if VENDOR_EMULATION
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
default BOARD_EMULATION_QEMU_X86_I440FX
|
|
|
|
source "src/mainboard/emulation/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/emulation/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "Emulation"
|
|
|
|
endif # VENDOR_EMULATION
|