Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config INFINIBAND_SRP
0003         tristate "InfiniBand SCSI RDMA Protocol"
0004         depends on SCSI && INFINIBAND_ADDR_TRANS
0005         select SCSI_SRP_ATTRS
0006         help
0007           Support for the SCSI RDMA Protocol over InfiniBand.  This
0008           allows you to access storage devices that speak SRP over
0009           InfiniBand.
0010 
0011           The SRP protocol is defined by the INCITS T10 technical
0012           committee.  See <http://www.t10.org/>.
0013