From: Christoph Hellwig Date: Tue, 7 Aug 2018 07:42:22 +0000 (+0200) Subject: target/loop: depend on SCSI X-Git-Tag: v4.19-rc1~173^2~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e33e5c85763e8ac1899ec382c1ebc4603d8c52ae;p=linux.git target/loop: depend on SCSI The target loopback driver is a low-level driver for the SCSI subsystem, and as such needs to depend on it. Fixes: 8a39a047 ("target: don't depend on SCSI") Signed-off-by: Christoph Hellwig Reported-by: Randy Dunlap Signed-off-by: Jens Axboe --- diff --git a/drivers/target/loopback/Kconfig b/drivers/target/loopback/Kconfig index abe8ecbcdf06..158ee9d522f7 100644 --- a/drivers/target/loopback/Kconfig +++ b/drivers/target/loopback/Kconfig @@ -1,5 +1,6 @@ config LOOPBACK_TARGET tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" + depends on SCSI help Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD fabric loopback module.