summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/Kconfig
blob: 1dc89ca496fa68aab49a8bf6b457b9dfb6212a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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