]> git.proxmox.com Git - mirror_qemu.git/blame - Kconfig.host
migration: Fix operator type
[mirror_qemu.git] / Kconfig.host
CommitLineData
82f51817 1# These are "proxy" symbols used to pass config-host.mak values
231073f7
PB
2# down to Kconfig. See also kconfig_external_symbols in
3# meson.build: these two need to be kept in sync.
82f51817 4
82f51817
PB
5config LINUX
6 bool
7
8config OPENGL
9 bool
10
e0e312f3
PB
11config X11
12 bool
13
82f51817
PB
14config SPICE
15 bool
16
e0e312f3
PB
17config IVSHMEM
18 bool
19
82f51817
PB
20config TPM
21 bool
22
23config VHOST_USER
24 bool
21c6b0c8
MAL
25 select VHOST
26
40bc0ca9
LV
27config VHOST_VDPA
28 bool
29 select VHOST
30
21c6b0c8
MAL
31config VHOST_KERNEL
32 bool
33 select VHOST
82f51817 34
82f51817
PB
35config VIRTFS
36 bool
d6c1bd4a
PB
37
38config PVRDMA
39 bool
3090de69
JR
40
41config MULTIPROCESS_ALLOWED
42 bool
43 imply MULTIPROCESS
65ce87d4
PB
44
45config FUZZ
46 bool
47 select SPARSE_MEM