summaryrefslogtreecommitdiffstats
path: root/Kconfig.host
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:34:06 +0200
committerPaolo Bonzini2022-05-07 07:46:58 +0200
commit43b6d7ee1fbc5b5fb7c85d8131fdac1863214ad6 (patch)
tree10d919c4e49f279d006691ed7201a8f921082f98 /Kconfig.host
parentmeson: create have_vhost_* variables (diff)
downloadqemu-43b6d7ee1fbc5b5fb7c85d8131fdac1863214ad6.tar.gz
qemu-43b6d7ee1fbc5b5fb7c85d8131fdac1863214ad6.tar.xz
qemu-43b6d7ee1fbc5b5fb7c85d8131fdac1863214ad6.zip
meson: use have_vhost_* variables to pick sources
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Kconfig.host')
-rw-r--r--Kconfig.host3
1 files changed, 0 insertions, 3 deletions
diff --git a/Kconfig.host b/Kconfig.host
index 60b9c07b5e..1165c4eacd 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -22,15 +22,12 @@ config TPM
config VHOST_USER
bool
- select VHOST
config VHOST_VDPA
bool
- select VHOST
config VHOST_KERNEL
bool
- select VHOST
config VIRTFS
bool