diff options
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" |