diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 08:15:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 08:15:55 -0400 |
commit | b7e9c223be8ce335e30f2cf6ba588e6a4092275c (patch) | |
tree | 2d1e3b75606abc18df7ad65e51ac3f90cd68b38d /drivers/scsi/Kconfig | |
parent | c172d82500a6cf3c32d1e650722a1055d72ce858 (diff) | |
parent | e3bbfa78bab125f58b831b5f7f45b5a305091d72 (diff) |
Merge branch 'master' into for-next
Sync with Linus' tree to be able to apply pending patches that
are based on newer code already present upstream.
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 4a1f029c4fe..8d9dae89f06 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 |