xref: /linux/drivers/infiniband/ulp/srp/Kconfig (revision f79e4d5f92a129a1159c973735007d4ddc8541f3)
1config INFINIBAND_SRP
2	tristate "InfiniBand SCSI RDMA Protocol"
3	depends on SCSI && INFINIBAND_ADDR_TRANS
4	select SCSI_SRP_ATTRS
5	---help---
6	  Support for the SCSI RDMA Protocol over InfiniBand.  This
7	  allows you to access storage devices that speak SRP over
8	  InfiniBand.
9
10	  The SRP protocol is defined by the INCITS T10 technical
11	  committee.  See <http://www.t10.org/>.
12
13