xref: /openbmc/qemu/Kconfig.host (revision bb154e3e0cc715605d915f0761e0cd7a4e64d1bd)
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
5config LINUX
6    bool
7
8config LIBCBOR
9    bool
10
11config OPENGL
12    bool
13
14config X11
15    bool
16
17config PIXMAN
18    bool
19
20config SPICE
21    bool
22
23config IVSHMEM
24    bool
25
26config TPM
27    bool
28
29config FDT
30    bool
31
32config VHOST_USER
33    bool
34
35config VHOST_VDPA
36    bool
37
38config VHOST_KERNEL
39    bool
40
41config VIRTFS
42    bool
43
44config MULTIPROCESS_ALLOWED
45    bool
46    imply MULTIPROCESS
47
48config FUZZ
49    bool
50    select SPARSE_MEM
51
52config VFIO_USER_SERVER_ALLOWED
53    bool
54    imply VFIO_USER_SERVER
55
56config HV_BALLOON_POSSIBLE
57    bool
58
59config HAVE_RUST
60    bool
61