diff options
author | Anil Ravindranath <anil_ravindranath@pmc-sierra.com> | 2009-08-26 02:35:18 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-12 16:35:24 +0200 |
commit | 89a3681041507773dfee1b88c1c90c8a811a79d3 (patch) | |
tree | df3ed10fee1725722524c66ba2e24cfef5f40ff5 /drivers/scsi/Kconfig | |
parent | [SCSI] qla2xxx: Update version number to 8.03.01-k6. (diff) | |
download | linux-89a3681041507773dfee1b88c1c90c8a811a79d3.tar.xz linux-89a3681041507773dfee1b88c1c90c8a811a79d3.zip |
[SCSI] pmcraid: PMC-Sierra MaxRAID driver to support 6Gb/s SAS RAID controller
Signed-off-by: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 9c23122f755f..82bb3b2d207a 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1811,6 +1811,12 @@ config ZFCP called zfcp. If you want to compile it as a module, say M here and read <file:Documentation/kbuild/modules.txt>. +config SCSI_PMCRAID + tristate "PMC SIERRA Linux MaxRAID adapter support" + depends on PCI && SCSI + ---help--- + This driver supports the PMC SIERRA MaxRAID adapters. + config SCSI_SRP tristate "SCSI RDMA Protocol helper library" depends on SCSI && PCI |