Merge tag 'pull-target-arm-20240531' of https://git.linaro.org/people/pmaydell/qemu...
[qemu/kevin.git] / Kconfig.host
blob17f405004b3bc765890688304322a1937ca8c01c
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.
5 config LINUX
6     bool
8 config OPENGL
9     bool
11 config X11
12     bool
14 config PIXMAN
15     bool
17 config SPICE
18     bool
20 config IVSHMEM
21     bool
23 config TPM
24     bool
26 config FDT
27     bool
29 config VHOST_USER
30     bool
32 config VHOST_VDPA
33     bool
35 config VHOST_KERNEL
36     bool
38 config VIRTFS
39     bool
41 config MULTIPROCESS_ALLOWED
42     bool
43     imply MULTIPROCESS
45 config FUZZ
46     bool
47     select SPARSE_MEM
49 config VFIO_USER_SERVER_ALLOWED
50     bool
51     imply VFIO_USER_SERVER
53 config HV_BALLOON_POSSIBLE
54     bool