summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Edwards <gedwards@ddn.com>2018-08-10 12:45:49 -0400
committerMichael S. Tsirkin <mst@redhat.com>2018-08-21 18:01:32 -0400
commit84f3396b718dfac59a5fe328aea34bac93f2fc9c (patch)
treedbaa0785e058298381f549016c0977fa0f2ad53b
parent69599206ea9a3f8f2e94d46580579cbf9d08ad6c (diff)
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>
-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
12 12
13config VHOST_SCSI 13config VHOST_SCSI
14 tristate "VHOST_SCSI TCM fabric driver" 14 tristate "VHOST_SCSI TCM fabric driver"
15 depends on TARGET_CORE && EVENTFD && m 15 depends on TARGET_CORE && EVENTFD
16 select VHOST 16 select VHOST
17 default n 17 default n
18 ---help--- 18 ---help---