[SCSI] scsi_debug: fix Thin provisioning support
[deliverable/linux.git] / drivers / scsi / Kconfig
CommitLineData
1da177e4
LT
1menu "SCSI device support"
2
61a7afa2
JB
3config RAID_ATTRS
4 tristate "RAID Transport Class"
5 default n
9361401e 6 depends on BLOCK
61a7afa2
JB
7 ---help---
8 Provides RAID
9
1da177e4
LT
10config SCSI
11 tristate "SCSI device support"
9361401e 12 depends on BLOCK
7689e82e 13 select SCSI_DMA if HAS_DMA
1da177e4
LT
14 ---help---
15 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
16 any other SCSI device under Linux, say Y and make sure that you know
17 the name of your SCSI host adapter (the card inside your computer
18 that "speaks" the SCSI protocol, also called SCSI controller),
19 because you will be asked for it.
20
21 You also need to say Y here if you have a device which speaks
22 the SCSI protocol. Examples of this include the parallel port
23 version of the IOMEGA ZIP drive, USB storage devices, Fibre
93c164af 24 Channel, and FireWire storage.
1da177e4
LT
25
26 To compile this driver as a module, choose M here and read
27 <file:Documentation/scsi/scsi.txt>.
28 The module will be called scsi_mod.
29
30 However, do not compile this as a module if your root file system
31 (the one containing the directory /) is located on a SCSI device.
32
7689e82e
CH
33config SCSI_DMA
34 bool
35 default n
36
0d2db302
FT
37config SCSI_TGT
38 tristate "SCSI target support"
39 depends on SCSI && EXPERIMENTAL
40 ---help---
41 If you want to use SCSI target mode drivers enable this option.
42 If you choose M, the module will be called scsi_tgt.
43
84314fd4 44config SCSI_NETLINK
2b7cbe20 45 bool
84314fd4
JS
46 default n
47 select NET
48
1da177e4
LT
49config SCSI_PROC_FS
50 bool "legacy /proc/scsi/ support"
51 depends on SCSI && PROC_FS
52 default y
53 ---help---
54 This option enables support for the various files in
09509603 55 /proc/scsi. In Linux 2.6 this has been superseded by
1da177e4
LT
56 files in sysfs but many legacy applications rely on this.
57
09509603 58 If unsure say Y.
1da177e4
LT
59
60comment "SCSI support type (disk, tape, CD-ROM)"
61 depends on SCSI
62
63config BLK_DEV_SD
64 tristate "SCSI disk support"
65 depends on SCSI
bfad9cea 66 select CRC_T10DIF if BLK_DEV_INTEGRITY
1da177e4
LT
67 ---help---
68 If you want to use SCSI hard disks, Fibre Channel disks,
abcdceb9 69 Serial ATA (SATA) or Parallel ATA (PATA) hard disks,
1da177e4
LT
70 USB storage or the SCSI or parallel port version of
71 the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,
72 the Disk-HOWTO and the Multi-Disk-HOWTO, available from
73 <http://www.tldp.org/docs.html#howto>. This is NOT for SCSI
74 CD-ROMs.
75
76 To compile this driver as a module, choose M here and read
77 <file:Documentation/scsi/scsi.txt>.
78 The module will be called sd_mod.
79
80 Do not compile this driver as a module if your root file system
81 (the one containing the directory /) is located on a SCSI disk.
82 In this case, do not compile the driver for your SCSI host adapter
83 (below) as a module either.
84
85config CHR_DEV_ST
86 tristate "SCSI tape support"
87 depends on SCSI
88 ---help---
89 If you want to use a SCSI tape drive under Linux, say Y and read the
90 SCSI-HOWTO, available from
91 <http://www.tldp.org/docs.html#howto>, and
92 <file:Documentation/scsi/st.txt> in the kernel source. This is NOT
93 for SCSI CD-ROMs.
94
95 To compile this driver as a module, choose M here and read
96 <file:Documentation/scsi/scsi.txt>. The module will be called st.
97
98config CHR_DEV_OSST
99 tristate "SCSI OnStream SC-x0 tape support"
100 depends on SCSI
101 ---help---
84eb8d06 102 The OnStream SC-x0 SCSI tape drives cannot be driven by the
1da177e4 103 standard st driver, but instead need this special osst driver and
93c164af
FT
104 use the /dev/osstX char device nodes (major 206). Via usb-storage,
105 you may be able to drive the USB-x0 and DI-x0 drives as well.
106 Note that there is also a second generation of OnStream
1da177e4
LT
107 tape drives (ADR-x0) that supports the standard SCSI-2 commands for
108 tapes (QIC-157) and can be driven by the standard driver st.
109 For more information, you may have a look at the SCSI-HOWTO
110 <http://www.tldp.org/docs.html#howto> and
111 <file:Documentation/scsi/osst.txt> in the kernel source.
112 More info on the OnStream driver may be found on
113 <http://linux1.onstream.nl/test/>
114 Please also have a look at the standard st docu, as most of it
115 applies to osst as well.
116
117 To compile this driver as a module, choose M here and read
118 <file:Documentation/scsi/scsi.txt>. The module will be called osst.
119
120config BLK_DEV_SR
121 tristate "SCSI CDROM support"
122 depends on SCSI
123 ---help---
e7fb6d2e
AC
124 If you want to use a CD or DVD drive attached to your computer
125 by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO
126 and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.
127
128 Make sure to say Y or M to "ISO 9660 CD-ROM file system support".
1da177e4
LT
129
130 To compile this driver as a module, choose M here and read
131 <file:Documentation/scsi/scsi.txt>.
132 The module will be called sr_mod.
133
134config BLK_DEV_SR_VENDOR
135 bool "Enable vendor-specific extensions (for SCSI CDROM)"
136 depends on BLK_DEV_SR
137 help
138 This enables the usage of vendor specific SCSI commands. This is
139 required to support multisession CDs with old NEC/TOSHIBA cdrom
140 drives (and HP Writers). If you have such a drive and get the first
141 session only, try saying Y here; everybody else says N.
142
143config CHR_DEV_SG
144 tristate "SCSI generic support"
145 depends on SCSI
146 ---help---
147 If you want to use SCSI scanners, synthesizers or CD-writers or just
148 about anything having "SCSI" in its name other than hard disks,
149 CD-ROMs or tapes, say Y here. These won't be supported by the kernel
150 directly, so you need some additional software which knows how to
151 talk to these devices using the SCSI protocol:
152
153 For scanners, look at SANE (<http://www.mostang.com/sane/>). For CD
154 writer software look at Cdrtools
155 (<http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html>)
156 and for burning a "disk at once": CDRDAO
157 (<http://cdrdao.sourceforge.net/>). Cdparanoia is a high
158 quality digital reader of audio CDs (<http://www.xiph.org/paranoia/>).
159 For other devices, it's possible that you'll have to write the
160 driver software yourself. Please read the file
161 <file:Documentation/scsi/scsi-generic.txt> for more information.
162
163 To compile this driver as a module, choose M here and read
164 <file:Documentation/scsi/scsi.txt>. The module will be called sg.
165
166 If unsure, say N.
167
daa6eda6
GK
168config CHR_DEV_SCH
169 tristate "SCSI media changer support"
170 depends on SCSI
171 ---help---
172 This is a driver for SCSI media changers. Most common devices are
173 tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you
174 don't need this for those tiny 6-slot cdrom changers. Media
175 changers are listed as "Type: Medium Changer" in /proc/scsi/scsi.
176 If you have such hardware and want to use it with linux, say Y
e403149c 177 here. Check <file:Documentation/scsi/scsi-changer.txt> for details.
daa6eda6
GK
178
179 If you want to compile this as a module ( = code which can be
180 inserted in and removed from the running kernel whenever you want),
39f5fb30 181 say M here and read <file:Documentation/kbuild/modules.txt> and
e403149c 182 <file:Documentation/scsi/scsi.txt>. The module will be called ch.o.
daa6eda6 183 If unsure, say N.
9927c688
JB
184
185config SCSI_ENCLOSURE
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.
daa6eda6 193
1da177e4
LT
194config SCSI_MULTI_LUN
195 bool "Probe all LUNs on each SCSI device"
196 depends on SCSI
197 help
a3ec723a
EP
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.
1da177e4
LT
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.
215
216config SCSI_LOGGING
217 bool "SCSI logging facility"
218 depends on SCSI
219 ---help---
220 This turns on a logging facility that can be used to debug a number
221 of SCSI related problems.
222
223 If you say Y here, no logging output will appear by default, but you
224 can enable logging by saying Y to "/proc file system support" and
225 "Sysctl support" below and executing the command
226
5ef07416 227 echo <bitmask> > /proc/sys/dev/scsi/logging_level
1da177e4 228
5ef07416
RL
229 where <bitmask> is a four byte value representing the logging type
230 and logging level for each type of logging selected.
1da177e4 231
5ef07416
RL
232 There are a number of logging types and you can find them in the
233 source at <file:drivers/scsi/scsi_logging.h>. The logging levels
234 are also described in that file and they determine the verbosity of
235 the logging for each logging type.
1da177e4
LT
236
237 If you say N here, it may be harder to track down some types of SCSI
238 problems. If you say Y here your kernel will be somewhat larger, but
239 there should be no noticeable performance impact as long as you have
240 logging turned off.
241
21db1882
MW
242config SCSI_SCAN_ASYNC
243 bool "Asynchronous SCSI scanning"
244 depends on SCSI
245 help
246 The SCSI subsystem can probe for devices while the rest of the
247 system continues booting, and even probe devices on different
248 busses in parallel, leading to a significant speed-up.
082f6f9d 249
21db1882
MW
250 If you have built SCSI as modules, enabling this option can
251 be a problem as the devices may not have been found by the
252 time your system expects them to have been. You can load the
253 scsi_wait_scan module to ensure that all scans have completed.
254 If you build your SCSI drivers into the kernel, then everything
255 will work fine if you say Y here.
256
082f6f9d
MW
257 You can override this choice by specifying "scsi_mod.scan=sync"
258 or async on the kernel's command line.
21db1882 259
840c2835 260config SCSI_WAIT_SCAN
5e2fb917 261 tristate # No prompt here, this is an invisible symbol.
840c2835
JB
262 default m
263 depends on SCSI
264 depends on MODULES
5e2fb917
SR
265# scsi_wait_scan is a loadable module which waits until all the async scans are
266# complete. The idea is to use it in initrd/ initramfs scripts. You modprobe
267# it after all the modprobes of the root SCSI drivers and it will wait until
268# they have all finished scanning their buses before allowing the boot to
269# proceed. (This method is not applicable if targets boot independently in
270# parallel with the initiator, or with transports with non-deterministic target
271# discovery schemes, or if a transport driver does not support scsi_wait_scan.)
272#
273# This symbol is not exposed as a prompt because little is to be gained by
274# disabling it, whereas people who accidentally switch it off may wonder why
275# their mkinitrd gets into trouble.
840c2835 276
2908d778 277menu "SCSI Transports"
1da177e4
LT
278 depends on SCSI
279
280config SCSI_SPI_ATTRS
281 tristate "Parallel SCSI (SPI) Transport Attributes"
282 depends on SCSI
283 help
284 If you wish to export transport-specific information about
285 each attached SCSI device to sysfs, say Y. Otherwise, say N.
286
287config SCSI_FC_ATTRS
288 tristate "FiberChannel Transport Attributes"
289 depends on SCSI
84314fd4 290 select SCSI_NETLINK
1da177e4
LT
291 help
292 If you wish to export transport-specific information about
293 each attached FiberChannel device to sysfs, say Y.
294 Otherwise, say N.
295
7525236d
FT
296config SCSI_FC_TGT_ATTRS
297 bool "SCSI target support for FiberChannel Transport Attributes"
298 depends on SCSI_FC_ATTRS
299 depends on SCSI_TGT = y || SCSI_TGT = SCSI_FC_ATTRS
300 help
301 If you want to use SCSI target mode drivers enable this option.
302
1da177e4
LT
303config SCSI_ISCSI_ATTRS
304 tristate "iSCSI Transport Attributes"
c899e4ef 305 depends on SCSI && NET
1da177e4
LT
306 help
307 If you wish to export transport-specific information about
308 each attached iSCSI device to sysfs, say Y.
309 Otherwise, say N.
310
c7ebbbce
CH
311config SCSI_SAS_ATTRS
312 tristate "SAS Transport Attributes"
7aa68e80 313 depends on SCSI && BLK_DEV_BSG
c7ebbbce
CH
314 help
315 If you wish to export transport-specific information about
316 each attached SAS device to sysfs, say Y.
317
2908d778
JB
318source "drivers/scsi/libsas/Kconfig"
319
09345f65
FT
320config SCSI_SRP_ATTRS
321 tristate "SRP Transport Attributes"
0012fdf9 322 depends on SCSI
09345f65
FT
323 help
324 If you wish to export transport-specific information about
325 each attached SRP device to sysfs, say Y.
326
0012fdf9
FT
327config SCSI_SRP_TGT_ATTRS
328 bool "SCSI target support for SRP Transport Attributes"
329 depends on SCSI_SRP_ATTRS
330 depends on SCSI_TGT = y || SCSI_TGT = SCSI_SRP_ATTRS
331 help
332 If you want to use SCSI target mode drivers enable this option.
333
1da177e4
LT
334endmenu
335
fc6e740d
JE
336menuconfig SCSI_LOWLEVEL
337 bool "SCSI low-level drivers"
1da177e4 338 depends on SCSI!=n
fc6e740d
JE
339 default y
340
67951f63 341if SCSI_LOWLEVEL && SCSI
1da177e4 342
c899e4ef
AA
343config ISCSI_TCP
344 tristate "iSCSI Initiator over TCP/IP"
96bad874 345 depends on SCSI && INET
c899e4ef
AA
346 select CRYPTO
347 select CRYPTO_MD5
348 select CRYPTO_CRC32C
96bad874 349 select SCSI_ISCSI_ATTRS
c899e4ef
AA
350 help
351 The iSCSI Driver provides a host with the ability to access storage
352 through an IP network. The driver uses the iSCSI protocol to transport
353 SCSI requests and responses over a TCP/IP network between the host
354 (the "initiator") and "targets". Architecturally, the iSCSI driver
355 combines with the host's TCP/IP stack, network drivers, and Network
356 Interface Card (NIC) to provide the same functions as a SCSI or a
357 Fibre Channel (FC) adapter driver with a Host Bus Adapter (HBA).
358
359 To compile this driver as a module, choose M here: the
360 module will be called iscsi_tcp.
361
362 The userspace component needed to initialize the driver, documentation,
363 and sample configuration files can be found here:
364
bca1088a 365 http://open-iscsi.org
c899e4ef 366
c3673464 367source "drivers/scsi/cxgb3i/Kconfig"
cf4e6363 368source "drivers/scsi/bnx2i/Kconfig"
6733b39a 369source "drivers/scsi/be2iscsi/Kconfig"
c3673464 370
1da177e4
LT
371config SGIWD93_SCSI
372 tristate "SGI WD93C93 SCSI Driver"
2adbfa33 373 depends on SGI_HAS_WD93 && SCSI
1da177e4
LT
374 help
375 If you have a Western Digital WD93 SCSI controller on
376 an SGI MIPS system, say Y. Otherwise, say N.
377
1da177e4
LT
378config BLK_DEV_3W_XXXX_RAID
379 tristate "3ware 5/6/7/8xxx ATA-RAID support"
380 depends on PCI && SCSI
381 help
382 3ware is the only hardware ATA-Raid product in Linux to date.
383 This card is 2,4, or 8 channel master mode support only.
384 SCSI support required!!!
385
386 <http://www.3ware.com/>
387
388 Please read the comments at the top of
389 <file:drivers/scsi/3w-xxxx.c>.
390
391config SCSI_3W_9XXX
392 tristate "3ware 9xxx SATA-RAID support"
393 depends on PCI && SCSI
394 help
395 This driver supports the 9000 series 3ware SATA-RAID cards.
396
397 <http://www.amcc.com>
398
399 Please read the comments at the top of
400 <file:drivers/scsi/3w-9xxx.c>.
401
402config SCSI_7000FASST
403 tristate "7000FASST SCSI support"
a5532606 404 depends on ISA && SCSI && ISA_DMA_API
928923c7 405 select CHECK_SIGNATURE
1da177e4
LT
406 help
407 This driver supports the Western Digital 7000 SCSI host adapter
408 family. Some information is in the source:
409 <file:drivers/scsi/wd7000.c>.
410
411 To compile this driver as a module, choose M here: the
412 module will be called wd7000.
413
414config SCSI_ACARD
415 tristate "ACARD SCSI support"
416 depends on PCI && SCSI
417 help
418 This driver supports the ACARD SCSI host adapter.
419 Support Chip <ATP870 ATP876 ATP880 ATP885>
420 To compile this driver as a module, choose M here: the
421 module will be called atp870u.
422
423config SCSI_AHA152X
424 tristate "Adaptec AHA152X/2825 support"
425 depends on ISA && SCSI && !64BIT
410ca5c7 426 select SCSI_SPI_ATTRS
928923c7 427 select CHECK_SIGNATURE
1da177e4
LT
428 ---help---
429 This is a driver for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825
430 SCSI host adapters. It also works for the AVA-1505, but the IRQ etc.
431 must be manually specified in this case.
432
433 It is explained in section 3.3 of the SCSI-HOWTO, available from
434 <http://www.tldp.org/docs.html#howto>. You might also want to
435 read the file <file:Documentation/scsi/aha152x.txt>.
436
437 To compile this driver as a module, choose M here: the
438 module will be called aha152x.
439
440config SCSI_AHA1542
441 tristate "Adaptec AHA1542 support"
a5532606 442 depends on ISA && SCSI && ISA_DMA_API
1da177e4
LT
443 ---help---
444 This is support for a SCSI host adapter. It is explained in section
445 3.4 of the SCSI-HOWTO, available from
446 <http://www.tldp.org/docs.html#howto>. Note that Trantor was
447 purchased by Adaptec, and some former Trantor products are being
448 sold under the Adaptec name. If it doesn't work out of the box, you
449 may have to change some settings in <file:drivers/scsi/aha1542.h>.
450
451 To compile this driver as a module, choose M here: the
452 module will be called aha1542.
453
454config SCSI_AHA1740
455 tristate "Adaptec AHA1740 support"
456 depends on EISA && SCSI
457 ---help---
458 This is support for a SCSI host adapter. It is explained in section
459 3.5 of the SCSI-HOWTO, available from
460 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
461 of the box, you may have to change some settings in
462 <file:drivers/scsi/aha1740.h>.
463
464 To compile this driver as a module, choose M here: the
465 module will be called aha1740.
466
467config SCSI_AACRAID
468 tristate "Adaptec AACRAID support"
469 depends on SCSI && PCI
8075f21f
AB
470 help
471 This driver supports a variety of Dell, HP, Adaptec, IBM and
472 ICP storage products. For a list of supported products, refer
473 to <file:Documentation/scsi/aacraid.txt>.
474
475 To compile this driver as a module, choose M here: the module
476 will be called aacraid.
477
1da177e4
LT
478
479source "drivers/scsi/aic7xxx/Kconfig.aic7xxx"
480
481config SCSI_AIC7XXX_OLD
482 tristate "Adaptec AIC7xxx support (old driver)"
483 depends on (ISA || EISA || PCI ) && SCSI
484 help
485 WARNING This driver is an older aic7xxx driver and is no longer
486 under active development. Adaptec, Inc. is writing a new driver to
487 take the place of this one, and it is recommended that whenever
488 possible, people should use the new Adaptec written driver instead
489 of this one. This driver will eventually be phased out entirely.
490
491 This is support for the various aic7xxx based Adaptec SCSI
492 controllers. These include the 274x EISA cards; 284x VLB cards;
493 2902, 2910, 293x, 294x, 394x, 3985 and several other PCI and
494 motherboard based SCSI controllers from Adaptec. It does not support
495 the AAA-13x RAID controllers from Adaptec, nor will it likely ever
496 support them. It does not support the 2920 cards from Adaptec that
497 use the Future Domain SCSI controller chip. For those cards, you
498 need the "Future Domain 16xx SCSI support" driver.
499
500 In general, if the controller is based on an Adaptec SCSI controller
501 chip from the aic777x series or the aic78xx series, this driver
502 should work. The only exception is the 7810 which is specifically
503 not supported (that's the RAID controller chip on the AAA-13x
504 cards).
505
506 Note that the AHA2920 SCSI host adapter is *not* supported by this
507 driver; choose "Future Domain 16xx SCSI support" instead if you have
508 one of those.
509
510 Information on the configuration options for this controller can be
511 found by checking the help file for each of the available
512 configuration options. You should read
513 <file:Documentation/scsi/aic7xxx_old.txt> at a minimum before
514 contacting the maintainer with any questions. The SCSI-HOWTO,
515 available from <http://www.tldp.org/docs.html#howto>, can also
516 be of great help.
517
518 To compile this driver as a module, choose M here: the
519 module will be called aic7xxx_old.
520
521source "drivers/scsi/aic7xxx/Kconfig.aic79xx"
2908d778 522source "drivers/scsi/aic94xx/Kconfig"
2ad52f47 523source "drivers/scsi/mvsas/Kconfig"
1da177e4 524
1da177e4
LT
525config SCSI_DPT_I2O
526 tristate "Adaptec I2O RAID support "
62ac5aed 527 depends on SCSI && PCI && VIRT_TO_BUS
1da177e4
LT
528 help
529 This driver supports all of Adaptec's I2O based RAID controllers as
530 well as the DPT SmartRaid V cards. This is an Adaptec maintained
531 driver by Deanna Bonds. See <file:Documentation/scsi/dpti.txt>.
532
533 To compile this driver as a module, choose M here: the
534 module will be called dpt_i2o.
535
536config SCSI_ADVANSYS
537 tristate "AdvanSys SCSI support"
50899561 538 depends on SCSI && VIRT_TO_BUS
4661e3ea 539 depends on ISA || EISA || PCI
1da177e4
LT
540 help
541 This is a driver for all SCSI host adapters manufactured by
542 AdvanSys. It is documented in the kernel source in
543 <file:drivers/scsi/advansys.c>.
544
545 To compile this driver as a module, choose M here: the
546 module will be called advansys.
547
548config SCSI_IN2000
549 tristate "Always IN2000 SCSI support"
550 depends on ISA && SCSI
551 help
552 This is support for an ISA bus SCSI host adapter. You'll find more
553 information in <file:Documentation/scsi/in2000.txt>. If it doesn't work
554 out of the box, you may have to change the jumpers for IRQ or
555 address selection.
556
557 To compile this driver as a module, choose M here: the
558 module will be called in2000.
559
1c57e86d 560config SCSI_ARCMSR
1a4f550a 561 tristate "ARECA (ARC11xx/12xx/13xx/16xx) SATA/SAS RAID Host Adapter"
1c57e86d
EC
562 depends on PCI && SCSI
563 help
1a4f550a 564 This driver supports all of ARECA's SATA/SAS RAID controller cards.
1c57e86d 565 This is an ARECA-maintained driver by Erich Chen.
1a4f550a 566 If you have any problems, please mail to: <erich@areca.com.tw>.
1c57e86d 567 Areca supports Linux RAID config tools.
1a4f550a 568 Please link <http://www.areca.com.tw>
1c57e86d
EC
569
570 To compile this driver as a module, choose M here: the
571 module will be called arcmsr (modprobe arcmsr).
572
1a4f550a
NC
573config SCSI_ARCMSR_AER
574 bool "Enable PCI Error Recovery Capability in Areca Driver(ARCMSR)"
575 depends on SCSI_ARCMSR && PCIEAER
576 default n
577 help
578 The advanced error reporting(AER) capability is "NOT" provided by
579 ARC1200/1201/1202 SATA RAID controllers cards.
580 If your card is one of ARC1200/1201/1202, please use the default setting, n.
581 If your card is other models, you could pick it
582 on condition that the kernel version is greater than 2.6.19.
583 This function is maintained driver by Nick Cheng. If you have any
584 problems or suggestion, you are welcome to contact with <nick.cheng@areca.com.tw>.
585 To enable this function, choose Y here.
586
1da177e4 587source "drivers/scsi/megaraid/Kconfig.megaraid"
635374e7 588source "drivers/scsi/mpt2sas/Kconfig"
1da177e4 589
ede1e6f8 590config SCSI_HPTIOP
00f59701 591 tristate "HighPoint RocketRAID 3xxx/4xxx Controller support"
ede1e6f8
HLT
592 depends on SCSI && PCI
593 help
00f59701 594 This option enables support for HighPoint RocketRAID 3xxx/4xxx
ede1e6f8
HLT
595 controllers.
596
597 To compile this driver as a module, choose M here; the module
598 will be called hptiop. If unsure, say N.
1da177e4 599
1da177e4
LT
600config SCSI_BUSLOGIC
601 tristate "BusLogic SCSI support"
f057eac0 602 depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API && VIRT_TO_BUS
1da177e4
LT
603 ---help---
604 This is support for BusLogic MultiMaster and FlashPoint SCSI Host
605 Adapters. Consult the SCSI-HOWTO, available from
606 <http://www.tldp.org/docs.html#howto>, and the files
607 <file:Documentation/scsi/BusLogic.txt> and
608 <file:Documentation/scsi/FlashPoint.txt> for more information.
78b4b05d
MW
609 Note that support for FlashPoint is only available for 32-bit
610 x86 configurations.
1da177e4
LT
611
612 To compile this driver as a module, choose M here: the
613 module will be called BusLogic.
614
78b4b05d
MW
615config SCSI_FLASHPOINT
616 bool "FlashPoint support"
617 depends on SCSI_BUSLOGIC && PCI && X86_32
1da177e4 618 help
78b4b05d 619 This option allows you to add FlashPoint support to the
1da177e4 620 BusLogic SCSI driver. The FlashPoint SCCB Manager code is
78b4b05d
MW
621 substantial, so users of MultiMaster Host Adapters may not
622 wish to include it.
1da177e4 623
851b1642
AK
624config VMWARE_PVSCSI
625 tristate "VMware PVSCSI driver support"
626 depends on PCI && SCSI && X86
627 help
628 This driver supports VMware's para virtualized SCSI HBA.
629 To compile this driver as a module, choose M here: the
630 module will be called vmw_pvscsi.
631
42e9a92f
RL
632config LIBFC
633 tristate "LibFC module"
fb5edd02 634 select SCSI_FC_ATTRS
d943aeeb 635 select CRC32
42e9a92f
RL
636 ---help---
637 Fibre Channel library module
638
9b34ecff
VD
639config LIBFCOE
640 tristate "LibFCoE module"
641 select LIBFC
642 ---help---
643 Library for Fibre Channel over Ethernet module
644
85b4aa49
RL
645config FCOE
646 tristate "FCoE module"
fb5edd02 647 depends on PCI
9b34ecff 648 select LIBFCOE
85b4aa49
RL
649 ---help---
650 Fibre Channel over Ethernet module
651
5df6d737
AJ
652config FCOE_FNIC
653 tristate "Cisco FNIC Driver"
654 depends on PCI && X86
655 select LIBFC
656 help
657 This is support for the Cisco PCI-Express FCoE HBA.
658
659 To compile this driver as a module, choose M here and read
660 <file:Documentation/scsi/scsi.txt>.
661 The module will be called fnic.
662
1da177e4
LT
663config SCSI_DMX3191D
664 tristate "DMX3191D SCSI support"
665 depends on PCI && SCSI
410ca5c7 666 select SCSI_SPI_ATTRS
1da177e4
LT
667 help
668 This is support for Domex DMX3191D SCSI Host Adapters.
669
670 To compile this driver as a module, choose M here: the
671 module will be called dmx3191d.
672
673config SCSI_DTC3280
674 tristate "DTC3180/3280 SCSI support"
675 depends on ISA && SCSI
410ca5c7 676 select SCSI_SPI_ATTRS
928923c7 677 select CHECK_SIGNATURE
1da177e4
LT
678 help
679 This is support for DTC 3180/3280 SCSI Host Adapters. Please read
680 the SCSI-HOWTO, available from
681 <http://www.tldp.org/docs.html#howto>, and the file
682 <file:Documentation/scsi/dtc3x80.txt>.
683
684 To compile this driver as a module, choose M here: the
685 module will be called dtc.
686
687config SCSI_EATA
688 tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support"
a5532606 689 depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API
1da177e4
LT
690 ---help---
691 This driver supports all EATA/DMA-compliant SCSI host adapters. DPT
692 ISA and all EISA I/O addresses are probed looking for the "EATA"
693 signature. The addresses of all the PCI SCSI controllers reported
694 by the PCI subsystem are probed as well.
695
696 You want to read the start of <file:drivers/scsi/eata.c> and the
697 SCSI-HOWTO, available from
698 <http://www.tldp.org/docs.html#howto>.
699
700 To compile this driver as a module, choose M here: the
701 module will be called eata.
702
703config SCSI_EATA_TAGGED_QUEUE
704 bool "enable tagged command queueing"
705 depends on SCSI_EATA
706 help
707 This is a feature of SCSI-2 which improves performance: the host
708 adapter can send several SCSI commands to a device's queue even if
709 previous commands haven't finished yet.
710 This is equivalent to the "eata=tc:y" boot option.
711
712config SCSI_EATA_LINKED_COMMANDS
713 bool "enable elevator sorting"
714 depends on SCSI_EATA
715 help
716 This option enables elevator sorting for all probed SCSI disks and
717 CD-ROMs. It definitely reduces the average seek distance when doing
718 random seeks, but this does not necessarily result in a noticeable
719 performance improvement: your mileage may vary...
720 This is equivalent to the "eata=lc:y" boot option.
721
722config SCSI_EATA_MAX_TAGS
723 int "maximum number of queued commands"
724 depends on SCSI_EATA
725 default "16"
726 help
727 This specifies how many SCSI commands can be maximally queued for
728 each probed SCSI device. You should reduce the default value of 16
729 only if you have disks with buggy or limited tagged command support.
730 Minimum is 2 and maximum is 62. This value is also the window size
731 used by the elevator sorting option above. The effective value used
732 by the driver for each probed SCSI device is reported at boot time.
733 This is equivalent to the "eata=mq:8" boot option.
734
735config SCSI_EATA_PIO
736 tristate "EATA-PIO (old DPT PM2001, PM2012A) support"
737 depends on (ISA || EISA || PCI) && SCSI && BROKEN
738 ---help---
739 This driver supports all EATA-PIO protocol compliant SCSI Host
740 Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant
741 host adapters could also use this driver but are discouraged from
742 doing so, since this driver only supports hard disks and lacks
743 numerous features. You might want to have a look at the SCSI-HOWTO,
744 available from <http://www.tldp.org/docs.html#howto>.
745
746 To compile this driver as a module, choose M here: the
747 module will be called eata_pio.
748
749config SCSI_FUTURE_DOMAIN
750 tristate "Future Domain 16xx SCSI/AHA-2920A support"
751 depends on (ISA || PCI) && SCSI
928923c7 752 select CHECK_SIGNATURE
1da177e4
LT
753 ---help---
754 This is support for Future Domain's 16-bit SCSI host adapters
755 (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX) and
756 other adapters based on the Future Domain chipsets (Quantum
757 ISA-200S, ISA-250MG; Adaptec AHA-2920A; and at least one IBM board).
758 It is explained in section 3.7 of the SCSI-HOWTO, available from
759 <http://www.tldp.org/docs.html#howto>.
760
761 NOTE: Newer Adaptec AHA-2920C boards use the Adaptec AIC-7850 chip
762 and should use the aic7xxx driver ("Adaptec AIC7xxx chipset SCSI
763 controller support"). This Future Domain driver works with the older
764 Adaptec AHA-2920A boards with a Future Domain chip on them.
765
766 To compile this driver as a module, choose M here: the
767 module will be called fdomain.
768
769config SCSI_FD_MCS
770 tristate "Future Domain MCS-600/700 SCSI support"
771 depends on MCA_LEGACY && SCSI
772 ---help---
773 This is support for Future Domain MCS 600/700 MCA SCSI adapters.
774 Some PS/2 computers are equipped with IBM Fast SCSI Adapter/A which
775 is identical to the MCS 700 and hence also supported by this driver.
776 This driver also supports the Reply SB16/SCSI card (the SCSI part).
777 It supports multiple adapters in the same system.
778
779 To compile this driver as a module, choose M here: the
780 module will be called fd_mcs.
781
782config SCSI_GDTH
783 tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support"
99109301 784 depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API
1da177e4
LT
785 ---help---
786 Formerly called GDT SCSI Disk Array Controller Support.
787
788 This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
789 manufactured by Intel Corporation/ICP vortex GmbH. It is documented
790 in the kernel source in <file:drivers/scsi/gdth.c> and
889c94a1 791 <file:drivers/scsi/gdth.h>.
1da177e4
LT
792
793 To compile this driver as a module, choose M here: the
794 module will be called gdth.
795
796config SCSI_GENERIC_NCR5380
797 tristate "Generic NCR5380/53c400 SCSI PIO support"
798 depends on ISA && SCSI
410ca5c7 799 select SCSI_SPI_ATTRS
1da177e4
LT
800 ---help---
801 This is a driver for the old NCR 53c80 series of SCSI controllers
802 on boards using PIO. Most boards such as the Trantor T130 fit this
803 category, along with a large number of ISA 8bit controllers shipped
804 for free with SCSI scanners. If you have a PAS16, T128 or DMX3191
805 you should select the specific driver for that card rather than
806 generic 5380 support.
807
808 It is explained in section 3.8 of the SCSI-HOWTO, available from
809 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
810 of the box, you may have to change some settings in
811 <file:drivers/scsi/g_NCR5380.h>.
812
813 To compile this driver as a module, choose M here: the
814 module will be called g_NCR5380.
815
816config SCSI_GENERIC_NCR5380_MMIO
817 tristate "Generic NCR5380/53c400 SCSI MMIO support"
818 depends on ISA && SCSI
410ca5c7 819 select SCSI_SPI_ATTRS
1da177e4
LT
820 ---help---
821 This is a driver for the old NCR 53c80 series of SCSI controllers
822 on boards using memory mapped I/O.
823 It is explained in section 3.8 of the SCSI-HOWTO, available from
824 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
825 of the box, you may have to change some settings in
826 <file:drivers/scsi/g_NCR5380.h>.
827
828 To compile this driver as a module, choose M here: the
829 module will be called g_NCR5380_mmio.
830
831config SCSI_GENERIC_NCR53C400
832 bool "Enable NCR53c400 extensions"
833 depends on SCSI_GENERIC_NCR5380
834 help
835 This enables certain optimizations for the NCR53c400 SCSI cards.
836 You might as well try it out. Note that this driver will only probe
837 for the Trantor T130B in its default configuration; you might have
838 to pass a command line option to the kernel at boot time if it does
839 not detect your card. See the file
840 <file:Documentation/scsi/g_NCR5380.txt> for details.
841
842config SCSI_IBMMCA
843 tristate "IBMMCA SCSI support"
67b2009a 844 depends on MCA && SCSI
1da177e4
LT
845 ---help---
846 This is support for the IBM SCSI adapter found in many of the PS/2
847 series computers. These machines have an MCA bus, so you need to
848 answer Y to "MCA support" as well and read
849 <file:Documentation/mca.txt>.
850
851 If the adapter isn't found during boot (a common problem for models
852 56, 57, 76, and 77) you'll need to use the 'ibmmcascsi=<pun>' kernel
853 option, where <pun> is the id of the SCSI subsystem (usually 7, but
854 if that doesn't work check your reference diskette). Owners of
855 model 95 with a LED-matrix-display can in addition activate some
856 activity info like under OS/2, but more informative, by setting
857 'ibmmcascsi=display' as an additional kernel parameter. Try "man
858 bootparam" or see the documentation of your boot loader about how to
859 pass options to the kernel.
860
861 To compile this driver as a module, choose M here: the
862 module will be called ibmmca.
863
864config IBMMCA_SCSI_ORDER_STANDARD
865 bool "Standard SCSI-order"
866 depends on SCSI_IBMMCA
867 ---help---
868 In the PC-world and in most modern SCSI-BIOS-setups, SCSI-hard disks
869 are assigned to the drive letters, starting with the lowest SCSI-id
870 (physical number -- pun) to be drive C:, as seen from DOS and
871 similar operating systems. When looking into papers describing the
872 ANSI-SCSI-standard, this assignment of drives appears to be wrong.
873 The SCSI-standard follows a hardware-hierarchy which says that id 7
874 has the highest priority and id 0 the lowest. Therefore, the host
875 adapters are still today everywhere placed as SCSI-id 7 by default.
876 In the SCSI-standard, the drive letters express the priority of the
877 disk. C: should be the hard disk, or a partition on it, with the
878 highest priority. This must therefore be the disk with the highest
879 SCSI-id (e.g. 6) and not the one with the lowest! IBM-BIOS kept the
880 original definition of the SCSI-standard as also industrial- and
881 process-control-machines, like VME-CPUs running under realtime-OSes
882 (e.g. LynxOS, OS9) do.
883
884 If you like to run Linux on your MCA-machine with the same
885 assignment of hard disks as seen from e.g. DOS or OS/2 on your
886 machine, which is in addition conformant to the SCSI-standard, you
887 must say Y here. This is also necessary for MCA-Linux users who want
888 to keep downward compatibility to older releases of the
889 IBM-MCA-SCSI-driver (older than driver-release 2.00 and older than
890 June 1997).
891
892 If you like to have the lowest SCSI-id assigned as drive C:, as
893 modern SCSI-BIOSes do, which does not conform to the standard, but
894 is widespread and common in the PC-world of today, you must say N
895 here. If unsure, say Y.
896
897config IBMMCA_SCSI_DEV_RESET
898 bool "Reset SCSI-devices at boottime"
899 depends on SCSI_IBMMCA
900 ---help---
901 By default, SCSI-devices are reset when the machine is powered on.
902 However, some devices exist, like special-control-devices,
903 SCSI-CNC-machines, SCSI-printer or scanners of older type, that do
904 not reset when switched on. If you say Y here, each device connected
905 to your SCSI-bus will be issued a reset-command after it has been
906 probed, while the kernel is booting. This may cause problems with
907 more modern devices, like hard disks, which do not appreciate these
908 reset commands, and can cause your system to hang. So say Y only if
909 you know that one of your older devices needs it; N is the safe
910 answer.
911
912config SCSI_IPS
913 tristate "IBM ServeRAID support"
914 depends on PCI && SCSI
915 ---help---
916 This is support for the IBM ServeRAID hardware RAID controllers.
917 See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
918 for more information. If this driver does not work correctly
919 without modification please contact the author by email at
920 <ipslinux@adaptec.com>.
921
922 To compile this driver as a module, choose M here: the
923 module will be called ips.
924
925config SCSI_IBMVSCSI
926 tristate "IBM Virtual SCSI support"
927 depends on PPC_PSERIES || PPC_ISERIES
4d680419 928 select SCSI_SRP_ATTRS
d2b4397b 929 select VIOPATH if PPC_ISERIES
1da177e4
LT
930 help
931 This is the IBM POWER Virtual SCSI Client
932
933 To compile this driver as a module, choose M here: the
934 module will be called ibmvscsic.
935
0e5d030b
FT
936config SCSI_IBMVSCSIS
937 tristate "IBM Virtual SCSI Server support"
0012fdf9 938 depends on PPC_PSERIES && SCSI_SRP && SCSI_SRP_TGT_ATTRS
0e5d030b
FT
939 help
940 This is the SRP target driver for IBM pSeries virtual environments.
941
942 The userspace component needed to initialize the driver and
943 documentation can be found:
944
945 http://stgt.berlios.de/
946
947 To compile this driver as a module, choose M here: the
948 module will be called ibmvstgt.
949
072b91f9
BK
950config SCSI_IBMVFC
951 tristate "IBM Virtual FC support"
952 depends on PPC_PSERIES && SCSI
953 select SCSI_FC_ATTRS
954 help
955 This is the IBM POWER Virtual FC Client
956
957 To compile this driver as a module, choose M here: the
958 module will be called ibmvfc.
959
960config SCSI_IBMVFC_TRACE
961 bool "enable driver internal trace"
962 depends on SCSI_IBMVFC
963 default y
964 help
965 If you say Y here, the driver will trace all commands issued
966 to the adapter. Performance impact is minimal. Trace can be
967 dumped using /sys/class/scsi_host/hostXX/trace.
968
1da177e4
LT
969config SCSI_INITIO
970 tristate "Initio 9100U(W) support"
971 depends on PCI && SCSI
972 help
973 This is support for the Initio 91XXU(W) SCSI host adapter. Please
974 read the SCSI-HOWTO, available from
975 <http://www.tldp.org/docs.html#howto>.
976
977 To compile this driver as a module, choose M here: the
978 module will be called initio.
979
980config SCSI_INIA100
981 tristate "Initio INI-A100U2W support"
982 depends on PCI && SCSI
983 help
984 This is support for the Initio INI-A100U2W SCSI host adapter.
985 Please read the SCSI-HOWTO, available from
986 <http://www.tldp.org/docs.html#howto>.
987
988 To compile this driver as a module, choose M here: the
989 module will be called a100u2w.
990
991config SCSI_PPA
992 tristate "IOMEGA parallel port (ppa - older drives)"
6a19b41b 993 depends on SCSI && PARPORT_PC
1da177e4
LT
994 ---help---
995 This driver supports older versions of IOMEGA's parallel port ZIP
996 drive (a 100 MB removable media device).
997
998 Note that you can say N here if you have the SCSI version of the ZIP
999 drive: it will be supported automatically if you said Y to the
1000 generic "SCSI disk support", above.
1001
1002 If you have the ZIP Plus drive or a more recent parallel port ZIP
1003 drive (if the supplied cable with the drive is labeled "AutoDetect")
1004 then you should say N here and Y to "IOMEGA parallel port (imm -
1005 newer drives)", below.
1006
1007 For more information about this driver and how to use it you should
1008 read the file <file:Documentation/scsi/ppa.txt>. You should also read
1009 the SCSI-HOWTO, which is available from
1010 <http://www.tldp.org/docs.html#howto>. If you use this driver,
1011 you will still be able to use the parallel port for other tasks,
1012 such as a printer; it is safe to compile both drivers into the
1013 kernel.
1014
1015 To compile this driver as a module, choose M here: the
1016 module will be called ppa.
1017
1018config SCSI_IMM
1019 tristate "IOMEGA parallel port (imm - newer drives)"
6a19b41b 1020 depends on SCSI && PARPORT_PC
1da177e4
LT
1021 ---help---
1022 This driver supports newer versions of IOMEGA's parallel port ZIP
1023 drive (a 100 MB removable media device).
1024
1025 Note that you can say N here if you have the SCSI version of the ZIP
1026 drive: it will be supported automatically if you said Y to the
1027 generic "SCSI disk support", above.
1028
1029 If you have the ZIP Plus drive or a more recent parallel port ZIP
1030 drive (if the supplied cable with the drive is labeled "AutoDetect")
1031 then you should say Y here; if you have an older ZIP drive, say N
1032 here and Y to "IOMEGA Parallel Port (ppa - older drives)", above.
1033
1034 For more information about this driver and how to use it you should
1035 read the file <file:Documentation/scsi/ppa.txt>. You should also read
1036 the SCSI-HOWTO, which is available from
1037 <http://www.tldp.org/docs.html#howto>. If you use this driver,
1038 you will still be able to use the parallel port for other tasks,
1039 such as a printer; it is safe to compile both drivers into the
1040 kernel.
1041
1042 To compile this driver as a module, choose M here: the
1043 module will be called imm.
1044
1045config SCSI_IZIP_EPP16
1046 bool "ppa/imm option - Use slow (but safe) EPP-16"
6a19b41b 1047 depends on SCSI_PPA || SCSI_IMM
1da177e4
LT
1048 ---help---
1049 EPP (Enhanced Parallel Port) is a standard for parallel ports which
1050 allows them to act as expansion buses that can handle up to 64
1051 peripheral devices.
1052
1053 Some parallel port chipsets are slower than their motherboard, and
1054 so we have to control the state of the chipset's FIFO queue every
1055 now and then to avoid data loss. This will be done if you say Y
1056 here.
1057
1058 Generally, saying Y is the safe option and slows things down a bit.
1059
1060config SCSI_IZIP_SLOW_CTR
1061 bool "ppa/imm option - Assume slow parport control register"
6a19b41b 1062 depends on SCSI_PPA || SCSI_IMM
1da177e4
LT
1063 help
1064 Some parallel ports are known to have excessive delays between
1065 changing the parallel port control register and good data being
1066 available on the parallel port data/status register. This option
1067 forces a small delay (1.0 usec to be exact) after changing the
1068 control register to let things settle out. Enabling this option may
1069 result in a big drop in performance but some very old parallel ports
1070 (found in 386 vintage machines) will not work properly.
1071
1072 Generally, saying N is fine.
1073
1074config SCSI_NCR53C406A
1075 tristate "NCR53c406a SCSI support"
1076 depends on ISA && SCSI
1077 help
1078 This is support for the NCR53c406a SCSI host adapter. For user
1079 configurable parameters, check out <file:drivers/scsi/NCR53c406a.c>
1080 in the kernel source. Also read the SCSI-HOWTO, available from
1081 <http://www.tldp.org/docs.html#howto>.
1082
1083 To compile this driver as a module, choose M here: the
1084 module will be called NCR53c406.
1085
1086config SCSI_NCR_D700
1087 tristate "NCR Dual 700 MCA SCSI support"
1088 depends on MCA && SCSI
1089 select SCSI_SPI_ATTRS
1090 help
1091 This is a driver for the MicroChannel Dual 700 card produced by
1092 NCR and commonly used in 345x/35xx/4100 class machines. It always
1093 tries to negotiate sync and uses tag command queueing.
1094
1095 Unless you have an NCR manufactured machine, the chances are that
1096 you do not have this SCSI card, so say N.
1097
1da177e4
LT
1098config SCSI_LASI700
1099 tristate "HP Lasi SCSI support for 53c700/710"
1100 depends on GSC && SCSI
1101 select SCSI_SPI_ATTRS
1102 help
1103 This is a driver for the SCSI controller in the Lasi chip found in
1104 many PA-RISC workstations & servers. If you do not know whether you
1105 have a Lasi chip, it is safe to say "Y" here.
1106
c27d85f3
TB
1107config SCSI_SNI_53C710
1108 tristate "SNI RM SCSI support for 53c710"
1109 depends on SNI_RM && SCSI
1110 select SCSI_SPI_ATTRS
1111 select 53C700_LE_ON_BE
1112 help
1113 This is a driver for the onboard SCSI controller found in older
1114 SNI RM workstations & servers.
1115
1da177e4
LT
1116config 53C700_LE_ON_BE
1117 bool
1118 depends on SCSI_LASI700
1119 default y
1120
5a25ba16
JG
1121config SCSI_STEX
1122 tristate "Promise SuperTrak EX Series support"
1123 depends on PCI && SCSI
1124 ---help---
ee926b27
EL
1125 This driver supports Promise SuperTrak EX series storage controllers.
1126
1127 Promise provides Linux RAID configuration utility for these
1128 controllers. Please visit <http://www.promise.com> to download.
1129
1130 To compile this driver as a module, choose M here: the
1131 module will be called stex.
5a25ba16 1132
63273134
KJ
1133config 53C700_BE_BUS
1134 bool
45804fbb 1135 depends on SCSI_A4000T || SCSI_ZORRO7XX || MVME16x_SCSI || BVME6000_SCSI
63273134
KJ
1136 default y
1137
1da177e4
LT
1138config SCSI_SYM53C8XX_2
1139 tristate "SYM53C8XX Version 2 SCSI support"
1140 depends on PCI && SCSI
1141 select SCSI_SPI_ATTRS
1142 ---help---
1143 This driver supports the whole NCR53C8XX/SYM53C8XX family of
1144 PCI-SCSI controllers. It also supports the subset of LSI53C10XX
1145 Ultra-160 controllers that are based on the SYM53C8XX SCRIPTS
1146 language. It does not support LSI53C10XX Ultra-320 PCI-X SCSI
1147 controllers; you need to use the Fusion MPT driver for that.
1148
1149 Please read <file:Documentation/scsi/sym53c8xx_2.txt> for more
1150 information.
1151
1152config SCSI_SYM53C8XX_DMA_ADDRESSING_MODE
1153 int "DMA addressing mode"
1154 depends on SCSI_SYM53C8XX_2
1155 default "1"
1156 ---help---
1157 This option only applies to PCI-SCSI chips that are PCI DAC
1158 capable (875A, 895A, 896, 1010-33, 1010-66, 1000).
1159
1160 When set to 0, the driver will program the chip to only perform
1161 32-bit DMA. When set to 1, the chip will be able to perform DMA
1162 to addresses up to 1TB. When set to 2, the driver supports the
1163 full 64-bit DMA address range, but can only address 16 segments
1164 of 4 GB each. This limits the total addressable range to 64 GB.
1165
1166 Most machines with less than 4GB of memory should use a setting
1167 of 0 for best performance. If your machine has 4GB of memory
1168 or more, you should set this option to 1 (the default).
1169
1170 The still experimental value 2 (64 bit DMA addressing with 16
1171 x 4GB segments limitation) can be used on systems that require
1172 PCI address bits past bit 39 to be set for the addressing of
1173 memory using PCI DAC cycles.
1174
1175config SCSI_SYM53C8XX_DEFAULT_TAGS
1f61d824 1176 int "Default tagged command queue depth"
1da177e4
LT
1177 depends on SCSI_SYM53C8XX_2
1178 default "16"
1179 help
1180 This is the default value of the command queue depth the
1181 driver will announce to the generic SCSI layer for devices
1182 that support tagged command queueing. This value can be changed
1183 from the boot command line. This is a soft limit that cannot
1184 exceed CONFIG_SCSI_SYM53C8XX_MAX_TAGS.
1185
1186config SCSI_SYM53C8XX_MAX_TAGS
1f61d824 1187 int "Maximum number of queued commands"
1da177e4
LT
1188 depends on SCSI_SYM53C8XX_2
1189 default "64"
1190 help
1191 This option allows you to specify the maximum number of commands
1192 that can be queued to any device, when tagged command queuing is
1193 possible. The driver supports up to 256 queued commands per device.
1194 This value is used as a compiled-in hard limit.
1195
1f61d824
MW
1196config SCSI_SYM53C8XX_MMIO
1197 bool "Use memory mapped IO"
1da177e4 1198 depends on SCSI_SYM53C8XX_2
1f61d824 1199 default y
1da177e4 1200 help
1f61d824
MW
1201 Memory mapped IO is faster than Port IO. Most people should
1202 answer Y here, but some machines may have problems. If you have
1203 to answer N here, please report the problem to the maintainer.
1da177e4
LT
1204
1205config SCSI_IPR
1206 tristate "IBM Power Linux RAID adapter support"
35a39691 1207 depends on PCI && SCSI && ATA
1da177e4
LT
1208 select FW_LOADER
1209 ---help---
1210 This driver supports the IBM Power Linux family RAID adapters.
1211 This includes IBM pSeries 5712, 5703, 5709, and 570A, as well
1212 as IBM iSeries 5702, 5703, 5709, and 570A.
1213
1214config SCSI_IPR_TRACE
1215 bool "enable driver internal trace"
1216 depends on SCSI_IPR
efbbdd84 1217 default y
1da177e4
LT
1218 help
1219 If you say Y here, the driver will trace all commands issued
1220 to the adapter. Performance impact is minimal. Trace can be
1221 dumped using /sys/bus/class/scsi_host/hostXX/trace.
1222
1223config SCSI_IPR_DUMP
1224 bool "enable adapter dump support"
1225 depends on SCSI_IPR
efbbdd84 1226 default y
1da177e4
LT
1227 help
1228 If you say Y here, the driver will support adapter crash dump.
1229 If you enable this support, the iprdump daemon can be used
1230 to capture adapter failure analysis information.
1231
1232config SCSI_ZALON
1233 tristate "Zalon SCSI support"
1234 depends on GSC && SCSI
1235 select SCSI_SPI_ATTRS
1236 help
1237 The Zalon is a GSC/HSC bus interface chip that sits between the
1238 PA-RISC processor and the NCR 53c720 SCSI controller on C100,
1239 C110, J200, J210 and some D, K & R-class machines. It's also
1240 used on the add-in Bluefish, Barracuda & Shrike SCSI cards.
1241 Say Y here if you have one of these machines or cards.
1242
1243config SCSI_NCR_Q720
1244 tristate "NCR Quad 720 MCA SCSI support"
1245 depends on MCA && SCSI
1246 select SCSI_SPI_ATTRS
1247 help
1248 This is a driver for the MicroChannel Quad 720 card produced by
1249 NCR and commonly used in 345x/35xx/4100 class machines. It always
1250 tries to negotiate sync and uses tag command queueing.
1251
1252 Unless you have an NCR manufactured machine, the chances are that
1253 you do not have this SCSI card, so say N.
1254
1255config SCSI_NCR53C8XX_DEFAULT_TAGS
e55a3e8a 1256 int "default tagged command queue depth"
1da177e4
LT
1257 depends on SCSI_ZALON || SCSI_NCR_Q720
1258 default "8"
1259 ---help---
1260 "Tagged command queuing" is a feature of SCSI-2 which improves
1261 performance: the host adapter can send several SCSI commands to a
1262 device's queue even if previous commands haven't finished yet.
1263 Because the device is intelligent, it can optimize its operations
1264 (like head positioning) based on its own request queue. Some SCSI
1265 devices don't implement this properly; if you want to disable this
1266 feature, enter 0 or 1 here (it doesn't matter which).
1267
1268 The default value is 8 and should be supported by most hard disks.
1269 This value can be overridden from the boot command line using the
1270 'tags' option as follows (example):
1271 'ncr53c8xx=tags:4/t2t3q16/t0u2q10' will set default queue depth to
1272 4, set queue depth to 16 for target 2 and target 3 on controller 0
1273 and set queue depth to 10 for target 0 / lun 2 on controller 1.
1274
1275 The normal answer therefore is to go with the default 8 and to use
1276 a boot command line option for devices that need to use a different
1277 command queue depth.
1278
1279 There is no safe option other than using good SCSI devices.
1280
1281config SCSI_NCR53C8XX_MAX_TAGS
e55a3e8a 1282 int "maximum number of queued commands"
1da177e4
LT
1283 depends on SCSI_ZALON || SCSI_NCR_Q720
1284 default "32"
1285 ---help---
1286 This option allows you to specify the maximum number of commands
1287 that can be queued to any device, when tagged command queuing is
1288 possible. The default value is 32. Minimum is 2, maximum is 64.
1289 Modern hard disks are able to support 64 tags and even more, but
1290 do not seem to be faster when more than 32 tags are being used.
1291
1292 So, the normal answer here is to go with the default value 32 unless
1293 you are using very large hard disks with large cache (>= 1 MB) that
1294 are able to take advantage of more than 32 tagged commands.
1295
1296 There is no safe option and the default answer is recommended.
1297
1298config SCSI_NCR53C8XX_SYNC
e55a3e8a 1299 int "synchronous transfers frequency in MHz"
1da177e4
LT
1300 depends on SCSI_ZALON || SCSI_NCR_Q720
1301 default "20"
1302 ---help---
1303 The SCSI Parallel Interface-2 Standard defines 5 classes of transfer
1304 rates: FAST-5, FAST-10, FAST-20, FAST-40 and FAST-80. The numbers
1305 are respectively the maximum data transfer rates in mega-transfers
1306 per second for each class. For example, a FAST-20 Wide 16 device is
1307 able to transfer data at 20 million 16 bit packets per second for a
1308 total rate of 40 MB/s.
1309
1310 You may specify 0 if you want to only use asynchronous data
1311 transfers. This is the safest and slowest option. Otherwise, specify
1312 a value between 5 and 80, depending on the capability of your SCSI
1313 controller. The higher the number, the faster the data transfer.
1314 Note that 80 should normally be ok since the driver decreases the
1315 value automatically according to the controller's capabilities.
1316
1317 Your answer to this question is ignored for controllers with NVRAM,
1318 since the driver will get this information from the user set-up. It
1319 also can be overridden using a boot setup option, as follows
1320 (example): 'ncr53c8xx=sync:12' will allow the driver to negotiate
1321 for FAST-20 synchronous data transfer (20 mega-transfers per
1322 second).
1323
1324 The normal answer therefore is not to go with the default but to
1325 select the maximum value 80 allowing the driver to use the maximum
1326 value supported by each controller. If this causes problems with
1327 your SCSI devices, you should come back and decrease the value.
1328
1329 There is no safe option other than using good cabling, right
1330 terminations and SCSI conformant devices.
1331
1da177e4 1332config SCSI_NCR53C8XX_NO_DISCONNECT
e55a3e8a 1333 bool "not allow targets to disconnect"
1da177e4
LT
1334 depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0
1335 help
1336 This option is only provided for safety if you suspect some SCSI
1337 device of yours to not support properly the target-disconnect
1338 feature. In that case, you would say Y here. In general however, to
1339 not allow targets to disconnect is not reasonable if there is more
1340 than 1 device on a SCSI bus. The normal answer therefore is N.
1341
1da177e4
LT
1342config SCSI_PAS16
1343 tristate "PAS16 SCSI support"
1344 depends on ISA && SCSI
410ca5c7 1345 select SCSI_SPI_ATTRS
1da177e4
LT
1346 ---help---
1347 This is support for a SCSI host adapter. It is explained in section
1348 3.10 of the SCSI-HOWTO, available from
1349 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
1350 of the box, you may have to change some settings in
1351 <file:drivers/scsi/pas16.h>.
1352
1353 To compile this driver as a module, choose M here: the
1354 module will be called pas16.
1355
1da177e4
LT
1356config SCSI_QLOGIC_FAS
1357 tristate "Qlogic FAS SCSI support"
1358 depends on ISA && SCSI
1359 ---help---
1360 This is a driver for the ISA, VLB, and PCMCIA versions of the Qlogic
1361 FastSCSI! cards as well as any other card based on the FASXX chip
1362 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).
1363
1364 This driver does NOT support the PCI versions of these cards. The
1365 PCI versions are supported by the Qlogic ISP driver ("Qlogic ISP
1366 SCSI support"), below.
1367
1368 Information about this driver is contained in
1369 <file:Documentation/scsi/qlogicfas.txt>. You should also read the
1370 SCSI-HOWTO, available from
1371 <http://www.tldp.org/docs.html#howto>.
1372
1373 To compile this driver as a module, choose M here: the
1374 module will be called qlogicfas.
1375
1da177e4
LT
1376config SCSI_QLOGIC_1280
1377 tristate "Qlogic QLA 1240/1x80/1x160 SCSI support"
1378 depends on PCI && SCSI
1379 help
1380 Say Y if you have a QLogic ISP1240/1x80/1x160 SCSI host adapter.
1381
1382 To compile this driver as a module, choose M here: the
1383 module will be called qla1280.
1384
1da177e4
LT
1385config SCSI_QLOGICPTI
1386 tristate "PTI Qlogic, ISP Driver"
1387 depends on SBUS && SCSI
1388 help
1389 This driver supports SBUS SCSI controllers from PTI or QLogic. These
1390 controllers are known under Solaris as qpti and in the openprom as
1391 PTI,ptisp or QLGC,isp. Note that PCI QLogic SCSI controllers are
1392 driven by a different driver.
1393
1394 To compile this driver as a module, choose M here: the
1395 module will be called qlogicpti.
1396
1397source "drivers/scsi/qla2xxx/Kconfig"
afaf5a2d 1398source "drivers/scsi/qla4xxx/Kconfig"
1da177e4 1399
dea3101e 1400config SCSI_LPFC
1401 tristate "Emulex LightPulse Fibre Channel Support"
1402 depends on PCI && SCSI
1403 select SCSI_FC_ATTRS
1404 help
1405 This lpfc driver supports the Emulex LightPulse
1406 Family of Fibre Channel PCI host adapters.
1407
923e4b6a
JS
1408config SCSI_LPFC_DEBUG_FS
1409 bool "Emulex LightPulse Fibre Channel debugfs Support"
1410 depends on SCSI_LPFC && DEBUG_FS
1411 help
692105b8 1412 This makes debugging information from the lpfc driver
923e4b6a
JS
1413 available via the debugfs filesystem.
1414
1da177e4
LT
1415config SCSI_SIM710
1416 tristate "Simple 53c710 SCSI support (Compaq, NCR machines)"
1417 depends on (EISA || MCA) && SCSI
1418 select SCSI_SPI_ATTRS
1419 ---help---
692105b8 1420 This driver is for NCR53c710 based SCSI host adapters.
1da177e4
LT
1421
1422 It currently supports Compaq EISA cards and NCR MCA cards
1423
1da177e4
LT
1424config SCSI_SYM53C416
1425 tristate "Symbios 53c416 SCSI support"
1426 depends on ISA && SCSI
1427 ---help---
1428 This is support for the sym53c416 SCSI host adapter, the SCSI
1429 adapter that comes with some HP scanners. This driver requires that
1430 the sym53c416 is configured first using some sort of PnP
1431 configuration program (e.g. isapnp) or by a PnP aware BIOS. If you
1432 are using isapnp then you need to compile this driver as a module
1433 and then load it using insmod after isapnp has run. The parameters
1434 of the configured card(s) should be passed to the driver. The format
1435 is:
1436
1437 insmod sym53c416 sym53c416=<base>,<irq> [sym53c416_1=<base>,<irq>]
1438
1439 To compile this driver as a module, choose M here: the
1440 module will be called sym53c416.
1441
1442config SCSI_DC395x
1443 tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support (EXPERIMENTAL)"
1444 depends on PCI && SCSI && EXPERIMENTAL
1445 ---help---
1446 This driver supports PCI SCSI host adapters based on the ASIC
1447 TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants.
1448
1449 This driver works, but is still in experimental status. So better
1450 have a bootable disk and a backup in case of emergency.
1451
1452 Documentation can be found in <file:Documentation/scsi/dc395x.txt>.
1453
1454 To compile this driver as a module, choose M here: the
1455 module will be called dc395x.
1456
1457config SCSI_DC390T
1458 tristate "Tekram DC390(T) and Am53/79C974 SCSI support"
1459 depends on PCI && SCSI
1460 ---help---
1461 This driver supports PCI SCSI host adapters based on the Am53C974A
1462 chip, e.g. Tekram DC390(T), DawiControl 2974 and some onboard
1463 PCscsi/PCnet (Am53/79C974) solutions.
1464
1465 Documentation can be found in <file:Documentation/scsi/tmscsim.txt>.
1466
1467 Note that this driver does NOT support Tekram DC390W/U/F, which are
1468 based on NCR/Symbios chips. Use "NCR53C8XX SCSI support" for those.
1469
1470 To compile this driver as a module, choose M here: the
1471 module will be called tmscsim.
1472
1473config SCSI_T128
1474 tristate "Trantor T128/T128F/T228 SCSI support"
1475 depends on ISA && SCSI
410ca5c7 1476 select SCSI_SPI_ATTRS
928923c7 1477 select CHECK_SIGNATURE
1da177e4
LT
1478 ---help---
1479 This is support for a SCSI host adapter. It is explained in section
1480 3.11 of the SCSI-HOWTO, available from
1481 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
1482 of the box, you may have to change some settings in
1483 <file:drivers/scsi/t128.h>. Note that Trantor was purchased by
1484 Adaptec, and some former Trantor products are being sold under the
1485 Adaptec name.
1486
1487 To compile this driver as a module, choose M here: the
1488 module will be called t128.
1489
1490config SCSI_U14_34F
1491 tristate "UltraStor 14F/34F support"
a5532606 1492 depends on ISA && SCSI && ISA_DMA_API
1da177e4
LT
1493 ---help---
1494 This is support for the UltraStor 14F and 34F SCSI-2 host adapters.
1495 The source at <file:drivers/scsi/u14-34f.c> contains some
1496 information about this hardware. If the driver doesn't work out of
1497 the box, you may have to change some settings in
1498 <file: drivers/scsi/u14-34f.c>. Read the SCSI-HOWTO, available from
1499 <http://www.tldp.org/docs.html#howto>. Note that there is also
1500 another driver for the same hardware: "UltraStor SCSI support",
1501 below. You should say Y to both only if you want 24F support as
1502 well.
1503
1504 To compile this driver as a module, choose M here: the
1505 module will be called u14-34f.
1506
1507config SCSI_U14_34F_TAGGED_QUEUE
1508 bool "enable tagged command queueing"
1509 depends on SCSI_U14_34F
1510 help
1511 This is a feature of SCSI-2 which improves performance: the host
1512 adapter can send several SCSI commands to a device's queue even if
1513 previous commands haven't finished yet.
1514 This is equivalent to the "u14-34f=tc:y" boot option.
1515
1516config SCSI_U14_34F_LINKED_COMMANDS
1517 bool "enable elevator sorting"
1518 depends on SCSI_U14_34F
1519 help
1520 This option enables elevator sorting for all probed SCSI disks and
1521 CD-ROMs. It definitely reduces the average seek distance when doing
1522 random seeks, but this does not necessarily result in a noticeable
1523 performance improvement: your mileage may vary...
1524 This is equivalent to the "u14-34f=lc:y" boot option.
1525
1526config SCSI_U14_34F_MAX_TAGS
1527 int "maximum number of queued commands"
1528 depends on SCSI_U14_34F
1529 default "8"
1530 help
1531 This specifies how many SCSI commands can be maximally queued for
1532 each probed SCSI device. You should reduce the default value of 8
1533 only if you have disks with buggy or limited tagged command support.
1534 Minimum is 2 and maximum is 14. This value is also the window size
1535 used by the elevator sorting option above. The effective value used
1536 by the driver for each probed SCSI device is reported at boot time.
1537 This is equivalent to the "u14-34f=mq:8" boot option.
1538
1539config SCSI_ULTRASTOR
1540 tristate "UltraStor SCSI support"
1541 depends on X86 && ISA && SCSI
1542 ---help---
1543 This is support for the UltraStor 14F, 24F and 34F SCSI-2 host
1544 adapter family. This driver is explained in section 3.12 of the
1545 SCSI-HOWTO, available from
1546 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
1547 of the box, you may have to change some settings in
1548 <file:drivers/scsi/ultrastor.h>.
1549
1550 Note that there is also another driver for the same hardware:
1551 "UltraStor 14F/34F support", above.
1552
1553 To compile this driver as a module, choose M here: the
1554 module will be called ultrastor.
1555
1556config SCSI_NSP32
1557 tristate "Workbit NinjaSCSI-32Bi/UDE support"
1558 depends on PCI && SCSI && !64BIT
1559 help
1560 This is support for the Workbit NinjaSCSI-32Bi/UDE PCI/Cardbus
1561 SCSI host adapter. Please read the SCSI-HOWTO, available from
1562 <http://www.tldp.org/docs.html#howto>.
1563
1564 To compile this driver as a module, choose M here: the
1565 module will be called nsp32.
1566
1567config SCSI_DEBUG
1568 tristate "SCSI debugging host simulator"
1569 depends on SCSI
d0ace3c5 1570 select CRC_T10DIF
1da177e4
LT
1571 help
1572 This is a host adapter simulator that can simulate multiple hosts
1573 each with multiple dummy SCSI devices (disks). It defaults to one
1574 host adapter with one dummy SCSI disk. Each dummy disk uses kernel
1575 RAM as storage (i.e. it is a ramdisk). To save space when multiple
1576 dummy disks are simulated, they share the same kernel RAM for
1577 their storage. See <http://www.torque.net/sg/sdebug.html> for more
1578 information. This driver is primarily of use to those testing the
1579 SCSI and block subsystems. If unsure, say N.
1580
1581config SCSI_MESH
1582 tristate "MESH (Power Mac internal SCSI) support"
1583 depends on PPC32 && PPC_PMAC && SCSI
1584 help
1585 Many Power Macintoshes and clones have a MESH (Macintosh Enhanced
1586 SCSI Hardware) SCSI bus adaptor (the 7200 doesn't, but all of the
1587 other Power Macintoshes do). Say Y to include support for this SCSI
1588 adaptor.
1589
1590 To compile this driver as a module, choose M here: the
1591 module will be called mesh.
1592
1593config SCSI_MESH_SYNC_RATE
1594 int "maximum synchronous transfer rate (MB/s) (0 = async)"
1595 depends on SCSI_MESH
1596 default "5"
1597 help
1598 On Power Macintoshes (and clones) where the MESH SCSI bus adaptor
1599 drives a bus which is entirely internal to the machine (such as the
1600 7500, 7600, 8500, etc.), the MESH is capable of synchronous
1601 operation at up to 10 MB/s. On machines where the SCSI bus
1602 controlled by the MESH can have external devices connected, it is
1603 usually rated at 5 MB/s. 5 is a safe value here unless you know the
1604 MESH SCSI bus is internal only; in that case you can say 10. Say 0
1605 to disable synchronous operation.
1606
1607config SCSI_MESH_RESET_DELAY_MS
1608 int "initial bus reset delay (ms) (0 = no reset)"
1609 depends on SCSI_MESH
1610 default "4000"
1611
1612config SCSI_MAC53C94
1613 tristate "53C94 (Power Mac external SCSI) support"
1614 depends on PPC32 && PPC_PMAC && SCSI
1615 help
1616 On Power Macintoshes (and clones) with two SCSI buses, the external
1617 SCSI bus is usually controlled by a 53C94 SCSI bus adaptor. Older
1618 machines which only have one SCSI bus, such as the 7200, also use
1619 the 53C94. Say Y to include support for the 53C94.
1620
1621 To compile this driver as a module, choose M here: the
1622 module will be called mac53c94.
1623
1624source "drivers/scsi/arm/Kconfig"
1625
1626config JAZZ_ESP
1627 bool "MIPS JAZZ FAS216 SCSI support"
1628 depends on MACH_JAZZ && SCSI
3a243070 1629 select SCSI_SPI_ATTRS
1da177e4
LT
1630 help
1631 This is the driver for the onboard SCSI host adapter of MIPS Magnum
1632 4000, Acer PICA, Olivetti M700-10 and a few other identical OEM
1633 systems.
1634
1635config A3000_SCSI
1636 tristate "A3000 WD33C93A support"
1637 depends on AMIGA && SCSI
1638 help
1639 If you have an Amiga 3000 and have SCSI devices connected to the
1640 built-in SCSI controller, say Y. Otherwise, say N.
1641
1642 To compile this driver as a module, choose M here: the
90638f99 1643 module will be called a3000.
1da177e4
LT
1644
1645config A2091_SCSI
1646 tristate "A2091/A590 WD33C93A support"
1647 depends on ZORRO && SCSI
1648 help
1649 If you have a Commodore A2091 SCSI controller, say Y. Otherwise,
1650 say N.
1651
1652 To compile this driver as a module, choose M here: the
90638f99 1653 module will be called a2091.
1da177e4
LT
1654
1655config GVP11_SCSI
1656 tristate "GVP Series II WD33C93A support"
1657 depends on ZORRO && SCSI
1658 ---help---
1659 If you have a Great Valley Products Series II SCSI controller,
1660 answer Y. Also say Y if you have a later model of GVP SCSI
1661 controller (such as the GVP A4008 or a Combo board). Otherwise,
1662 answer N. This driver does NOT work for the T-Rex series of
1663 accelerators from TekMagic and GVP-M.
1664
1665 To compile this driver as a module, choose M here: the
1666 module will be called gvp11.
1667
a16efc1c
KJ
1668config SCSI_A4000T
1669 tristate "A4000T NCR53c710 SCSI support (EXPERIMENTAL)"
1670 depends on AMIGA && SCSI && EXPERIMENTAL
1671 select SCSI_SPI_ATTRS
1da177e4 1672 help
a16efc1c
KJ
1673 If you have an Amiga 4000T and have SCSI devices connected to the
1674 built-in SCSI controller, say Y. Otherwise, say N.
1675
1676 To compile this driver as a module, choose M here: the
1677 module will be called a4000t.
1678
45804fbb
KJ
1679config SCSI_ZORRO7XX
1680 tristate "Zorro NCR53c710 SCSI support (EXPERIMENTAL)"
1681 depends on ZORRO && SCSI && EXPERIMENTAL
1682 select SCSI_SPI_ATTRS
1da177e4 1683 help
45804fbb
KJ
1684 Support for various NCR53c710-based SCSI controllers on Zorro
1685 expansion boards for the Amiga.
1da177e4 1686 This includes:
1da177e4
LT
1687 - the Amiga 4091 Zorro III SCSI-2 controller,
1688 - the MacroSystem Development's WarpEngine Amiga SCSI-2 controller
1689 (info at
1690 <http://www.lysator.liu.se/amiga/ar/guide/ar310.guide?FEATURE5>),
1691 - the SCSI controller on the Phase5 Blizzard PowerUP 603e+
1692 accelerator card for the Amiga 1200,
1693 - the SCSI controller on the GVP Turbo 040/060 accelerator.
1da177e4 1694
1da177e4
LT
1695config ATARI_SCSI
1696 tristate "Atari native SCSI support"
fb810d12 1697 depends on ATARI && SCSI
410ca5c7 1698 select SCSI_SPI_ATTRS
fff11c0c 1699 select NVRAM
1da177e4
LT
1700 ---help---
1701 If you have an Atari with built-in NCR5380 SCSI controller (TT,
1702 Falcon, ...) say Y to get it supported. Of course also, if you have
1703 a compatible SCSI controller (e.g. for Medusa).
1704
1705 To compile this driver as a module, choose M here: the
1706 module will be called atari_scsi.
1707
1708 This driver supports both styles of NCR integration into the
1709 system: the TT style (separate DMA), and the Falcon style (via
1710 ST-DMA, replacing ACSI). It does NOT support other schemes, like
1711 in the Hades (without DMA).
1712
1713config ATARI_SCSI_TOSHIBA_DELAY
1714 bool "Long delays for Toshiba CD-ROMs"
1715 depends on ATARI_SCSI
1716 help
1717 This option increases the delay after a SCSI arbitration to
1718 accommodate some flaky Toshiba CD-ROM drives. Say Y if you intend to
1719 use a Toshiba CD-ROM drive; otherwise, the option is not needed and
1720 would impact performance a bit, so say N.
1721
1722config ATARI_SCSI_RESET_BOOT
1723 bool "Reset SCSI-devices at boottime"
1724 depends on ATARI_SCSI
1725 help
1726 Reset the devices on your Atari whenever it boots. This makes the
1727 boot process fractionally longer but may assist recovery from errors
1728 that leave the devices with SCSI operations partway completed.
1729
1da177e4
LT
1730config MAC_SCSI
1731 bool "Macintosh NCR5380 SCSI"
fa53bb65 1732 depends on MAC && SCSI=y
410ca5c7 1733 select SCSI_SPI_ATTRS
1da177e4
LT
1734 help
1735 This is the NCR 5380 SCSI controller included on most of the 68030
1736 based Macintoshes. If you have one of these say Y and read the
1737 SCSI-HOWTO, available from
1738 <http://www.tldp.org/docs.html#howto>.
1739
6fe07aaf
FT
1740config SCSI_MAC_ESP
1741 tristate "Macintosh NCR53c9[46] SCSI"
1742 depends on MAC && SCSI
48fc8de9 1743 select SCSI_SPI_ATTRS
6fe07aaf
FT
1744 help
1745 This is the NCR 53c9x SCSI controller found on most of the 68040
1746 based Macintoshes.
1747
1748 To compile this driver as a module, choose M here: the module
1749 will be called mac_esp.
1750
1da177e4
LT
1751config MVME147_SCSI
1752 bool "WD33C93 SCSI driver for MVME147"
fa53bb65 1753 depends on MVME147 && SCSI=y
410ca5c7 1754 select SCSI_SPI_ATTRS
1da177e4
LT
1755 help
1756 Support for the on-board SCSI controller on the Motorola MVME147
1757 single-board computer.
1758
1759config MVME16x_SCSI
506c7bbc
KJ
1760 tristate "NCR53C710 SCSI driver for MVME16x"
1761 depends on MVME16x && SCSI
410ca5c7 1762 select SCSI_SPI_ATTRS
1da177e4
LT
1763 help
1764 The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710
1765 SCSI controller chip. Almost everyone using one of these boards
1766 will want to say Y to this question.
1767
1768config BVME6000_SCSI
8276b58a
KJ
1769 tristate "NCR53C710 SCSI driver for BVME6000"
1770 depends on BVME6000 && SCSI
410ca5c7 1771 select SCSI_SPI_ATTRS
1da177e4
LT
1772 help
1773 The BVME4000 and BVME6000 boards from BVM Ltd use the NCR53C710
1774 SCSI controller chip. Almost everyone using one of these boards
1775 will want to say Y to this question.
1776
1da177e4
LT
1777config SUN3_SCSI
1778 tristate "Sun3 NCR5380 SCSI"
c39e7eee 1779 depends on SUN3 && SCSI
410ca5c7 1780 select SCSI_SPI_ATTRS
1da177e4
LT
1781 help
1782 This option will enable support for the OBIO (onboard io) NCR5380
1783 SCSI controller found in the Sun 3/50 and 3/60, as well as for
1784 "Sun3" type VME scsi controllers also based on the NCR5380.
1785 General Linux information on the Sun 3 series (now discontinued)
1786 is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
1787
1788config SUN3X_ESP
1789 bool "Sun3x ESP SCSI"
fa53bb65 1790 depends on SUN3X && SCSI=y
0bb67f18 1791 select SCSI_SPI_ATTRS
1da177e4
LT
1792 help
1793 The ESP was an on-board SCSI controller used on Sun 3/80
1794 machines. Say Y here to compile in support for it.
1795
1796config SCSI_SUNESP
1797 tristate "Sparc ESP Scsi Driver"
1798 depends on SBUS && SCSI
3a243070 1799 select SCSI_SPI_ATTRS
1da177e4
LT
1800 help
1801 This is the driver for the Sun ESP SCSI host adapter. The ESP
dbfe54a9
FP
1802 chipset is present in most SPARC SBUS-based computers and
1803 supports the Emulex family of ESP SCSI chips (esp100, esp100A,
1804 esp236, fas101, fas236) as well as the Qlogic fas366 SCSI chip.
1da177e4
LT
1805
1806 To compile this driver as a module, choose M here: the
dbfe54a9 1807 module will be called sun_esp.
1da177e4 1808
1da177e4
LT
1809config ZFCP
1810 tristate "FCP host bus adapter driver for IBM eServer zSeries"
347a8dc3 1811 depends on S390 && QDIO && SCSI
1da177e4
LT
1812 select SCSI_FC_ATTRS
1813 help
1814 If you want to access SCSI devices attached to your IBM eServer
1815 zSeries by means of Fibre Channel interfaces say Y.
1816 For details please refer to the documentation provided by IBM at
1817 <http://oss.software.ibm.com/developerworks/opensource/linux390>
1818
1819 This driver is also available as a module. This module will be
1820 called zfcp. If you want to compile it as a module, say M here
39f5fb30 1821 and read <file:Documentation/kbuild/modules.txt>.
1da177e4 1822
89a36810
AR
1823config SCSI_PMCRAID
1824 tristate "PMC SIERRA Linux MaxRAID adapter support"
1825 depends on PCI && SCSI
1826 ---help---
1827 This driver supports the PMC SIERRA MaxRAID adapters.
1828
dbf9bfe6 1829config SCSI_PM8001
1830 tristate "PMC-Sierra SPC 8001 SAS/SATA Based Host Adapter driver"
1831 depends on PCI && SCSI
1832 select SCSI_SAS_LIBSAS
1833 help
1834 This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip
1835 based host adapters.
1836
26b14823
FT
1837config SCSI_SRP
1838 tristate "SCSI RDMA Protocol helper library"
1839 depends on SCSI && PCI
1840 select SCSI_TGT
1841 help
1842 If you wish to use SRP target drivers, say Y.
1843
1844 To compile this driver as a module, choose M here: the
1845 module will be called libsrp.
1846
7725ccfd
JH
1847config SCSI_BFA_FC
1848 tristate "Brocade BFA Fibre Channel Support"
1849 depends on PCI && SCSI
1850 select SCSI_FC_ATTRS
1851 help
1852 This bfa driver supports all Brocade PCIe FC/FCOE host adapters.
1853
1854 To compile this driver as a module, choose M here. The module will
1855 be called bfa.
1856
fc6e740d 1857endif # SCSI_LOWLEVEL
1da177e4
LT
1858
1859source "drivers/scsi/pcmcia/Kconfig"
1860
a6a8d9f8
CS
1861source "drivers/scsi/device_handler/Kconfig"
1862
68274794
BH
1863source "drivers/scsi/osd/Kconfig"
1864
1da177e4 1865endmenu
This page took 0.561534 seconds and 5 git commands to generate.