soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / emulation / Kconfig
blob5f596b87c00d3fd312600da753437ec8376ffb2b
1 ## SPDX-License-Identifier: GPL-2.0-only
3 # ugly to put it in here, but unavoidable
4 config SEPARATE_ROMSTAGE
5         default n if BOARD_EMULATION_QEMU_RISCV
7 if VENDOR_EMULATION
9 choice
10         prompt "Mainboard model"
11         default BOARD_EMULATION_QEMU_X86_I440FX
13 source "src/mainboard/emulation/*/Kconfig.name"
15 endchoice
17 source "src/mainboard/emulation/*/Kconfig"
19 config MAINBOARD_VENDOR
20         default "Emulation"
22 endif # VENDOR_EMULATION