Skip to content

Commit e33e5c8

Browse files
Christoph Hellwigaxboe
authored andcommitted
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: 8a39a04 ("target: don't depend on SCSI") Signed-off-by: Christoph Hellwig <[email protected]> Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent f87c30c commit e33e5c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/target/loopback/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config LOOPBACK_TARGET
22
tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
3+
depends on SCSI
34
help
45
Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
56
fabric loopback module.

0 commit comments

Comments
 (0)