summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.in
blob: 77bc49266c529a0bd26139dba8273848762be3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=hosttools

menuconfig HOST_QEMU
	tristate
	prompt "host-side qemu                "
	select HOST_GLIB
	select HOST_ZLIB

if HOST_QEMU

config HOST_QEMU_SYS
	bool
	prompt "system emulation"

config HOST_QEMU_USR
	bool
	prompt "user-space emulation"

endif