14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config INFINIBAND_SRP3 tristate "InfiniBand SCSI RDMA Protocol"4 depends on SCSI && INFINIBAND_ADDR_TRANS5 select SCSI_SRP_ATTRS6 help7 Support for the SCSI RDMA Protocol over InfiniBand. This8 allows you to access storage devices that speak SRP over9 InfiniBand.10 11 The SRP protocol is defined by the INCITS T10 technical12 committee. See <http://www.t10.org/>.13 14