]> git.proxmox.com Git - mirror_qemu.git/blame - Kconfig.host
migration/postcopy: enable compress during postcopy
[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
PB
4
5config KVM
6 bool
7
8config LINUX
9 bool
10
11config OPENGL
12 bool
13
e0e312f3
PB
14config X11
15 bool
16
82f51817
PB
17config SPICE
18 bool
19
e0e312f3
PB
20config IVSHMEM
21 bool
22
82f51817
PB
23config TPM
24 bool
25
26config VHOST_USER
27 bool
21c6b0c8
MAL
28 select VHOST
29
30config VHOST_KERNEL
31 bool
32 select VHOST
82f51817
PB
33
34config XEN
35 bool
98387d58 36 select FSDEV_9P if VIRTFS
82f51817
PB
37
38config VIRTFS
39 bool
d6c1bd4a
PB
40
41config PVRDMA
42 bool