exec: Declare target_words_bigendian() in 'exec/tswap.h'
[qemu/armbru.git] / Kconfig.host
blobf6a2a131e6ce1e3823a672d9b5ffbbe39b1e733b
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 VHOST_USER
27     bool
29 config VHOST_VDPA
30     bool
32 config VHOST_KERNEL
33     bool
35 config VIRTFS
36     bool
38 config MULTIPROCESS_ALLOWED
39     bool
40     imply MULTIPROCESS
42 config FUZZ
43     bool
44     select SPARSE_MEM
46 config VFIO_USER_SERVER_ALLOWED
47     bool
48     imply VFIO_USER_SERVER
50 config HV_BALLOON_POSSIBLE
51     bool