treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / infiniband / ulp / srp / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
aef9ec39
RD
2config INFINIBAND_SRP
3 tristate "InfiniBand SCSI RDMA Protocol"
5a3bc8a4 4 depends on SCSI && INFINIBAND_ADDR_TRANS
3236822b 5 select SCSI_SRP_ATTRS
aef9ec39
RD
6 ---help---
7 Support for the SCSI RDMA Protocol over InfiniBand. This
8 allows you to access storage devices that speak SRP over
9 InfiniBand.
10
11 The SRP protocol is defined by the INCITS T10 technical
12 committee. See <http://www.t10.org/>.
13