meson.build: tweak sdl-image error message
[qemu/ar7.git] / Kconfig.host
bloba6d871c399d000cafc99b0427ea025e1b8b99c9c
1 # These are "proxy" symbols used to pass config-host.mak values
2 # down to Kconfig.  See also MINIKCONF_ARGS in the Makefile:
3 # 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 SPICE
15     bool
17 config IVSHMEM
18     bool
20 config TPM
21     bool
23 config VHOST_USER
24     bool
25     select VHOST
27 config VHOST_KERNEL
28     bool
29     select VHOST
31 config VIRTFS
32     bool
34 config PVRDMA
35     bool