14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config INFINIBAND_SRPT3 tristate "InfiniBand SCSI RDMA Protocol target support"4 depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE5 help6 7 Support for the SCSI RDMA Protocol (SRP) Target driver. The8 SRP protocol is a protocol that allows an initiator to access9 a block storage device on another host (target) over a network10 that supports the RDMA protocol. Currently the RDMA protocol is11 supported by InfiniBand and by iWarp network hardware. More12 information about the SRP protocol can be found on the website13 of the INCITS T10 technical committee (http://www.t10.org/).14