diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index e11cca4c784..36900c71a59 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -399,6 +399,17 @@ config SCSI_3W_9XXX | |||
399 | Please read the comments at the top of | 399 | Please read the comments at the top of |
400 | <file:drivers/scsi/3w-9xxx.c>. | 400 | <file:drivers/scsi/3w-9xxx.c>. |
401 | 401 | ||
402 | config SCSI_3W_SAS | ||
403 | tristate "3ware 97xx SAS/SATA-RAID support" | ||
404 | depends on PCI && SCSI | ||
405 | help | ||
406 | This driver supports the LSI 3ware 9750 6Gb/s SAS/SATA-RAID cards. | ||
407 | |||
408 | <http://www.lsi.com> | ||
409 | |||
410 | Please read the comments at the top of | ||
411 | <file:drivers/scsi/3w-sas.c>. | ||
412 | |||
402 | config SCSI_7000FASST | 413 | config SCSI_7000FASST |
403 | tristate "7000FASST SCSI support" | 414 | tristate "7000FASST SCSI support" |
404 | depends on ISA && SCSI && ISA_DMA_API | 415 | depends on ISA && SCSI && ISA_DMA_API |
@@ -621,6 +632,14 @@ config SCSI_FLASHPOINT | |||
621 | substantial, so users of MultiMaster Host Adapters may not | 632 | substantial, so users of MultiMaster Host Adapters may not |
622 | wish to include it. | 633 | wish to include it. |
623 | 634 | ||
635 | config VMWARE_PVSCSI | ||
636 | tristate "VMware PVSCSI driver support" | ||
637 | depends on PCI && SCSI && X86 | ||
638 | help | ||
639 | This driver supports VMware's para virtualized SCSI HBA. | ||
640 | To compile this driver as a module, choose M here: the | ||
641 | module will be called vmw_pvscsi. | ||
642 | |||
624 | config LIBFC | 643 | config LIBFC |
625 | tristate "LibFC module" | 644 | tristate "LibFC module" |
626 | select SCSI_FC_ATTRS | 645 | select SCSI_FC_ATTRS |
@@ -644,7 +663,7 @@ config FCOE | |||
644 | config FCOE_FNIC | 663 | config FCOE_FNIC |
645 | tristate "Cisco FNIC Driver" | 664 | tristate "Cisco FNIC Driver" |
646 | depends on PCI && X86 | 665 | depends on PCI && X86 |
647 | select LIBFC | 666 | select LIBFCOE |
648 | help | 667 | help |
649 | This is support for the Cisco PCI-Express FCoE HBA. | 668 | This is support for the Cisco PCI-Express FCoE HBA. |
650 | 669 | ||
@@ -1818,6 +1837,14 @@ config SCSI_PMCRAID | |||
1818 | ---help--- | 1837 | ---help--- |
1819 | This driver supports the PMC SIERRA MaxRAID adapters. | 1838 | This driver supports the PMC SIERRA MaxRAID adapters. |
1820 | 1839 | ||
1840 | config SCSI_PM8001 | ||
1841 | tristate "PMC-Sierra SPC 8001 SAS/SATA Based Host Adapter driver" | ||
1842 | depends on PCI && SCSI | ||
1843 | select SCSI_SAS_LIBSAS | ||
1844 | help | ||
1845 | This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip | ||
1846 | based host adapters. | ||
1847 | |||
1821 | config SCSI_SRP | 1848 | config SCSI_SRP |
1822 | tristate "SCSI RDMA Protocol helper library" | 1849 | tristate "SCSI RDMA Protocol helper library" |
1823 | depends on SCSI && PCI | 1850 | depends on SCSI && PCI |