1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2a42d985bSBart Van Asscheconfig INFINIBAND_SRPT 3a42d985bSBart Van Assche tristate "InfiniBand SCSI RDMA Protocol target support" 4533d1daeSArnd Bergmann depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE 5a7f7f624SMasahiro Yamada help 6a42d985bSBart Van Assche 7a42d985bSBart Van Assche Support for the SCSI RDMA Protocol (SRP) Target driver. The 8a42d985bSBart Van Assche SRP protocol is a protocol that allows an initiator to access 9a42d985bSBart Van Assche a block storage device on another host (target) over a network 10a42d985bSBart Van Assche that supports the RDMA protocol. Currently the RDMA protocol is 11a42d985bSBart Van Assche supported by InfiniBand and by iWarp network hardware. More 12a42d985bSBart Van Assche information about the SRP protocol can be found on the website 13a42d985bSBart Van Assche of the INCITS T10 technical committee (http://www.t10.org/). 14