mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 13:41:27 +00:00
Change '---help---' into 'help'. See also Linux kernel commit f70f74d15ca8
("kconfig: remove '---help---' support") # v5.9.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9216 d57e44dd-8a1f-0410-8b47-8ef2f437770f
12 lines
551 B
Plaintext
12 lines
551 B
Plaintext
config SCST_SRPT
|
|
tristate "InfiniBand SCSI RDMA Protocol target support"
|
|
depends on INFINIBAND && SCST
|
|
help
|
|
Support for the SCSI RDMA Protocol (SRP) Target driver. The
|
|
SRP protocol is a protocol that allows an initiator to access
|
|
a block storage device on another host (target) over a network
|
|
that supports the RDMA protocol. Currently the RDMA protocol is
|
|
supported by InfiniBand and by iWarp network hardware. More
|
|
information about the SRP protocol can be found on the website
|
|
of the INCITS T10 technical committee (http://www.t10.org/).
|