IB/iser: iSER Kconfig and Makefile
Kconfig and Makefile for iSER. Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:

committed by
Roland Dreier

parent
6461f64ab5
commit
3f1244a2f8
11
drivers/infiniband/ulp/iser/Kconfig
Normal file
11
drivers/infiniband/ulp/iser/Kconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
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/>.
|
4
drivers/infiniband/ulp/iser/Makefile
Normal file
4
drivers/infiniband/ulp/iser/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
obj-$(CONFIG_INFINIBAND_ISER) += ib_iser.o
|
||||
|
||||
ib_iser-y := iser_verbs.o iser_initiator.o iser_memory.o \
|
||||
iscsi_iser.o
|
Reference in New Issue
Block a user