]> git.proxmox.com Git - mirror_qemu.git/blob - Kconfig.host
kconfig: introduce kconfig files
[mirror_qemu.git] / Kconfig.host
1 # These are "proxy" symbols used to pass config-host.mak values
2 # down to Kconfig.
3
4 config KVM
5 bool
6
7 config LINUX
8 bool
9
10 config OPENGL
11 bool
12
13 config SPICE
14 bool
15
16 config TPM
17 bool
18
19 config VHOST_USER
20 bool
21
22 config XEN
23 bool
24
25 config VIRTFS
26 bool