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 OPENGL 9 bool 10 11config X11 12 bool 13 14config PIXMAN 15 bool 16 17config SPICE 18 bool 19 20config IVSHMEM 21 bool 22 23config TPM 24 bool 25 26config VHOST_USER 27 bool 28 29config VHOST_VDPA 30 bool 31 32config VHOST_KERNEL 33 bool 34 35config VIRTFS 36 bool 37 38config PVRDMA 39 bool 40 41config MULTIPROCESS_ALLOWED 42 bool 43 imply MULTIPROCESS 44 45config FUZZ 46 bool 47 select SPARSE_MEM 48 49config VFIO_USER_SERVER_ALLOWED 50 bool 51 imply VFIO_USER_SERVER 52 53config HV_BALLOON_POSSIBLE 54 bool 55