aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/Kconfig
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-15 17:13:06 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2019-12-17 19:32:48 +0100
commit21c6b0c87e85d952d3d0e569388526f03ad48576 (patch)
tree85f3fc65d8e32a72e47cc0da315a36d086906e8b /hw/virtio/Kconfig
parent95c5f2debc867391a8c7dcc99be57dbab3dc6bda (diff)
downloadqemu-21c6b0c87e85d952d3d0e569388526f03ad48576.zip
qemu-21c6b0c87e85d952d3d0e569388526f03ad48576.tar.gz
qemu-21c6b0c87e85d952d3d0e569388526f03ad48576.tar.bz2
configure: simplify vhost condition with Kconfig
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/virtio/Kconfig')
-rw-r--r--hw/virtio/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/virtio/Kconfig b/hw/virtio/Kconfig
index 3724ff8..f87def2 100644
--- a/hw/virtio/Kconfig
+++ b/hw/virtio/Kconfig
@@ -1,3 +1,6 @@
+config VHOST
+ bool
+
config VIRTIO
bool