summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.in
blob: 42b85a744e153db7ddb5a1eebfeeaf87416ae6f3 (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
## SECTION=hosttools

menuconfig HOST_QEMU
	tristate
	default y if ALLYES
	prompt "host-side qemu                "
	select HOST_DTC
	select HOST_GLIB
	select HOST_LIBCAP_NG
	select HOST_LIBSLIRP
	select HOST_ZLIB
	select HOST_SYSTEM_PYTHON3
	select HOST_LIBUSB	if HOST_QEMU_SYS
	select HOST_PIXMAN	if HOST_QEMU_SYS

if HOST_QEMU

config HOST_QEMU_SYS
	bool
	prompt "system emulation"

config HOST_QEMU_USR
	bool
	prompt "user-space emulation"

endif