diff options
author | Christoph Hellwig <hch@lst.de> | 2014-04-15 12:26:51 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-07-17 22:07:43 +0200 |
commit | f6667938cfceefd8afe6355ceb6497dce4883ae9 (patch) | |
tree | 7bbb7cf0bd0810dc8abc80a19976c7e47498c35e /drivers/scsi/Kconfig | |
parent | 074dc37a7b7b008ce1382ed4eec3f0008e541ba7 (diff) |
libsrp: removal
Remove the libsrp module which was only used by the now removed ibmvstgt
driver.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 10b3cc885d9c..67d1ac342451 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1722,16 +1722,6 @@ 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 |