2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-11-02 22:07:13 +00:00
|
|
|
config INFINIBAND_SRP
|
|
|
|
tristate "InfiniBand SCSI RDMA Protocol"
|
2018-04-26 18:19:34 +00:00
|
|
|
depends on SCSI && INFINIBAND_ADDR_TRANS
|
2007-06-27 07:33:12 +00:00
|
|
|
select SCSI_SRP_ATTRS
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2005-11-02 22:07:13 +00:00
|
|
|
Support for the SCSI RDMA Protocol over InfiniBand. This
|
|
|
|
allows you to access storage devices that speak SRP over
|
|
|
|
InfiniBand.
|
|
|
|
|
|
|
|
The SRP protocol is defined by the INCITS T10 technical
|
|
|
|
committee. See <http://www.t10.org/>.
|
|
|
|
|