aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
diff options
context:
space:
mode:
authorGreg Edwards <gedwards@ddn.com>2018-08-10 10:45:49 -0600
committerMichael S. Tsirkin <mst@redhat.com>2018-08-22 01:01:32 +0300
commit84f3396b718dfac59a5fe328aea34bac93f2fc9c (patch)
treedbaa0785e058298381f549016c0977fa0f2ad53b /drivers/vhost
parentvirtio: pci-legacy: Validate queue pfn (diff)
downloadlinux-dev-84f3396b718dfac59a5fe328aea34bac93f2fc9c.tar.xz
linux-dev-84f3396b718dfac59a5fe328aea34bac93f2fc9c.zip
vhost: allow vhost-scsi driver to be built-in
It's useful to allow vhost-scsi to be built-in when testing vhost in L1 + L2 VMs and booting L1 VM with QEMU '-kernel' option. Signed-off-by: Greg Edwards <gedwards@ddn.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost')
-rw-r--r--drivers/vhost/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index cfdecea5078f..b580885243f7 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -12,7 +12,7 @@ config VHOST_NET
config VHOST_SCSI
tristate "VHOST_SCSI TCM fabric driver"
- depends on TARGET_CORE && EVENTFD && m
+ depends on TARGET_CORE && EVENTFD
select VHOST
default n
---help---