diff options
Diffstat (limited to 'hw/block/Kconfig')
-rw-r--r-- | hw/block/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/block/Kconfig b/hw/block/Kconfig index 9d418bce4d..65431c47f2 100644 --- a/hw/block/Kconfig +++ b/hw/block/Kconfig @@ -27,3 +27,5 @@ config VIRTIO_BLK config VHOST_USER_BLK bool + default y + depends on VHOST_USER && LINUX |