if VENDOR_EMULATION choice prompt "Mainboard model" default BOARD_EMULATION_QEMU_X86_I440FX source "src/mainboard/emulation/*/Kconfig.name" endchoice config BOARD_EMULATION_QEMU_X86 bool default y depends on CPU_QEMU_X86 source "src/mainboard/emulation/*/Kconfig" config MAINBOARD_VENDOR default "Emulation" endif # VENDOR_EMULATION