diff options
104 files changed, 51230 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 | ||
| 833 | config 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 | |||
| 849 | choice | ||
| 850 | prompt "Default Silicon Revision" | ||
| 851 | depends on SCSI_ISCI | ||
| 852 | default PBG_HBA_A2 | ||
