summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorDan Williams2012-01-04 10:33:10 +0100
committerJames Bottomley2012-01-16 08:44:54 +0100
commitd3fd2e2bc29b1f0979352994f9035359003461c3 (patch)
treea991571aace4f23eb1c69fda48bea49edaadfa90 /drivers/scsi/Kconfig
parent[SCSI] isci: remove unused 'isci_tmf->device' field (diff)
downloadkernel-qcow2-linux-d3fd2e2bc29b1f0979352994f9035359003461c3.tar.gz
kernel-qcow2-linux-d3fd2e2bc29b1f0979352994f9035359003461c3.tar.xz
kernel-qcow2-linux-d3fd2e2bc29b1f0979352994f9035359003461c3.zip
[SCSI] isci: update version to 1.1
Bump the version now that the driver has atapi support and the initial round of hotplug fixes. The EXPERIMENTAL tag should have been removed a while back. While we're here also kill the "select SCSI_SAS_HOST_SMP" as the build error was separately fixed by commit d962480e "[SCSI] libsas: fix try_test_sas_gpio_gp_bit() build error". Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 06ea3bcfdd2a..16570aa84aac 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -830,16 +830,11 @@ config SCSI_ISCI
tristate "Intel(R) C600 Series Chipset SAS Controller"
depends on PCI && SCSI
depends on X86
- # (temporary): known alpha quality driver
- depends on EXPERIMENTAL
select SCSI_SAS_LIBSAS
- select SCSI_SAS_HOST_SMP
---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
-
config SCSI_GENERIC_NCR5380
tristate "Generic NCR5380/53c400 SCSI PIO support"
depends on ISA && SCSI