blob: 1dc89ca496fa68aab49a8bf6b457b9dfb6212a17 [file] [log] [blame]
if VENDOR_EMULATION
choice
prompt "Mainboard model"
source "src/mainboard/emulation/*/Kconfig.name"
endchoice
config BOARD_EMULATION_QEMU_X86
bool
default y
depends on BOARD_EMULATION_QEMU_X86_I440FX || BOARD_EMULATION_QEMU_X86_Q35
source "src/mainboard/emulation/*/Kconfig"
config MAINBOARD_VENDOR
string
default "Emulation"
endif # VENDOR_EMULATION