mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-07-25 16:19:48 +02:00
Kconfig and Makefile for iSER. Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
config INFINIBAND_ISER
|
|
tristate "ISCSI RDMA Protocol"
|
|
depends on INFINIBAND && SCSI
|
|
select SCSI_ISCSI_ATTRS
|
|
---help---
|
|
Support for the ISCSI RDMA Protocol over InfiniBand. This
|
|
allows you to access storage devices that speak ISER/ISCSI
|
|
over InfiniBand.
|
|
|
|
The ISER protocol is defined by IETF.
|
|
See <http://www.ietf.org/>.
|