diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2006-11-30 13:00:50 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-12-03 10:27:33 -0500 |
commit | 26b14823441382264e6f3dfd01b8687dc18196fe (patch) | |
tree | c965c5b5967f4485f433cf80db91d3d371d9cc8c /drivers/scsi/Kconfig | |
parent | c603d04ef6826a29f50cb151cb992f256d0cf19d (diff) |
[SCSI] scsi tgt: SCSI RDMA Protocol library functions
libsrp provides helper functions for SRP target drivers.
Some SRP target drivers would be out of drivers/scsi/ so we added an
entry for libsrp in drivers/scsi/Kconfig.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Santiago Leon <santil@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 1301d5222c07..5570cdbf8f11 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1760,6 +1760,16 @@ config ZFCP | |||
1760 | called zfcp. If you want to compile it as a module, say M here | 1760 | called zfcp. If you want to compile it as a module, say M here |
1761 | and read <file:Documentation/modules.txt>. | 1761 | and read <file:Documentation/modules.txt>. |
1762 | 1762 | ||
1763 | config SCSI_SRP | ||
1764 | tristate "SCSI RDMA Protocol helper library" | ||
1765 | depends on SCSI && PCI | ||
1766 | select SCSI_TGT | ||
1767 | help | ||
1768 | If you wish to use SRP target drivers, say Y. | ||
1769 | |||
1770 | To compile this driver as a module, choose M here: the | ||
1771 | module will be called libsrp. | ||
1772 | |||
1763 | endmenu | 1773 | endmenu |
1764 | 1774 | ||
1765 | source "drivers/scsi/pcmcia/Kconfig" | 1775 | source "drivers/scsi/pcmcia/Kconfig" |