From: Greg Edwards Date: Fri, 10 Aug 2018 16:45:49 +0000 (-0600) Subject: vhost: allow vhost-scsi driver to be built-in X-Git-Tag: android-x86-8.1-r1~367^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=84f3396b718dfac59a5fe328aea34bac93f2fc9c;p=android-x86%2Fkernel.git 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 Signed-off-by: Michael S. Tsirkin --- 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---