aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/Kconfig
blob: 72b70af6da4ffefc88de986a0f81c115d3e71dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
if VENDOR_EMULATION

choice
	prompt "Mainboard model"

config BOARD_EMULATION_QEMU_X86_I440FX
	bool "QEMU x86 i440fx/piix4 (aka qemu -M pc)"

config BOARD_EMULATION_QEMU_ARMV7
	bool "QEMU armv7 (vexpress-a9)"

endchoice

config BOARD_EMULATION_QEMU_X86
	bool
	default y
	depends on BOARD_EMULATION_QEMU_X86_I440FX

source "src/mainboard/emulation/qemu-i440fx/Kconfig"
source "src/mainboard/emulation/qemu-armv7/Kconfig"

config MAINBOARD_VENDOR
	string
	default "Emulation"

endif # VENDOR_EMULATION