aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-08-07 09:42:22 +0200
committerJens Axboe <axboe@kernel.dk>2018-08-07 07:57:32 -0600
commite33e5c85763e8ac1899ec382c1ebc4603d8c52ae (patch)
tree4b4ca736b0ba066634d86ef37cff31ded8c02897 /drivers/target
parentxen-blkfront: use true and false for boolean values (diff)
downloadlinux-dev-e33e5c85763e8ac1899ec382c1ebc4603d8c52ae.tar.xz
linux-dev-e33e5c85763e8ac1899ec382c1ebc4603d8c52ae.zip
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 <hch@lst.de> Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/target')
-rw-r--r--drivers/target/loopback/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.