aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-10-04 21:57:35 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-04 21:57:35 -0400
commit97d41e90fe61399b99d74820cb7f2d6e0fbac91d (patch)
treef759371424a26963b04badbb4433e360be4e8750 /drivers/scsi/Kconfig
parent3bdc9d0b408e01c4e556daba0035ba37f603e920 (diff)
parentafaf5a2d341d33b66b47c2716a263ce593460a08 (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (54 commits) [SCSI] Initial Commit of qla4xxx [SCSI] raid class: handle component-add errors [SCSI] SCSI megaraid_sas: handle thrown errors [SCSI] SCSI aic94xx: handle sysfs errors [SCSI] SCSI st: fix error handling in module init, sysfs [SCSI] SCSI sd: fix module init/exit error handling [SCSI] SCSI osst: add error handling to module init, sysfs [SCSI] scsi: remove hosts.h [SCSI] scsi: Scsi_Cmnd convertion in aic7xxx_old.c [SCSI] megaraid_sas: sets ioctl timeout and updates version,changelog [SCSI] megaraid_sas: adds tasklet for cmd completion [SCSI] megaraid_sas: prints pending cmds before setting hw_crit_error [SCSI] megaraid_sas: function pointer for disable interrupt [SCSI] megaraid_sas: frame count optimization [SCSI] megaraid_sas: FW transition and q size changes [SCSI] qla2xxx: Update version number to 8.01.07-k2. [SCSI] qla2xxx: Stall mid-layer error handlers while rport is blocked. [SCSI] qla2xxx: Add MODULE_FIRMWARE tags. [SCSI] qla2xxx: Add support for host port state FC transport attribute. [SCSI] qla2xxx: Add support for fabric name FC transport attribute. ...
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index c6dfb6fa13bf..9540eb8efdcb 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1016,7 +1016,7 @@ config SCSI_SYM53C8XX_MMIO
1016 1016
1017config SCSI_IPR 1017config SCSI_IPR
1018 tristate "IBM Power Linux RAID adapter support" 1018 tristate "IBM Power Linux RAID adapter support"
1019 depends on PCI && SCSI 1019 depends on PCI && SCSI && ATA
1020 select FW_LOADER 1020 select FW_LOADER
1021 ---help--- 1021 ---help---
1022 This driver supports the IBM Power Linux family RAID adapters. 1022 This driver supports the IBM Power Linux family RAID adapters.
@@ -1246,6 +1246,7 @@ config SCSI_QLOGICPTI
1246 module will be called qlogicpti. 1246 module will be called qlogicpti.
1247 1247
1248source "drivers/scsi/qla2xxx/Kconfig" 1248source "drivers/scsi/qla2xxx/Kconfig"
1249source "drivers/scsi/qla4xxx/Kconfig"
1249 1250
1250config SCSI_LPFC 1251config SCSI_LPFC
1251 tristate "Emulex LightPulse Fibre Channel Support" 1252 tristate "Emulex LightPulse Fibre Channel Support"
@@ -1262,8 +1263,8 @@ config SCSI_SEAGATE
1262 These are 8-bit SCSI controllers; the ST-01 is also supported by 1263 These are 8-bit SCSI controllers; the ST-01 is also supported by
1263 this driver. It is explained in section 3.9 of the SCSI-HOWTO, 1264 this driver. It is explained in section 3.9 of the SCSI-HOWTO,
1264 available from <http://www.tldp.org/docs.html#howto>. If it 1265 available from <http://www.tldp.org/docs.html#howto>. If it
1265 doesn't work out of the box, you may have to change some settings in 1266 doesn't work out of the box, you may have to change some macros at
1266 <file:drivers/scsi/seagate.h>. 1267 compiletime, which are described in <file:drivers/scsi/seagate.c>.
1267 1268
1268 To compile this driver as a module, choose M here: the 1269 To compile this driver as a module, choose M here: the
1269 module will be called seagate. 1270 module will be called seagate.