treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / infiniband / ulp / srpt / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a42d985b
BVA
2config INFINIBAND_SRPT
3 tristate "InfiniBand SCSI RDMA Protocol target support"
533d1dae 4 depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE
a42d985b
BVA
5 ---help---
6
7 Support for the SCSI RDMA Protocol (SRP) Target driver. The
8 SRP protocol is a protocol that allows an initiator to access
9 a block storage device on another host (target) over a network
10 that supports the RDMA protocol. Currently the RDMA protocol is
11 supported by InfiniBand and by iWarp network hardware. More
12 information about the SRP protocol can be found on the website
13 of the INCITS T10 technical committee (http://www.t10.org/).