]> git.proxmox.com Git - mirror_qemu.git/blame - Kconfig.host
hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helper
[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
cca15756
MAL
14config PIXMAN
15 bool
16
82f51817
PB
17config SPICE
18 bool
19
e0e312f3
PB
20config IVSHMEM
21 bool
22
82f51817
PB
23config TPM
24 bool
25
26config VHOST_USER
27 bool
21c6b0c8 28
40bc0ca9
LV
29config VHOST_VDPA
30 bool
40bc0ca9 31
21c6b0c8
MAL
32config VHOST_KERNEL
33 bool
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
55116968
JR
48
49config VFIO_USER_SERVER_ALLOWED
50 bool
51 imply VFIO_USER_SERVER
0d9e8c0b
MS
52
53config HV_BALLOON_POSSIBLE
54 bool