Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 127f2fa3 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband

parents ba77df57 aef9ec39
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -33,4 +33,6 @@ source "drivers/infiniband/hw/mthca/Kconfig"


source "drivers/infiniband/ulp/ipoib/Kconfig"
source "drivers/infiniband/ulp/ipoib/Kconfig"


source "drivers/infiniband/ulp/srp/Kconfig"

endmenu
endmenu
+1 −0
Original line number Original line Diff line number Diff line
obj-$(CONFIG_INFINIBAND)		+= core/
obj-$(CONFIG_INFINIBAND)		+= core/
obj-$(CONFIG_INFINIBAND_MTHCA)		+= hw/mthca/
obj-$(CONFIG_INFINIBAND_MTHCA)		+= hw/mthca/
obj-$(CONFIG_INFINIBAND_IPOIB)		+= ulp/ipoib/
obj-$(CONFIG_INFINIBAND_IPOIB)		+= ulp/ipoib/
obj-$(CONFIG_INFINIBAND_SRP)		+= ulp/srp/
+1 −0
Original line number Original line Diff line number Diff line
obj-$(CONFIG_INFINIBAND_SRP)			+= ib_srp.o
+11 −0
Original line number Original line Diff line number Diff line
config INFINIBAND_SRP
	tristate "InfiniBand SCSI RDMA Protocol"
	depends on INFINIBAND && SCSI
	---help---
	  Support for the SCSI RDMA Protocol over InfiniBand.  This
	  allows you to access storage devices that speak SRP over
	  InfiniBand.

	  The SRP protocol is defined by the INCITS T10 technical
	  committee.  See <http://www.t10.org/>.
+1700 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading