audio/via-ac97: Simplify code and set user_creatable to false
[qemu/ar7.git] / Kconfig.host
bloba9a55a9c315cd3560d4758f2c43b0e90a13a112e
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 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_VDPA
28     bool
29     select VHOST
31 config VHOST_KERNEL
32     bool
33     select VHOST
35 config VIRTFS
36     bool
38 config PVRDMA
39     bool