isci: Intel(R) C600 Series Chipset Storage Control Unit Driver
[deliverable/linux.git] / drivers / scsi / Kconfig
index 4a1f029c4fe90a392301a0ac1d1b1728a22296cb..3aa664fa892e32752e1fd9fdddd479d5e909664b 100644 (file)
@@ -830,6 +830,40 @@ config SCSI_GDTH
          To compile this driver as a module, choose M here: the
          module will be called gdth.
 
+config SCSI_ISCI
+       tristate "Intel(R) C600 Series Chipset SAS Controller"
+       depends on PCI && SCSI
+       # little endian host assumptions
+       depends on X86
+       # (temporary): dma api misuse
+       depends on !DMAR
+       # (temporary): known alpha quality driver
+       depends on EXPERIMENTAL
+       select SCSI_SAS_LIBSAS
+       ---help---
+         This driver supports the 6Gb/s SAS capabilities of the storage
+         control unit found in the Intel(R) C600 series chipset.
+
+         The experimental tag will be removed after the driver exits alpha
+
+choice
+       prompt "Default Silicon Revision"
+       depends on SCSI_ISCI
+       default PBG_HBA_A2
+       # temporary A-step silicon is pre-production
+
+config PBG_HBA_BETA
+       bool "B0"
+
+config PBG_HBA_A2
+       bool "A2"
+
+config PBG_HBA_A0
+       bool "A0"
+
+endchoice
+
+
 config SCSI_GENERIC_NCR5380
        tristate "Generic NCR5380/53c400 SCSI PIO support"
        depends on ISA && SCSI
This page took 0.026158 seconds and 5 git commands to generate.