]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
target/loop: depend on SCSI
authorChristoph Hellwig <hch@lst.de>
Tue, 7 Aug 2018 07:42:22 +0000 (09:42 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Aug 2018 13:57:32 +0000 (07:57 -0600)
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>
drivers/target/loopback/Kconfig

index abe8ecbcdf0648814100e1ecb809a523da7fa54d..158ee9d522f753bb4dae184450d7424a07289a3c 100644 (file)
@@ -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.