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

source "src/mainboard/emulation/*/Kconfig"

config MAINBOARD_VENDOR
	string
	default "Emulation"

endif # VENDOR_EMULATION