diff options
author | Greg Edwards <gedwards@ddn.com> | 2018-08-10 19:45:49 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-08-22 01:01:32 +0300 |
commit | 84f3396b718dfac59a5fe328aea34bac93f2fc9c (patch) | |
tree | dbaa0785e058298381f549016c0977fa0f2ad53b /drivers/vhost | |
parent | 69599206ea9a3f8f2e94d46580579cbf9d08ad6c (diff) | |
download | linux-84f3396b718dfac59a5fe328aea34bac93f2fc9c.tar.xz |
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/Kconfig | 2 |
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--- |