diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 4a1f029c4fe9..8d9dae89f065 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -830,6 +830,19 @@ 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 | ||
833 | config SCSI_ISCI | ||
834 | tristate "Intel(R) C600 Series Chipset SAS Controller" | ||
835 | depends on PCI && SCSI | ||
836 | depends on X86 | ||
837 | # (temporary): known alpha quality driver | ||
838 | depends on EXPERIMENTAL | ||
839 | select SCSI_SAS_LIBSAS | ||
840 | ---help--- | ||
841 | This driver supports the 6Gb/s SAS capabilities of the storage | ||
842 | control unit found in the Intel(R) C600 series chipset. | ||
843 | |||
844 | The experimental tag will be removed after the driver exits alpha | ||
845 | |||
833 | config SCSI_GENERIC_NCR5380 | 846 | config SCSI_GENERIC_NCR5380 |
834 | tristate "Generic NCR5380/53c400 SCSI PIO support" | 847 | tristate "Generic NCR5380/53c400 SCSI PIO support" |
835 | depends on ISA && SCSI | 848 | depends on ISA && SCSI |