]> git.proxmox.com Git - mirror_qemu.git/blame - Kconfig.host
meson: convert common QMP bits for qemu and qemu-storage-daemon
[mirror_qemu.git] / Kconfig.host
CommitLineData
82f51817 1# These are "proxy" symbols used to pass config-host.mak values
e0e312f3
PB
2# down to Kconfig. See also MINIKCONF_ARGS in the Makefile:
3# these two need to be kept in sync.
82f51817 4
82f51817
PB
5config LINUX
6 bool
7
8config OPENGL
9 bool
10
e0e312f3
PB
11config X11
12 bool
13
82f51817
PB
14config SPICE
15 bool
16
e0e312f3
PB
17config IVSHMEM
18 bool
19
82f51817
PB
20config TPM
21 bool
22
23config VHOST_USER
24 bool
21c6b0c8
MAL
25 select VHOST
26
27config VHOST_KERNEL
28 bool
29 select VHOST
82f51817 30
82f51817
PB
31config VIRTFS
32 bool
d6c1bd4a
PB
33
34config PVRDMA
35 bool