0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config INFINIBAND_SRPT
0003 tristate "InfiniBand SCSI RDMA Protocol target support"
0004 depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE
0005 help
0006
0007 Support for the SCSI RDMA Protocol (SRP) Target driver. The
0008 SRP protocol is a protocol that allows an initiator to access
0009 a block storage device on another host (target) over a network
0010 that supports the RDMA protocol. Currently the RDMA protocol is
0011 supported by InfiniBand and by iWarp network hardware. More
0012 information about the SRP protocol can be found on the website
0013 of the INCITS T10 technical committee (http://www.t10.org/).