]> git.proxmox.com Git - mirror_qemu.git/blame_incremental - Kconfig.host
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / Kconfig.host
... / ...
CommitLineData
1# These are "proxy" symbols used to pass config-host.mak values
2# down to Kconfig. See also MINIKCONF_ARGS in the Makefile:
3# these two need to be kept in sync.
4
5config KVM
6 bool
7
8config LINUX
9 bool
10
11config OPENGL
12 bool
13
14config X11
15 bool
16
17config SPICE
18 bool
19
20config IVSHMEM
21 bool
22
23config TPM
24 bool
25
26config VHOST_USER
27 bool
28
29config XEN
30 bool
31
32config VIRTFS
33 bool
34
35config PVRDMA
36 bool