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 SPICE 15 bool 16 17config IVSHMEM 18 bool 19 20config TPM 21 bool 22 23config VHOST_USER 24 bool 25 select VHOST 26 27config VHOST_KERNEL 28 bool 29 select VHOST 30 31config VIRTFS 32 bool 33 34config PVRDMA 35 bool 36