diff options
author | Marc-André Lureau | 2019-08-15 15:13:06 +0200 |
---|---|---|
committer | Paolo Bonzini | 2019-12-17 19:32:48 +0100 |
commit | 21c6b0c87e85d952d3d0e569388526f03ad48576 (patch) | |
tree | 85f3fc65d8e32a72e47cc0da315a36d086906e8b /hw/virtio/Kconfig | |
parent | configure: set $PYTHON to a full path (diff) | |
download | qemu-21c6b0c87e85d952d3d0e569388526f03ad48576.tar.gz qemu-21c6b0c87e85d952d3d0e569388526f03ad48576.tar.xz qemu-21c6b0c87e85d952d3d0e569388526f03ad48576.zip |
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/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/virtio/Kconfig b/hw/virtio/Kconfig index 3724ff8bac..f87def27a6 100644 --- a/hw/virtio/Kconfig +++ b/hw/virtio/Kconfig @@ -1,3 +1,6 @@ +config VHOST + bool + config VIRTIO bool |