]> git.proxmox.com Git - mirror_qemu.git/blob - Kconfig.host
linux-headers: Update to v6.1
[mirror_qemu.git] / Kconfig.host
1 # These are "proxy" symbols used to pass config-host.mak values
2 # down to Kconfig. See also kconfig_external_symbols in
3 # meson.build: these two need to be kept in sync.
4
5 config LINUX
6 bool
7
8 config OPENGL
9 bool
10
11 config X11
12 bool
13
14 config SPICE
15 bool
16
17 config IVSHMEM
18 bool
19
20 config TPM
21 bool
22
23 config VHOST_USER
24 bool
25
26 config VHOST_VDPA
27 bool
28
29 config VHOST_KERNEL
30 bool
31
32 config VIRTFS
33 bool
34
35 config PVRDMA
36 bool
37
38 config MULTIPROCESS_ALLOWED
39 bool
40 imply MULTIPROCESS
41
42 config FUZZ
43 bool
44 select SPARSE_MEM
45
46 config VFIO_USER_SERVER_ALLOWED
47 bool
48 imply VFIO_USER_SERVER