diff options
author | jack wang <jack_wang@usish.com> | 2009-10-14 04:19:21 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:00:40 -0500 |
commit | dbf9bfe615717d1145f263c0049fe2328e6ed395 (patch) | |
tree | ae69b6f6cb4a15e15c59552f520c0f06209615ab /drivers/scsi/Kconfig | |
parent | 35e6601903fc41e48e9b6722a49cc5acc7065c51 (diff) |
[SCSI] pm8001: add SAS/SATA HBA driver
This driver supports PMC-Sierra PCIe SAS/SATA 8x6G SPC 8001 chip based
host adapters.
Signed-off-by: Jack Wang <jack_wang@usish.com>
Signed-off-by: Lindar Liu <lindar_liu@usish.com>
Signed-off-by: Tom Peng <tom_peng@usish.com>
Signed-off-by: Kevin Ao <aoqingyun@usish.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index e11cca4c784c..2e4f7d0ee639 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1818,6 +1818,14 @@ config SCSI_PMCRAID | |||
1818 | ---help--- | 1818 | ---help--- |
1819 | This driver supports the PMC SIERRA MaxRAID adapters. | 1819 | This driver supports the PMC SIERRA MaxRAID adapters. |
1820 | 1820 | ||
1821 | config SCSI_PM8001 | ||
1822 | tristate "PMC-Sierra SPC 8001 SAS/SATA Based Host Adapter driver" | ||
1823 | depends on PCI && SCSI | ||
1824 | select SCSI_SAS_LIBSAS | ||
1825 | help | ||
1826 | This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip | ||
1827 | based host adapters. | ||
1828 | |||
1821 | config SCSI_SRP | 1829 | config SCSI_SRP |
1822 | tristate "SCSI RDMA Protocol helper library" | 1830 | tristate "SCSI RDMA Protocol helper library" |
1823 | depends on SCSI && PCI | 1831 | depends on SCSI && PCI |