aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig45
1 files changed, 44 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index e11cca4c784c..75f2336807cb 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1,9 +1,15 @@
1menu "SCSI device support" 1menu "SCSI device support"
2 2
3config SCSI_MOD
4 tristate
5 default y if SCSI=n || SCSI=y
6 default m if SCSI=m
7
3config RAID_ATTRS 8config RAID_ATTRS
4 tristate "RAID Transport Class" 9 tristate "RAID Transport Class"
5 default n 10 default n
6 depends on BLOCK 11 depends on BLOCK
12 depends on SCSI_MOD
7 ---help--- 13 ---help---
8 Provides RAID 14 Provides RAID
9 15
@@ -388,6 +394,16 @@ config BLK_DEV_3W_XXXX_RAID
388 Please read the comments at the top of 394 Please read the comments at the top of
389 <file:drivers/scsi/3w-xxxx.c>. 395 <file:drivers/scsi/3w-xxxx.c>.
390 396
397config SCSI_HPSA
398 tristate "HP Smart Array SCSI driver"
399 depends on PCI && SCSI
400 help
401 This driver supports HP Smart Array Controllers (circa 2009).
402 It is a SCSI alternative to the cciss driver, which is a block
403 driver. Anyone wishing to use HP Smart Array controllers who
404 would prefer the devices be presented to linux as SCSI devices,
405 rather than as generic block devices should say Y here.
406
391config SCSI_3W_9XXX 407config SCSI_3W_9XXX
392 tristate "3ware 9xxx SATA-RAID support" 408 tristate "3ware 9xxx SATA-RAID support"
393 depends on PCI && SCSI 409 depends on PCI && SCSI
@@ -399,6 +415,17 @@ config SCSI_3W_9XXX
399 Please read the comments at the top of 415 Please read the comments at the top of
400 <file:drivers/scsi/3w-9xxx.c>. 416 <file:drivers/scsi/3w-9xxx.c>.
401 417
418config SCSI_3W_SAS
419 tristate "3ware 97xx SAS/SATA-RAID support"
420 depends on PCI && SCSI
421 help
422 This driver supports the LSI 3ware 9750 6Gb/s SAS/SATA-RAID cards.
423
424 <http://www.lsi.com>
425
426 Please read the comments at the top of
427 <file:drivers/scsi/3w-sas.c>.
428
402config SCSI_7000FASST 429config SCSI_7000FASST
403 tristate "7000FASST SCSI support" 430 tristate "7000FASST SCSI support"
404 depends on ISA && SCSI && ISA_DMA_API 431 depends on ISA && SCSI && ISA_DMA_API
@@ -621,6 +648,14 @@ config SCSI_FLASHPOINT
621 substantial, so users of MultiMaster Host Adapters may not 648 substantial, so users of MultiMaster Host Adapters may not
622 wish to include it. 649 wish to include it.
623 650
651config VMWARE_PVSCSI
652 tristate "VMware PVSCSI driver support"
653 depends on PCI && SCSI && X86
654 help
655 This driver supports VMware's para virtualized SCSI HBA.
656 To compile this driver as a module, choose M here: the
657 module will be called vmw_pvscsi.
658
624config LIBFC 659config LIBFC
625 tristate "LibFC module" 660 tristate "LibFC module"
626 select SCSI_FC_ATTRS 661 select SCSI_FC_ATTRS
@@ -644,7 +679,7 @@ config FCOE
644config FCOE_FNIC 679config FCOE_FNIC
645 tristate "Cisco FNIC Driver" 680 tristate "Cisco FNIC Driver"
646 depends on PCI && X86 681 depends on PCI && X86
647 select LIBFC 682 select LIBFCOE
648 help 683 help
649 This is support for the Cisco PCI-Express FCoE HBA. 684 This is support for the Cisco PCI-Express FCoE HBA.
650 685
@@ -1818,6 +1853,14 @@ config SCSI_PMCRAID
1818 ---help--- 1853 ---help---
1819 This driver supports the PMC SIERRA MaxRAID adapters. 1854 This driver supports the PMC SIERRA MaxRAID adapters.
1820 1855
1856config SCSI_PM8001
1857 tristate "PMC-Sierra SPC 8001 SAS/SATA Based Host Adapter driver"
1858 depends on PCI && SCSI
1859 select SCSI_SAS_LIBSAS
1860 help
1861 This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip
1862 based host adapters.
1863
1821config SCSI_SRP 1864config SCSI_SRP
1822 tristate "SCSI RDMA Protocol helper library" 1865 tristate "SCSI RDMA Protocol helper library"
1823 depends on SCSI && PCI 1866 depends on SCSI && PCI