diff options
Diffstat (limited to 'drivers/target/loopback')
| -rw-r--r-- | drivers/target/loopback/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/target/loopback/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/target/loopback/Kconfig b/drivers/target/loopback/Kconfig index 158ee9d522f7..f40f3160731b 100644 --- a/drivers/target/loopback/Kconfig +++ b/drivers/target/loopback/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | config LOOPBACK_TARGET | 2 | config LOOPBACK_TARGET |
| 2 | tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" | 3 | tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" |
| 3 | depends on SCSI | 4 | depends on SCSI |
diff --git a/drivers/target/loopback/Makefile b/drivers/target/loopback/Makefile index 6abebdf95659..336bd44bf9d2 100644 --- a/drivers/target/loopback/Makefile +++ b/drivers/target/loopback/Makefile | |||
| @@ -1 +1,2 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | obj-$(CONFIG_LOOPBACK_TARGET) += tcm_loop.o | 2 | obj-$(CONFIG_LOOPBACK_TARGET) += tcm_loop.o |
