Skip to content

Commit

Permalink
Merge pull request #3 from powervm/libsrp
Browse files Browse the repository at this point in the history
Adding the Libsrp library for VSCSI Target driver
  • Loading branch information
Bryant Ly committed Mar 14, 2016
2 parents 8d94e26 + 9d43b38 commit cda28ca
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1748,6 +1748,16 @@ config SCSI_PM8001
This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip
based host adapters.

config SCSI_SRP
tristate "SCSI RDMA Protocol helper library"
depends on SCSI && PCI
select SCSI_TGT
help
If you wish to use SRP target drivers, say Y.

To compile this driver as a module, choose M here: the
module will be called libsrp.

config SCSI_BFA_FC
tristate "Brocade BFA Fibre Channel Support"
depends on PCI && SCSI
Expand Down
1 change: 1 addition & 0 deletions drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o
obj-$(CONFIG_SCSI_SNI_53C710) += 53c700.o sni_53c710.o
obj-$(CONFIG_SCSI_NSP32) += nsp32.o
obj-$(CONFIG_SCSI_IPR) += ipr.o
obj-$(CONFIG_SCSI_SRP) += libsrp.o
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi/
obj-$(CONFIG_SCSI_IBMVFC) += ibmvscsi/
obj-$(CONFIG_SCSI_HPTIOP) += hptiop.o
Expand Down
Loading

0 comments on commit cda28ca

Please sign in to comment.