]> git.proxmox.com Git - mirror_qemu.git/blob - Kconfig.host
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / Kconfig.host
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
5 config KVM
6 bool
7
8 config LINUX
9 bool
10
11 config OPENGL
12 bool
13
14 config X11
15 bool
16
17 config SPICE
18 bool
19
20 config IVSHMEM
21 bool
22
23 config TPM
24 bool
25
26 config VHOST_USER
27 bool
28
29 config XEN
30 bool
31
32 config VIRTFS
33 bool
34
35 config PVRDMA
36 bool