mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 20:37:48 +00:00
98387d5802
Express the complex conditions in Kconfig rather than Makefiles, since Kconfig is better suited at expressing dependencies and detecting contradictions. Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
37 lines
447 B
Text
37 lines
447 B
Text
# These are "proxy" symbols used to pass config-host.mak values
|
|
# down to Kconfig. See also MINIKCONF_ARGS in the Makefile:
|
|
# these two need to be kept in sync.
|
|
|
|
config KVM
|
|
bool
|
|
|
|
config LINUX
|
|
bool
|
|
|
|
config OPENGL
|
|
bool
|
|
|
|
config X11
|
|
bool
|
|
|
|
config SPICE
|
|
bool
|
|
|
|
config IVSHMEM
|
|
bool
|
|
|
|
config TPM
|
|
bool
|
|
|
|
config VHOST_USER
|
|
bool
|
|
|
|
config XEN
|
|
bool
|
|
select FSDEV_9P if VIRTFS
|
|
|
|
config VIRTFS
|
|
bool
|
|
|
|
config PVRDMA
|
|
bool
|