Kconfig (d2dd01de9924ae24afeba5aa5bc2e08287701df6) | Kconfig (cf4e6363859d30f24f8cd3e8930dbff399cc3550) |
---|---|
1menu "SCSI device support" 2 3config RAID_ATTRS 4 tristate "RAID Transport Class" 5 default n 6 depends on BLOCK 7 ---help--- 8 Provides RAID --- 177 unchanged lines hidden (view full) --- 186 tristate "SCSI Enclosure Support" 187 depends on SCSI && ENCLOSURE_SERVICES 188 help 189 Enclosures are devices sitting on or in SCSI backplanes that 190 manage devices. If you have a disk cage, the chances are that 191 it has an enclosure device. Selecting this option will just allow 192 certain enclosure conditions to be reported and is not required. 193 | 1menu "SCSI device support" 2 3config RAID_ATTRS 4 tristate "RAID Transport Class" 5 default n 6 depends on BLOCK 7 ---help--- 8 Provides RAID --- 177 unchanged lines hidden (view full) --- 186 tristate "SCSI Enclosure Support" 187 depends on SCSI && ENCLOSURE_SERVICES 188 help 189 Enclosures are devices sitting on or in SCSI backplanes that 190 manage devices. If you have a disk cage, the chances are that 191 it has an enclosure device. Selecting this option will just allow 192 certain enclosure conditions to be reported and is not required. 193 |
194comment "Some SCSI devices (e.g. CD jukebox) support multiple LUNs" 195 depends on SCSI 196 | |
197config SCSI_MULTI_LUN 198 bool "Probe all LUNs on each SCSI device" 199 depends on SCSI 200 help | 194config SCSI_MULTI_LUN 195 bool "Probe all LUNs on each SCSI device" 196 depends on SCSI 197 help |
201 If you have a SCSI device that supports more than one LUN (Logical 202 Unit Number), e.g. a CD jukebox, and only one LUN is detected, you 203 can say Y here to force the SCSI driver to probe for multiple LUNs. 204 A SCSI device with multiple LUNs acts logically like multiple SCSI 205 devices. The vast majority of SCSI devices have only one LUN, and 206 so most people can say N here. The max_luns boot/module parameter 207 allows to override this setting. | 198 Some devices support more than one LUN (Logical Unit Number) in order 199 to allow access to several media, e.g. CD jukebox, USB card reader, 200 mobile phone in mass storage mode. This option forces the kernel to 201 probe for all LUNs by default. This setting can be overriden by 202 max_luns boot/module parameter. Note that this option does not affect 203 devices conforming to SCSI-3 or higher as they can explicitely report 204 their number of LUNs. It is safe to say Y here unless you have one of 205 those rare devices which reacts in an unexpected way when probed for 206 multiple LUNs. |
208 209config SCSI_CONSTANTS 210 bool "Verbose SCSI error reporting (kernel size +=12K)" 211 depends on SCSI 212 help 213 The error messages regarding your SCSI hardware will be easier to 214 understand if you say Y here; it will enlarge your kernel by about 215 12 KB. If in doubt, say Y. --- 134 unchanged lines hidden (view full) --- 350 module will be called iscsi_tcp. 351 352 The userspace component needed to initialize the driver, documentation, 353 and sample configuration files can be found here: 354 355 http://open-iscsi.org 356 357source "drivers/scsi/cxgb3i/Kconfig" | 207 208config SCSI_CONSTANTS 209 bool "Verbose SCSI error reporting (kernel size +=12K)" 210 depends on SCSI 211 help 212 The error messages regarding your SCSI hardware will be easier to 213 understand if you say Y here; it will enlarge your kernel by about 214 12 KB. If in doubt, say Y. --- 134 unchanged lines hidden (view full) --- 349 module will be called iscsi_tcp. 350 351 The userspace component needed to initialize the driver, documentation, 352 and sample configuration files can be found here: 353 354 http://open-iscsi.org 355 356source "drivers/scsi/cxgb3i/Kconfig" |
357source "drivers/scsi/bnx2i/Kconfig" |
|
358 359config SGIWD93_SCSI 360 tristate "SGI WD93C93 SCSI Driver" 361 depends on SGI_HAS_WD93 && SCSI 362 help 363 If you have a Western Digital WD93 SCSI controller on 364 an SGI MIPS system, say Y. Otherwise, say N. 365 --- 137 unchanged lines hidden (view full) --- 503 available from <http://www.tldp.org/docs.html#howto>, can also 504 be of great help. 505 506 To compile this driver as a module, choose M here: the 507 module will be called aic7xxx_old. 508 509source "drivers/scsi/aic7xxx/Kconfig.aic79xx" 510source "drivers/scsi/aic94xx/Kconfig" | 358 359config SGIWD93_SCSI 360 tristate "SGI WD93C93 SCSI Driver" 361 depends on SGI_HAS_WD93 && SCSI 362 help 363 If you have a Western Digital WD93 SCSI controller on 364 an SGI MIPS system, say Y. Otherwise, say N. 365 --- 137 unchanged lines hidden (view full) --- 503 available from <http://www.tldp.org/docs.html#howto>, can also 504 be of great help. 505 506 To compile this driver as a module, choose M here: the 507 module will be called aic7xxx_old. 508 509source "drivers/scsi/aic7xxx/Kconfig.aic79xx" 510source "drivers/scsi/aic94xx/Kconfig" |
511source "drivers/scsi/mvsas/Kconfig" |
|
511 512config SCSI_DPT_I2O 513 tristate "Adaptec I2O RAID support " 514 depends on SCSI && PCI && VIRT_TO_BUS 515 help 516 This driver supports all of Adaptec's I2O based RAID controllers as 517 well as the DPT SmartRaid V cards. This is an Adaptec maintained 518 driver by Deanna Bonds. See <file:Documentation/scsi/dpti.txt>. --- 526 unchanged lines hidden (view full) --- 1045 available on the parallel port data/status register. This option 1046 forces a small delay (1.0 usec to be exact) after changing the 1047 control register to let things settle out. Enabling this option may 1048 result in a big drop in performance but some very old parallel ports 1049 (found in 386 vintage machines) will not work properly. 1050 1051 Generally, saying N is fine. 1052 | 512 513config SCSI_DPT_I2O 514 tristate "Adaptec I2O RAID support " 515 depends on SCSI && PCI && VIRT_TO_BUS 516 help 517 This driver supports all of Adaptec's I2O based RAID controllers as 518 well as the DPT SmartRaid V cards. This is an Adaptec maintained 519 driver by Deanna Bonds. See <file:Documentation/scsi/dpti.txt>. --- 526 unchanged lines hidden (view full) --- 1046 available on the parallel port data/status register. This option 1047 forces a small delay (1.0 usec to be exact) after changing the 1048 control register to let things settle out. Enabling this option may 1049 result in a big drop in performance but some very old parallel ports 1050 (found in 386 vintage machines) will not work properly. 1051 1052 Generally, saying N is fine. 1053 |
1053config SCSI_MVSAS 1054 tristate "Marvell 88SE6440 SAS/SATA support" 1055 depends on PCI && SCSI 1056 select SCSI_SAS_LIBSAS 1057 help 1058 This driver supports Marvell SAS/SATA PCI devices. 1059 1060 To compiler this driver as a module, choose M here: the module 1061 will be called mvsas. 1062 | |
1063config SCSI_NCR53C406A 1064 tristate "NCR53c406a SCSI support" 1065 depends on ISA && SCSI 1066 help 1067 This is support for the NCR53c406a SCSI host adapter. For user 1068 configurable parameters, check out <file:drivers/scsi/NCR53c406a.c> 1069 in the kernel source. Also read the SCSI-HOWTO, available from 1070 <http://www.tldp.org/docs.html#howto>. --- 760 unchanged lines hidden --- | 1054config SCSI_NCR53C406A 1055 tristate "NCR53c406a SCSI support" 1056 depends on ISA && SCSI 1057 help 1058 This is support for the NCR53c406a SCSI host adapter. For user 1059 configurable parameters, check out <file:drivers/scsi/NCR53c406a.c> 1060 in the kernel source. Also read the SCSI-HOWTO, available from 1061 <http://www.tldp.org/docs.html#howto>. --- 760 unchanged lines hidden --- |