qcrypto-luks: purge unused error codes from open callback
[qemu/ar7.git] / Kconfig.host
blobbb6e116e2a2ca68d409e5ebff6c42e67a75d83f4
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 KVM
6     bool
8 config LINUX
9     bool
11 config OPENGL
12     bool
14 config X11
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 XEN
30     bool
31     select FSDEV_9P if VIRTFS
33 config VIRTFS
34     bool
36 config PVRDMA
37     bool