OSDN Git Service

vhost: allow vhost-scsi driver to be built-in
authorGreg Edwards <gedwards@ddn.com>
Fri, 10 Aug 2018 16:45:49 +0000 (10:45 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 21 Aug 2018 22:01:32 +0000 (01:01 +0300)
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>
drivers/vhost/Kconfig

index cfdecea..b580885 100644 (file)
@@ -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---