Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242724
b: refs/heads/master
c: 3703b2c
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger authored and James Bottomley committed Mar 23, 2011
1 parent 271d0b5 commit 2df9d49
Show file tree
Hide file tree
Showing 7 changed files with 1,674 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5fa8b573134108a333a317378998a9f1299c4dd6
refs/heads/master: 3703b2c5d041a68095cdd22380c23ce27d449ad7
2 changes: 2 additions & 0 deletions trunk/drivers/target/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ config TCM_PSCSI
Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
passthrough access to Linux/SCSI device

source "drivers/target/loopback/Kconfig"

endif
3 changes: 3 additions & 0 deletions trunk/drivers/target/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ obj-$(CONFIG_TARGET_CORE) += target_core_mod.o
obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o
obj-$(CONFIG_TCM_FILEIO) += target_core_file.o
obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o

# Fabric modules
obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
11 changes: 11 additions & 0 deletions trunk/drivers/target/loopback/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config LOOPBACK_TARGET
tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
help
Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
fabric loopback module.

config LOOPBACK_TARGET_CDB_DEBUG
bool "TCM loopback fabric module CDB debug code"
depends on LOOPBACK_TARGET
help
Say Y here to enable the TCM loopback fabric module CDB debug code
1 change: 1 addition & 0 deletions trunk/drivers/target/loopback/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_LOOPBACK_TARGET) += tcm_loop.o
Loading

0 comments on commit 2df9d49

Please sign in to comment.