aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-07-03 01:56:22 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 01:56:22 -0400
commit6f231dda68080759f1aed3769896e94c73099f0f (patch)
tree45b6ce02fa40e0e9c35526ac6c45950138387516 /drivers/scsi/Kconfig
parent59c5f46fbe01a00eedf54a23789634438bb80603 (diff)
isci: Intel(R) C600 Series Chipset Storage Control Unit Driver
Support for the up to 2x4-port 6Gb/s SAS controllers embedded in the chipset. This is a snapshot of the first publicly available version of the driver, commit 4c1db2d0 in the 'historical' branch. git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git historical Signed-off-by: Maciej Trela <maciej.trela@intel.com> Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 4a1f029c4fe9..3aa664fa892e 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -830,6 +830,40 @@ config SCSI_GDTH
830 To compile this driver as a module, choose M here: the 830 To compile this driver as a module, choose M here: the
831 module will be called gdth. 831 module will be called gdth.
832 832
833config SCSI_ISCI
834 tristate "Intel(R) C600 Series Chipset SAS Controller"
835 depends on PCI && SCSI
836 # little endian host assumptions
837 depends on X86
838 # (temporary): dma api misuse
839 depends on !DMAR
840 # (temporary): known alpha quality driver
841 depends on EXPERIMENTAL
842 select SCSI_SAS_LIBSAS
843 ---help---
844 This driver supports the 6Gb/s SAS capabilities of the storage
845 control unit found in the Intel(R) C600 series chipset.
846
847 The experimental tag will be removed after the driver exits alpha
848
849choice
850 prompt "Default Silicon Revision"
851 depends on SCSI_ISCI
852 default PBG_HBA_A2
853 # temporary A-step silicon is pre-production
854
855config PBG_HBA_BETA
856 bool "B0"
857
858config PBG_HBA_A2
859 bool "A2"
860
861config PBG_HBA_A0
862 bool "A0"
863
864endchoice
865
866
833config SCSI_GENERIC_NCR5380 867config SCSI_GENERIC_NCR5380
834 tristate "Generic NCR5380/53c400 SCSI PIO support" 868 tristate "Generic NCR5380/53c400 SCSI PIO support"
835 depends on ISA && SCSI 869 depends on ISA && SCSI