aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig10
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
1763config 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
1763endmenu 1773endmenu
1764 1774
1765source "drivers/scsi/pcmcia/Kconfig" 1775source "drivers/scsi/pcmcia/Kconfig"