blob: 9130df14f742297bead8dfe9fb29d8f0931cba06 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "SCSI device support"
2
James Bottomleyfac829f2010-03-03 11:06:56 +05303config SCSI_MOD
4 tristate
5 default y if SCSI=n || SCSI=y
6 default m if SCSI=m
7
James Bottomley61a7afa2005-08-16 18:27:34 -05008config RAID_ATTRS
9 tristate "RAID Transport Class"
10 default n
David Howells93614012006-09-30 20:45:40 +020011 depends on BLOCK
James Bottomleyfac829f2010-03-03 11:06:56 +053012 depends on SCSI_MOD
James Bottomley61a7afa2005-08-16 18:27:34 -050013 ---help---
14 Provides RAID
15
Linus Torvalds1da177e2005-04-16 15:20:36 -070016config SCSI
17 tristate "SCSI device support"
David Howells93614012006-09-30 20:45:40 +020018 depends on BLOCK
Cornelia Huck7689e822007-07-09 11:59:59 -070019 select SCSI_DMA if HAS_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 ---help---
21 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
22 any other SCSI device under Linux, say Y and make sure that you know
23 the name of your SCSI host adapter (the card inside your computer
24 that "speaks" the SCSI protocol, also called SCSI controller),
25 because you will be asked for it.
26
27 You also need to say Y here if you have a device which speaks
28 the SCSI protocol. Examples of this include the parallel port
29 version of the IOMEGA ZIP drive, USB storage devices, Fibre
FUJITA Tomonori93c164a2009-01-02 16:12:51 +010030 Channel, and FireWire storage.
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
32 To compile this driver as a module, choose M here and read
33 <file:Documentation/scsi/scsi.txt>.
34 The module will be called scsi_mod.
35
36 However, do not compile this as a module if your root file system
37 (the one containing the directory /) is located on a SCSI device.
38
Cornelia Huck7689e822007-07-09 11:59:59 -070039config SCSI_DMA
40 bool
41 default n
42
James Smart84314fd2006-08-18 17:30:09 -040043config SCSI_NETLINK
James Bottomley2b7cbe22006-09-07 15:14:46 -050044 bool
James Smart84314fd2006-08-18 17:30:09 -040045 default n
46 select NET
47
Linus Torvalds1da177e2005-04-16 15:20:36 -070048config SCSI_PROC_FS
49 bool "legacy /proc/scsi/ support"
50 depends on SCSI && PROC_FS
51 default y
52 ---help---
53 This option enables support for the various files in
Matt LaPlante09509602006-10-03 22:31:37 +020054 /proc/scsi. In Linux 2.6 this has been superseded by
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 files in sysfs but many legacy applications rely on this.
56
Matt LaPlante09509602006-10-03 22:31:37 +020057 If unsure say Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
59comment "SCSI support type (disk, tape, CD-ROM)"
60 depends on SCSI
61
62config BLK_DEV_SD
63 tristate "SCSI disk support"
64 depends on SCSI
Stefan Richterbfad9ce2008-08-02 19:49:40 +020065 select CRC_T10DIF if BLK_DEV_INTEGRITY
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 ---help---
67 If you want to use SCSI hard disks, Fibre Channel disks,
Randy Dunlapabcdceb2007-06-11 11:59:34 -070068 Serial ATA (SATA) or Parallel ATA (PATA) hard disks,
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 USB storage or the SCSI or parallel port version of
70 the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,
71 the Disk-HOWTO and the Multi-Disk-HOWTO, available from
72 <http://www.tldp.org/docs.html#howto>. This is NOT for SCSI
73 CD-ROMs.
74
75 To compile this driver as a module, choose M here and read
76 <file:Documentation/scsi/scsi.txt>.
77 The module will be called sd_mod.
78
79 Do not compile this driver as a module if your root file system
80 (the one containing the directory /) is located on a SCSI disk.
81 In this case, do not compile the driver for your SCSI host adapter
82 (below) as a module either.
83
84config CHR_DEV_ST
85 tristate "SCSI tape support"
86 depends on SCSI
87 ---help---
88 If you want to use a SCSI tape drive under Linux, say Y and read the
89 SCSI-HOWTO, available from
90 <http://www.tldp.org/docs.html#howto>, and
91 <file:Documentation/scsi/st.txt> in the kernel source. This is NOT
92 for SCSI CD-ROMs.
93
94 To compile this driver as a module, choose M here and read
95 <file:Documentation/scsi/scsi.txt>. The module will be called st.
96
97config CHR_DEV_OSST
98 tristate "SCSI OnStream SC-x0 tape support"
99 depends on SCSI
100 ---help---
Matt LaPlante84eb8d02006-10-03 22:53:09 +0200101 The OnStream SC-x0 SCSI tape drives cannot be driven by the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 standard st driver, but instead need this special osst driver and
FUJITA Tomonori93c164a2009-01-02 16:12:51 +0100103 use the /dev/osstX char device nodes (major 206). Via usb-storage,
104 you may be able to drive the USB-x0 and DI-x0 drives as well.
105 Note that there is also a second generation of OnStream
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106 tape drives (ADR-x0) that supports the standard SCSI-2 commands for
107 tapes (QIC-157) and can be driven by the standard driver st.
108 For more information, you may have a look at the SCSI-HOWTO
109 <http://www.tldp.org/docs.html#howto> and
110 <file:Documentation/scsi/osst.txt> in the kernel source.
111 More info on the OnStream driver may be found on
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200112 <http://sourceforge.net/projects/osst/>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 Please also have a look at the standard st docu, as most of it
114 applies to osst as well.
115
116 To compile this driver as a module, choose M here and read
117 <file:Documentation/scsi/scsi.txt>. The module will be called osst.
118
119config BLK_DEV_SR
120 tristate "SCSI CDROM support"
121 depends on SCSI
122 ---help---
Alan Coxe7fb6d22009-04-01 15:00:18 +0100123 If you want to use a CD or DVD drive attached to your computer
124 by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO
125 and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.
126
127 Make sure to say Y or M to "ISO 9660 CD-ROM file system support".
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128
129 To compile this driver as a module, choose M here and read
130 <file:Documentation/scsi/scsi.txt>.
131 The module will be called sr_mod.
132
133config BLK_DEV_SR_VENDOR
134 bool "Enable vendor-specific extensions (for SCSI CDROM)"
135 depends on BLK_DEV_SR
136 help
137 This enables the usage of vendor specific SCSI commands. This is
138 required to support multisession CDs with old NEC/TOSHIBA cdrom
139 drives (and HP Writers). If you have such a drive and get the first
140 session only, try saying Y here; everybody else says N.
141
142config CHR_DEV_SG
143 tristate "SCSI generic support"
144 depends on SCSI
145 ---help---
146 If you want to use SCSI scanners, synthesizers or CD-writers or just
147 about anything having "SCSI" in its name other than hard disks,
148 CD-ROMs or tapes, say Y here. These won't be supported by the kernel
149 directly, so you need some additional software which knows how to
150 talk to these devices using the SCSI protocol:
151
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200152 For scanners, look at SANE (<http://www.sane-project.org/>). For CD
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 writer software look at Cdrtools
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200154 (<http://cdrecord.berlios.de/private/cdrecord.html>)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 and for burning a "disk at once": CDRDAO
156 (<http://cdrdao.sourceforge.net/>). Cdparanoia is a high
157 quality digital reader of audio CDs (<http://www.xiph.org/paranoia/>).
158 For other devices, it's possible that you'll have to write the
159 driver software yourself. Please read the file
160 <file:Documentation/scsi/scsi-generic.txt> for more information.
161
162 To compile this driver as a module, choose M here and read
163 <file:Documentation/scsi/scsi.txt>. The module will be called sg.
164
165 If unsure, say N.
166
Gerd Knorr daa6eda2005-05-10 10:59:13 +0200167config CHR_DEV_SCH
168 tristate "SCSI media changer support"
169 depends on SCSI
170 ---help---
171 This is a driver for SCSI media changers. Most common devices are
172 tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you
173 don't need this for those tiny 6-slot cdrom changers. Media
174 changers are listed as "Type: Medium Changer" in /proc/scsi/scsi.
175 If you have such hardware and want to use it with linux, say Y
Dirk Hohndele4031492007-10-30 13:37:19 -0700176 here. Check <file:Documentation/scsi/scsi-changer.txt> for details.
Gerd Knorr daa6eda2005-05-10 10:59:13 +0200177
178 If you want to compile this as a module ( = code which can be
179 inserted in and removed from the running kernel whenever you want),
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +0500180 say M here and read <file:Documentation/kbuild/modules.txt> and
Dirk Hohndele4031492007-10-30 13:37:19 -0700181 <file:Documentation/scsi/scsi.txt>. The module will be called ch.o.
Gerd Knorr daa6eda2005-05-10 10:59:13 +0200182 If unsure, say N.
James Bottomley9927c682008-02-03 15:48:56 -0600183
184config SCSI_ENCLOSURE
185 tristate "SCSI Enclosure Support"
186 depends on SCSI && ENCLOSURE_SERVICES
187 help
188 Enclosures are devices sitting on or in SCSI backplanes that
189 manage devices. If you have a disk cage, the chances are that
190 it has an enclosure device. Selecting this option will just allow
191 certain enclosure conditions to be reported and is not required.
Gerd Knorr daa6eda2005-05-10 10:59:13 +0200192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193config SCSI_CONSTANTS
194 bool "Verbose SCSI error reporting (kernel size +=12K)"
195 depends on SCSI
196 help
197 The error messages regarding your SCSI hardware will be easier to
198 understand if you say Y here; it will enlarge your kernel by about
199 12 KB. If in doubt, say Y.
200
201config SCSI_LOGGING
202 bool "SCSI logging facility"
203 depends on SCSI
204 ---help---
205 This turns on a logging facility that can be used to debug a number
206 of SCSI related problems.
207
208 If you say Y here, no logging output will appear by default, but you
209 can enable logging by saying Y to "/proc file system support" and
210 "Sysctl support" below and executing the command
211
Robert Love5ef07412009-01-14 11:14:32 -0800212 echo <bitmask> > /proc/sys/dev/scsi/logging_level
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213
Robert Love5ef07412009-01-14 11:14:32 -0800214 where <bitmask> is a four byte value representing the logging type
215 and logging level for each type of logging selected.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216
Robert Love5ef07412009-01-14 11:14:32 -0800217 There are a number of logging types and you can find them in the
218 source at <file:drivers/scsi/scsi_logging.h>. The logging levels
219 are also described in that file and they determine the verbosity of
220 the logging for each logging type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221
222 If you say N here, it may be harder to track down some types of SCSI
223 problems. If you say Y here your kernel will be somewhat larger, but
224 there should be no noticeable performance impact as long as you have
225 logging turned off.
226
Matthew Wilcox21db1882006-11-22 13:24:52 -0700227config SCSI_SCAN_ASYNC
228 bool "Asynchronous SCSI scanning"
229 depends on SCSI
230 help
231 The SCSI subsystem can probe for devices while the rest of the
232 system continues booting, and even probe devices on different
233 busses in parallel, leading to a significant speed-up.
Matthew Wilcox082f6f92007-02-17 19:36:33 +0100234
Matthew Wilcox21db1882006-11-22 13:24:52 -0700235 If you have built SCSI as modules, enabling this option can
236 be a problem as the devices may not have been found by the
237 time your system expects them to have been. You can load the
238 scsi_wait_scan module to ensure that all scans have completed.
239 If you build your SCSI drivers into the kernel, then everything
240 will work fine if you say Y here.
241
Matthew Wilcox082f6f92007-02-17 19:36:33 +0100242 You can override this choice by specifying "scsi_mod.scan=sync"
243 or async on the kernel's command line.
Matthew Wilcox21db1882006-11-22 13:24:52 -0700244
Dan Williams3c31b522014-04-10 15:30:35 -0700245 Note that this setting also affects whether resuming from
246 system suspend will be performed asynchronously.
247
James Bottomley2908d772006-08-29 09:22:51 -0500248menu "SCSI Transports"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 depends on SCSI
250
251config SCSI_SPI_ATTRS
252 tristate "Parallel SCSI (SPI) Transport Attributes"
253 depends on SCSI
254 help
255 If you wish to export transport-specific information about
256 each attached SCSI device to sysfs, say Y. Otherwise, say N.
257
258config SCSI_FC_ATTRS
259 tristate "FiberChannel Transport Attributes"
260 depends on SCSI
James Smart84314fd2006-08-18 17:30:09 -0400261 select SCSI_NETLINK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 help
263 If you wish to export transport-specific information about
264 each attached FiberChannel device to sysfs, say Y.
265 Otherwise, say N.
266
267config SCSI_ISCSI_ATTRS
268 tristate "iSCSI Transport Attributes"
Alex Aizmanc899e4e2005-08-04 19:33:15 -0700269 depends on SCSI && NET
Mike Christie90eeb012011-07-25 13:48:50 -0500270 select BLK_DEV_BSGLIB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 help
272 If you wish to export transport-specific information about
273 each attached iSCSI device to sysfs, say Y.
274 Otherwise, say N.
275
Christoph Hellwigc7ebbbc2005-09-09 16:22:50 +0200276config SCSI_SAS_ATTRS
277 tristate "SAS Transport Attributes"
Randy Dunlap47259652010-08-18 09:28:43 -0700278 depends on SCSI
279 select BLK_DEV_BSG
Christoph Hellwigc7ebbbc2005-09-09 16:22:50 +0200280 help
281 If you wish to export transport-specific information about
282 each attached SAS device to sysfs, say Y.
283
James Bottomley2908d772006-08-29 09:22:51 -0500284source "drivers/scsi/libsas/Kconfig"
285
FUJITA Tomonori09345f62007-06-27 16:32:39 +0900286config SCSI_SRP_ATTRS
287 tristate "SRP Transport Attributes"
FUJITA Tomonori0012fdf2007-08-02 00:20:34 +0900288 depends on SCSI
FUJITA Tomonori09345f62007-06-27 16:32:39 +0900289 help
290 If you wish to export transport-specific information about
291 each attached SRP device to sysfs, say Y.
292
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293endmenu
294
Jan Engelhardtfc6e7402007-07-09 12:00:08 -0700295menuconfig SCSI_LOWLEVEL
296 bool "SCSI low-level drivers"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 depends on SCSI!=n
Jan Engelhardtfc6e7402007-07-09 12:00:08 -0700298 default y
299
James Bottomley67951f62008-03-06 15:32:06 -0600300if SCSI_LOWLEVEL && SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301
Alex Aizmanc899e4e2005-08-04 19:33:15 -0700302config ISCSI_TCP
303 tristate "iSCSI Initiator over TCP/IP"
James Bottomley96bad872005-09-08 09:56:18 -0500304 depends on SCSI && INET
Alex Aizmanc899e4e2005-08-04 19:33:15 -0700305 select CRYPTO
306 select CRYPTO_MD5
307 select CRYPTO_CRC32C
James Bottomley96bad872005-09-08 09:56:18 -0500308 select SCSI_ISCSI_ATTRS
Alex Aizmanc899e4e2005-08-04 19:33:15 -0700309 help
310 The iSCSI Driver provides a host with the ability to access storage
311 through an IP network. The driver uses the iSCSI protocol to transport
312 SCSI requests and responses over a TCP/IP network between the host
313 (the "initiator") and "targets". Architecturally, the iSCSI driver
314 combines with the host's TCP/IP stack, network drivers, and Network
315 Interface Card (NIC) to provide the same functions as a SCSI or a
316 Fibre Channel (FC) adapter driver with a Host Bus Adapter (HBA).
317
318 To compile this driver as a module, choose M here: the
319 module will be called iscsi_tcp.
320
321 The userspace component needed to initialize the driver, documentation,
322 and sample configuration files can be found here:
323
FUJITA Tomonoribca10882007-12-13 12:43:31 -0600324 http://open-iscsi.org
Alex Aizmanc899e4e2005-08-04 19:33:15 -0700325
Mike Christieaab7a8f2010-08-02 12:46:12 -0500326config ISCSI_BOOT_SYSFS
327 tristate "iSCSI Boot Sysfs Interface"
328 default n
329 help
330 This option enables support for exposing iSCSI boot information
331 via sysfs to userspace. If you wish to export this information,
332 say Y. Otherwise, say N.
333
kxie@chelsio.com7b36b6e2010-08-16 20:55:53 -0700334source "drivers/scsi/cxgbi/Kconfig"
Michael Chancf4e6362009-06-08 18:14:44 -0700335source "drivers/scsi/bnx2i/Kconfig"
Bhanu Gollapudi853e2bd2011-02-04 12:10:34 -0800336source "drivers/scsi/bnx2fc/Kconfig"
Jayamohan Kallickal6733b392009-09-05 07:36:35 +0530337source "drivers/scsi/be2iscsi/Kconfig"
Karen Xiec3673462008-12-09 14:15:32 -0800338
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339config SGIWD93_SCSI
340 tristate "SGI WD93C93 SCSI Driver"
Thomas Bogendoerfer2adbfa32008-01-27 00:25:53 +0100341 depends on SGI_HAS_WD93 && SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 help
343 If you have a Western Digital WD93 SCSI controller on
344 an SGI MIPS system, say Y. Otherwise, say N.
345
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346config BLK_DEV_3W_XXXX_RAID
347 tristate "3ware 5/6/7/8xxx ATA-RAID support"
348 depends on PCI && SCSI
349 help
350 3ware is the only hardware ATA-Raid product in Linux to date.
351 This card is 2,4, or 8 channel master mode support only.
352 SCSI support required!!!
353
354 <http://www.3ware.com/>
355
356 Please read the comments at the top of
357 <file:drivers/scsi/3w-xxxx.c>.
358
Stephen M. Cameronedd16362009-12-08 14:09:11 -0800359config SCSI_HPSA
360 tristate "HP Smart Array SCSI driver"
361 depends on PCI && SCSI
Akinobu Mita0fc9fd42012-04-04 22:14:59 +0900362 select CHECK_SIGNATURE
Stephen M. Cameronedd16362009-12-08 14:09:11 -0800363 help
364 This driver supports HP Smart Array Controllers (circa 2009).
365 It is a SCSI alternative to the cciss driver, which is a block
366 driver. Anyone wishing to use HP Smart Array controllers who
367 would prefer the devices be presented to linux as SCSI devices,
368 rather than as generic block devices should say Y here.
369
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370config SCSI_3W_9XXX
371 tristate "3ware 9xxx SATA-RAID support"
372 depends on PCI && SCSI
373 help
374 This driver supports the 9000 series 3ware SATA-RAID cards.
375
376 <http://www.amcc.com>
377
378 Please read the comments at the top of
379 <file:drivers/scsi/3w-9xxx.c>.
380
adam radfordf6191062009-10-23 14:52:33 -0700381config SCSI_3W_SAS
382 tristate "3ware 97xx SAS/SATA-RAID support"
383 depends on PCI && SCSI
384 help
385 This driver supports the LSI 3ware 9750 6Gb/s SAS/SATA-RAID cards.
386
387 <http://www.lsi.com>
388
389 Please read the comments at the top of
390 <file:drivers/scsi/3w-sas.c>.
391
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392config SCSI_7000FASST
393 tristate "7000FASST SCSI support"
Al Viroa5532602005-05-04 05:39:42 +0100394 depends on ISA && SCSI && ISA_DMA_API
Geert Uytterhoeven928923c2007-08-22 14:01:36 -0700395 select CHECK_SIGNATURE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396 help
397 This driver supports the Western Digital 7000 SCSI host adapter
398 family. Some information is in the source:
399 <file:drivers/scsi/wd7000.c>.
400
401 To compile this driver as a module, choose M here: the
402 module will be called wd7000.
403
404config SCSI_ACARD
405 tristate "ACARD SCSI support"
406 depends on PCI && SCSI
407 help
408 This driver supports the ACARD SCSI host adapter.
409 Support Chip <ATP870 ATP876 ATP880 ATP885>
410 To compile this driver as a module, choose M here: the
411 module will be called atp870u.
412
413config SCSI_AHA152X
414 tristate "Adaptec AHA152X/2825 support"
Alan Coxfa7250d2012-07-12 16:40:15 +0100415 depends on ISA && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -0500416 select SCSI_SPI_ATTRS
Geert Uytterhoeven928923c2007-08-22 14:01:36 -0700417 select CHECK_SIGNATURE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 ---help---
419 This is a driver for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825
420 SCSI host adapters. It also works for the AVA-1505, but the IRQ etc.
421 must be manually specified in this case.
422
423 It is explained in section 3.3 of the SCSI-HOWTO, available from
424 <http://www.tldp.org/docs.html#howto>. You might also want to
425 read the file <file:Documentation/scsi/aha152x.txt>.
426
427 To compile this driver as a module, choose M here: the
428 module will be called aha152x.
429
430config SCSI_AHA1542
431 tristate "Adaptec AHA1542 support"
Al Viroa5532602005-05-04 05:39:42 +0100432 depends on ISA && SCSI && ISA_DMA_API
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 ---help---
434 This is support for a SCSI host adapter. It is explained in section
435 3.4 of the SCSI-HOWTO, available from
436 <http://www.tldp.org/docs.html#howto>. Note that Trantor was
437 purchased by Adaptec, and some former Trantor products are being
438 sold under the Adaptec name. If it doesn't work out of the box, you
439 may have to change some settings in <file:drivers/scsi/aha1542.h>.
440
441 To compile this driver as a module, choose M here: the
442 module will be called aha1542.
443
444config SCSI_AHA1740
445 tristate "Adaptec AHA1740 support"
446 depends on EISA && SCSI
447 ---help---
448 This is support for a SCSI host adapter. It is explained in section
449 3.5 of the SCSI-HOWTO, available from
450 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
451 of the box, you may have to change some settings in
452 <file:drivers/scsi/aha1740.h>.
453
454 To compile this driver as a module, choose M here: the
455 module will be called aha1740.
456
457config SCSI_AACRAID
458 tristate "Adaptec AACRAID support"
459 depends on SCSI && PCI
Adrian Bunk8075f212006-03-20 20:21:24 +0100460 help
461 This driver supports a variety of Dell, HP, Adaptec, IBM and
462 ICP storage products. For a list of supported products, refer
463 to <file:Documentation/scsi/aacraid.txt>.
464
465 To compile this driver as a module, choose M here: the module
466 will be called aacraid.
467
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468
469source "drivers/scsi/aic7xxx/Kconfig.aic7xxx"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470source "drivers/scsi/aic7xxx/Kconfig.aic79xx"
James Bottomley2908d772006-08-29 09:22:51 -0500471source "drivers/scsi/aic94xx/Kconfig"
Jeff Garzik2ad52f42009-05-08 16:35:37 -0400472source "drivers/scsi/mvsas/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473
Jianyun Lif0c568a2011-05-11 23:22:44 +0800474config SCSI_MVUMI
475 tristate "Marvell UMI driver"
476 depends on SCSI && PCI
477 help
478 Module for Marvell Universal Message Interface(UMI) driver
479
480 To compile this driver as a module, choose M here: the
481 module will be called mvumi.
482
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483config SCSI_DPT_I2O
484 tristate "Adaptec I2O RAID support "
Miquel van Smoorenburg62ac5ae2008-05-02 01:07:27 +0200485 depends on SCSI && PCI && VIRT_TO_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 help
487 This driver supports all of Adaptec's I2O based RAID controllers as
488 well as the DPT SmartRaid V cards. This is an Adaptec maintained
489 driver by Deanna Bonds. See <file:Documentation/scsi/dpti.txt>.
490
491 To compile this driver as a module, choose M here: the
492 module will be called dpt_i2o.
493
494config SCSI_ADVANSYS
495 tristate "AdvanSys SCSI support"
Arnd Bergmannc86d1ae2014-06-05 23:29:46 +0200496 depends on SCSI && VIRT_TO_BUS && !ARM
Linus Torvalds4661e3e2006-04-29 14:27:13 -0700497 depends on ISA || EISA || PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 help
499 This is a driver for all SCSI host adapters manufactured by
500 AdvanSys. It is documented in the kernel source in
501 <file:drivers/scsi/advansys.c>.
502
503 To compile this driver as a module, choose M here: the
504 module will be called advansys.
505
506config SCSI_IN2000
507 tristate "Always IN2000 SCSI support"
508 depends on ISA && SCSI
509 help
510 This is support for an ISA bus SCSI host adapter. You'll find more
511 information in <file:Documentation/scsi/in2000.txt>. If it doesn't work
512 out of the box, you may have to change the jumpers for IRQ or
513 address selection.
514
515 To compile this driver as a module, choose M here: the
516 module will be called in2000.
517
Erich Chen1c57e862006-07-12 08:59:32 -0700518config SCSI_ARCMSR
Nick Cheng1a4f5502007-09-13 17:26:40 +0800519 tristate "ARECA (ARC11xx/12xx/13xx/16xx) SATA/SAS RAID Host Adapter"
Erich Chen1c57e862006-07-12 08:59:32 -0700520 depends on PCI && SCSI
521 help
Nick Cheng1a4f5502007-09-13 17:26:40 +0800522 This driver supports all of ARECA's SATA/SAS RAID controller cards.
Erich Chen1c57e862006-07-12 08:59:32 -0700523 This is an ARECA-maintained driver by Erich Chen.
Nick Cheng1a4f5502007-09-13 17:26:40 +0800524 If you have any problems, please mail to: <erich@areca.com.tw>.
Erich Chen1c57e862006-07-12 08:59:32 -0700525 Areca supports Linux RAID config tools.
Nick Cheng1a4f5502007-09-13 17:26:40 +0800526 Please link <http://www.areca.com.tw>
Erich Chen1c57e862006-07-12 08:59:32 -0700527
528 To compile this driver as a module, choose M here: the
529 module will be called arcmsr (modprobe arcmsr).
530
Bradley Grove26780d92013-08-23 10:35:45 -0400531source "drivers/scsi/esas2r/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532source "drivers/scsi/megaraid/Kconfig.megaraid"
Eric Moore635374e2009-03-09 01:21:12 -0600533source "drivers/scsi/mpt2sas/Kconfig"
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530534source "drivers/scsi/mpt3sas/Kconfig"
Santosh Yaraganavi7a3e97b2012-02-29 12:11:50 +0530535source "drivers/scsi/ufs/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +0800537config SCSI_HPTIOP
HighPoint Linux Team00f59702007-12-13 16:14:26 -0800538 tristate "HighPoint RocketRAID 3xxx/4xxx Controller support"
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +0800539 depends on SCSI && PCI
540 help
HighPoint Linux Team00f59702007-12-13 16:14:26 -0800541 This option enables support for HighPoint RocketRAID 3xxx/4xxx
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +0800542 controllers.
543
544 To compile this driver as a module, choose M here; the module
545 will be called hptiop. If unsure, say N.
546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547config SCSI_BUSLOGIC
548 tristate "BusLogic SCSI support"
Stephen Rothwellf057eac2007-07-15 23:40:05 -0700549 depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API && VIRT_TO_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 ---help---
551 This is support for BusLogic MultiMaster and FlashPoint SCSI Host
552 Adapters. Consult the SCSI-HOWTO, available from
553 <http://www.tldp.org/docs.html#howto>, and the files
554 <file:Documentation/scsi/BusLogic.txt> and
555 <file:Documentation/scsi/FlashPoint.txt> for more information.
Matthew Wilcox78b4b052008-03-13 06:55:08 -0600556 Note that support for FlashPoint is only available for 32-bit
557 x86 configurations.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558
559 To compile this driver as a module, choose M here: the
560 module will be called BusLogic.
561
Matthew Wilcox78b4b052008-03-13 06:55:08 -0600562config SCSI_FLASHPOINT
563 bool "FlashPoint support"
Khalid Aziz391e2f22013-05-16 19:44:14 -0600564 depends on SCSI_BUSLOGIC && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 help
Matthew Wilcox78b4b052008-03-13 06:55:08 -0600566 This option allows you to add FlashPoint support to the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567 BusLogic SCSI driver. The FlashPoint SCCB Manager code is
Matthew Wilcox78b4b052008-03-13 06:55:08 -0600568 substantial, so users of MultiMaster Host Adapters may not
569 wish to include it.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570
Alok Kataria851b1642009-10-13 14:51:05 -0700571config VMWARE_PVSCSI
572 tristate "VMware PVSCSI driver support"
573 depends on PCI && SCSI && X86
574 help
575 This driver supports VMware's para virtualized SCSI HBA.
576 To compile this driver as a module, choose M here: the
577 module will be called vmw_pvscsi.
578
Juergen Gross8beb8d42014-08-28 06:44:11 +0200579config XEN_SCSI_FRONTEND
580 tristate "XEN SCSI frontend driver"
581 depends on SCSI && XEN
582 help
583 The XEN SCSI frontend driver allows the kernel to access SCSI Devices
584 within another guest OS (usually Dom0).
585 Only needed if the kernel is running in a XEN guest and generic
586 SCSI access to a device is needed.
587
K. Y. Srinivasan89ae7d72012-02-09 14:14:48 -0800588config HYPERV_STORAGE
589 tristate "Microsoft Hyper-V virtual storage driver"
590 depends on SCSI && HYPERV
591 default HYPERV
592 help
593 Select this option to enable the Hyper-V virtual storage driver.
594
Robert Love42e9a922008-12-09 15:10:17 -0800595config LIBFC
596 tristate "LibFC module"
James Bottomleyfb5edd02008-12-30 09:44:29 -0600597 select SCSI_FC_ATTRS
Randy Dunlapd943aee2009-01-12 10:50:58 -0800598 select CRC32
Robert Love42e9a922008-12-09 15:10:17 -0800599 ---help---
600 Fibre Channel library module
601
Vasu Dev9b34ecf2009-03-17 11:42:13 -0700602config LIBFCOE
603 tristate "LibFCoE module"
604 select LIBFC
605 ---help---
606 Library for Fibre Channel over Ethernet module
607
Robert Love85b4aa42008-12-09 15:10:24 -0800608config FCOE
609 tristate "FCoE module"
James Bottomleyfb5edd02008-12-30 09:44:29 -0600610 depends on PCI
Vasu Dev9b34ecf2009-03-17 11:42:13 -0700611 select LIBFCOE
Robert Love85b4aa42008-12-09 15:10:24 -0800612 ---help---
613 Fibre Channel over Ethernet module
614
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -0700615config FCOE_FNIC
616 tristate "Cisco FNIC Driver"
617 depends on PCI && X86
Joe Eykholt78112e52009-11-03 11:49:22 -0800618 select LIBFCOE
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -0700619 help
620 This is support for the Cisco PCI-Express FCoE HBA.
621
622 To compile this driver as a module, choose M here and read
623 <file:Documentation/scsi/scsi.txt>.
624 The module will be called fnic.
625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626config SCSI_DMX3191D
627 tristate "DMX3191D SCSI support"
628 depends on PCI && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -0500629 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 help
631 This is support for Domex DMX3191D SCSI Host Adapters.
632
633 To compile this driver as a module, choose M here: the
634 module will be called dmx3191d.
635
636config SCSI_DTC3280
637 tristate "DTC3180/3280 SCSI support"
638 depends on ISA && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -0500639 select SCSI_SPI_ATTRS
Geert Uytterhoeven928923c2007-08-22 14:01:36 -0700640 select CHECK_SIGNATURE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 help
642 This is support for DTC 3180/3280 SCSI Host Adapters. Please read
643 the SCSI-HOWTO, available from
644 <http://www.tldp.org/docs.html#howto>, and the file
645 <file:Documentation/scsi/dtc3x80.txt>.
646
647 To compile this driver as a module, choose M here: the
648 module will be called dtc.
649
650config SCSI_EATA
651 tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support"
Al Viroa5532602005-05-04 05:39:42 +0100652 depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 ---help---
654 This driver supports all EATA/DMA-compliant SCSI host adapters. DPT
655 ISA and all EISA I/O addresses are probed looking for the "EATA"
656 signature. The addresses of all the PCI SCSI controllers reported
657 by the PCI subsystem are probed as well.
658
659 You want to read the start of <file:drivers/scsi/eata.c> and the
660 SCSI-HOWTO, available from
661 <http://www.tldp.org/docs.html#howto>.
662
663 To compile this driver as a module, choose M here: the
664 module will be called eata.
665
666config SCSI_EATA_TAGGED_QUEUE
667 bool "enable tagged command queueing"
668 depends on SCSI_EATA
669 help
670 This is a feature of SCSI-2 which improves performance: the host
671 adapter can send several SCSI commands to a device's queue even if
672 previous commands haven't finished yet.
673 This is equivalent to the "eata=tc:y" boot option.
674
675config SCSI_EATA_LINKED_COMMANDS
676 bool "enable elevator sorting"
677 depends on SCSI_EATA
678 help
679 This option enables elevator sorting for all probed SCSI disks and
680 CD-ROMs. It definitely reduces the average seek distance when doing
681 random seeks, but this does not necessarily result in a noticeable
682 performance improvement: your mileage may vary...
683 This is equivalent to the "eata=lc:y" boot option.
684
685config SCSI_EATA_MAX_TAGS
686 int "maximum number of queued commands"
687 depends on SCSI_EATA
688 default "16"
689 help
690 This specifies how many SCSI commands can be maximally queued for
691 each probed SCSI device. You should reduce the default value of 16
692 only if you have disks with buggy or limited tagged command support.
693 Minimum is 2 and maximum is 62. This value is also the window size
694 used by the elevator sorting option above. The effective value used
695 by the driver for each probed SCSI device is reported at boot time.
696 This is equivalent to the "eata=mq:8" boot option.
697
698config SCSI_EATA_PIO
699 tristate "EATA-PIO (old DPT PM2001, PM2012A) support"
700 depends on (ISA || EISA || PCI) && SCSI && BROKEN
701 ---help---
702 This driver supports all EATA-PIO protocol compliant SCSI Host
703 Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant
704 host adapters could also use this driver but are discouraged from
705 doing so, since this driver only supports hard disks and lacks
706 numerous features. You might want to have a look at the SCSI-HOWTO,
707 available from <http://www.tldp.org/docs.html#howto>.
708
709 To compile this driver as a module, choose M here: the
710 module will be called eata_pio.
711
712config SCSI_FUTURE_DOMAIN
713 tristate "Future Domain 16xx SCSI/AHA-2920A support"
714 depends on (ISA || PCI) && SCSI
Geert Uytterhoeven928923c2007-08-22 14:01:36 -0700715 select CHECK_SIGNATURE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716 ---help---
717 This is support for Future Domain's 16-bit SCSI host adapters
718 (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX) and
719 other adapters based on the Future Domain chipsets (Quantum
720 ISA-200S, ISA-250MG; Adaptec AHA-2920A; and at least one IBM board).
721 It is explained in section 3.7 of the SCSI-HOWTO, available from
722 <http://www.tldp.org/docs.html#howto>.
723
724 NOTE: Newer Adaptec AHA-2920C boards use the Adaptec AIC-7850 chip
725 and should use the aic7xxx driver ("Adaptec AIC7xxx chipset SCSI
726 controller support"). This Future Domain driver works with the older
727 Adaptec AHA-2920A boards with a Future Domain chip on them.
728
729 To compile this driver as a module, choose M here: the
730 module will be called fdomain.
731
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732config SCSI_GDTH
733 tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support"
Sergio Luis99109302008-02-12 20:48:03 -0300734 depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735 ---help---
736 Formerly called GDT SCSI Disk Array Controller Support.
737
738 This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
739 manufactured by Intel Corporation/ICP vortex GmbH. It is documented
740 in the kernel source in <file:drivers/scsi/gdth.c> and
Johann Felix Soden889c94a2008-01-20 14:41:18 +0100741 <file:drivers/scsi/gdth.h>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742
743 To compile this driver as a module, choose M here: the
744 module will be called gdth.
745
Dan Williams6f231dd2011-07-02 22:56:22 -0700746config SCSI_ISCI
747 tristate "Intel(R) C600 Series Chipset SAS Controller"
748 depends on PCI && SCSI
Dan Williams6f231dd2011-07-02 22:56:22 -0700749 depends on X86
Dan Williams6f231dd2011-07-02 22:56:22 -0700750 select SCSI_SAS_LIBSAS
751 ---help---
752 This driver supports the 6Gb/s SAS capabilities of the storage
753 control unit found in the Intel(R) C600 series chipset.
754
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755config SCSI_GENERIC_NCR5380
756 tristate "Generic NCR5380/53c400 SCSI PIO support"
757 depends on ISA && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -0500758 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 ---help---
760 This is a driver for the old NCR 53c80 series of SCSI controllers
761 on boards using PIO. Most boards such as the Trantor T130 fit this
762 category, along with a large number of ISA 8bit controllers shipped
763 for free with SCSI scanners. If you have a PAS16, T128 or DMX3191
764 you should select the specific driver for that card rather than
765 generic 5380 support.
766
767 It is explained in section 3.8 of the SCSI-HOWTO, available from
768 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
769 of the box, you may have to change some settings in
770 <file:drivers/scsi/g_NCR5380.h>.
771
772 To compile this driver as a module, choose M here: the
773 module will be called g_NCR5380.
774
775config SCSI_GENERIC_NCR5380_MMIO
776 tristate "Generic NCR5380/53c400 SCSI MMIO support"
777 depends on ISA && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -0500778 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779 ---help---
780 This is a driver for the old NCR 53c80 series of SCSI controllers
781 on boards using memory mapped I/O.
782 It is explained in section 3.8 of the SCSI-HOWTO, available from
783 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
784 of the box, you may have to change some settings in
785 <file:drivers/scsi/g_NCR5380.h>.
786
787 To compile this driver as a module, choose M here: the
788 module will be called g_NCR5380_mmio.
789
790config SCSI_GENERIC_NCR53C400
791 bool "Enable NCR53c400 extensions"
792 depends on SCSI_GENERIC_NCR5380
793 help
794 This enables certain optimizations for the NCR53c400 SCSI cards.
795 You might as well try it out. Note that this driver will only probe
796 for the Trantor T130B in its default configuration; you might have
797 to pass a command line option to the kernel at boot time if it does
798 not detect your card. See the file
799 <file:Documentation/scsi/g_NCR5380.txt> for details.
800
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801config SCSI_IPS
802 tristate "IBM ServeRAID support"
803 depends on PCI && SCSI
804 ---help---
805 This is support for the IBM ServeRAID hardware RAID controllers.
806 See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200807 and <http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=SERV-RAID>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 for more information. If this driver does not work correctly
809 without modification please contact the author by email at
810 <ipslinux@adaptec.com>.
811
812 To compile this driver as a module, choose M here: the
813 module will be called ips.
814
815config SCSI_IBMVSCSI
816 tristate "IBM Virtual SCSI support"
Stephen Rothwell78347992012-03-07 18:35:38 +0000817 depends on PPC_PSERIES
FUJITA Tomonori4d680412007-06-27 16:32:50 +0900818 select SCSI_SRP_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 help
820 This is the IBM POWER Virtual SCSI Client
821
822 To compile this driver as a module, choose M here: the
Wade Cline46beb542012-12-18 23:11:28 -0800823 module will be called ibmvscsi.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824
Brian King072b91f2008-07-01 13:14:30 -0500825config SCSI_IBMVFC
826 tristate "IBM Virtual FC support"
827 depends on PPC_PSERIES && SCSI
828 select SCSI_FC_ATTRS
829 help
830 This is the IBM POWER Virtual FC Client
831
832 To compile this driver as a module, choose M here: the
833 module will be called ibmvfc.
834
835config SCSI_IBMVFC_TRACE
836 bool "enable driver internal trace"
837 depends on SCSI_IBMVFC
838 default y
839 help
840 If you say Y here, the driver will trace all commands issued
841 to the adapter. Performance impact is minimal. Trace can be
842 dumped using /sys/class/scsi_host/hostXX/trace.
843
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844config SCSI_INITIO
845 tristate "Initio 9100U(W) support"
846 depends on PCI && SCSI
847 help
848 This is support for the Initio 91XXU(W) SCSI host adapter. Please
849 read the SCSI-HOWTO, available from
850 <http://www.tldp.org/docs.html#howto>.
851
852 To compile this driver as a module, choose M here: the
853 module will be called initio.
854
855config SCSI_INIA100
856 tristate "Initio INI-A100U2W support"
857 depends on PCI && SCSI
858 help
859 This is support for the Initio INI-A100U2W SCSI host adapter.
860 Please read the SCSI-HOWTO, available from
861 <http://www.tldp.org/docs.html#howto>.
862
863 To compile this driver as a module, choose M here: the
864 module will be called a100u2w.
865
866config SCSI_PPA
867 tristate "IOMEGA parallel port (ppa - older drives)"
Marko Kohtala6a19b412006-01-06 00:19:49 -0800868 depends on SCSI && PARPORT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 ---help---
870 This driver supports older versions of IOMEGA's parallel port ZIP
871 drive (a 100 MB removable media device).
872
873 Note that you can say N here if you have the SCSI version of the ZIP
874 drive: it will be supported automatically if you said Y to the
875 generic "SCSI disk support", above.
876
877 If you have the ZIP Plus drive or a more recent parallel port ZIP
878 drive (if the supplied cable with the drive is labeled "AutoDetect")
879 then you should say N here and Y to "IOMEGA parallel port (imm -
880 newer drives)", below.
881
882 For more information about this driver and how to use it you should
883 read the file <file:Documentation/scsi/ppa.txt>. You should also read
884 the SCSI-HOWTO, which is available from
885 <http://www.tldp.org/docs.html#howto>. If you use this driver,
886 you will still be able to use the parallel port for other tasks,
887 such as a printer; it is safe to compile both drivers into the
888 kernel.
889
890 To compile this driver as a module, choose M here: the
891 module will be called ppa.
892
893config SCSI_IMM
894 tristate "IOMEGA parallel port (imm - newer drives)"
Marko Kohtala6a19b412006-01-06 00:19:49 -0800895 depends on SCSI && PARPORT_PC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 ---help---
897 This driver supports newer versions of IOMEGA's parallel port ZIP
898 drive (a 100 MB removable media device).
899
900 Note that you can say N here if you have the SCSI version of the ZIP
901 drive: it will be supported automatically if you said Y to the
902 generic "SCSI disk support", above.
903
904 If you have the ZIP Plus drive or a more recent parallel port ZIP
905 drive (if the supplied cable with the drive is labeled "AutoDetect")
906 then you should say Y here; if you have an older ZIP drive, say N
907 here and Y to "IOMEGA Parallel Port (ppa - older drives)", above.
908
909 For more information about this driver and how to use it you should
910 read the file <file:Documentation/scsi/ppa.txt>. You should also read
911 the SCSI-HOWTO, which is available from
912 <http://www.tldp.org/docs.html#howto>. If you use this driver,
913 you will still be able to use the parallel port for other tasks,
914 such as a printer; it is safe to compile both drivers into the
915 kernel.
916
917 To compile this driver as a module, choose M here: the
918 module will be called imm.
919
920config SCSI_IZIP_EPP16
921 bool "ppa/imm option - Use slow (but safe) EPP-16"
Marko Kohtala6a19b412006-01-06 00:19:49 -0800922 depends on SCSI_PPA || SCSI_IMM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923 ---help---
924 EPP (Enhanced Parallel Port) is a standard for parallel ports which
925 allows them to act as expansion buses that can handle up to 64
926 peripheral devices.
927
928 Some parallel port chipsets are slower than their motherboard, and
929 so we have to control the state of the chipset's FIFO queue every
930 now and then to avoid data loss. This will be done if you say Y
931 here.
932
933 Generally, saying Y is the safe option and slows things down a bit.
934
935config SCSI_IZIP_SLOW_CTR
936 bool "ppa/imm option - Assume slow parport control register"
Marko Kohtala6a19b412006-01-06 00:19:49 -0800937 depends on SCSI_PPA || SCSI_IMM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 help
939 Some parallel ports are known to have excessive delays between
940 changing the parallel port control register and good data being
941 available on the parallel port data/status register. This option
942 forces a small delay (1.0 usec to be exact) after changing the
943 control register to let things settle out. Enabling this option may
944 result in a big drop in performance but some very old parallel ports
945 (found in 386 vintage machines) will not work properly.
946
947 Generally, saying N is fine.
948
949config SCSI_NCR53C406A
950 tristate "NCR53c406a SCSI support"
951 depends on ISA && SCSI
952 help
953 This is support for the NCR53c406a SCSI host adapter. For user
954 configurable parameters, check out <file:drivers/scsi/NCR53c406a.c>
955 in the kernel source. Also read the SCSI-HOWTO, available from
956 <http://www.tldp.org/docs.html#howto>.
957
958 To compile this driver as a module, choose M here: the
959 module will be called NCR53c406.
960
961config SCSI_NCR_D700
962 tristate "NCR Dual 700 MCA SCSI support"
963 depends on MCA && SCSI
964 select SCSI_SPI_ATTRS
965 help
966 This is a driver for the MicroChannel Dual 700 card produced by
967 NCR and commonly used in 345x/35xx/4100 class machines. It always
968 tries to negotiate sync and uses tag command queueing.
969
970 Unless you have an NCR manufactured machine, the chances are that
971 you do not have this SCSI card, so say N.
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973config SCSI_LASI700
974 tristate "HP Lasi SCSI support for 53c700/710"
975 depends on GSC && SCSI
976 select SCSI_SPI_ATTRS
977 help
978 This is a driver for the SCSI controller in the Lasi chip found in
979 many PA-RISC workstations & servers. If you do not know whether you
980 have a Lasi chip, it is safe to say "Y" here.
981
Thomas Bogendoerferc27d85f2006-12-25 21:32:04 +0100982config SCSI_SNI_53C710
983 tristate "SNI RM SCSI support for 53c710"
984 depends on SNI_RM && SCSI
985 select SCSI_SPI_ATTRS
986 select 53C700_LE_ON_BE
987 help
988 This is a driver for the onboard SCSI controller found in older
989 SNI RM workstations & servers.
990
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991config 53C700_LE_ON_BE
992 bool
993 depends on SCSI_LASI700
994 default y
995
Jeff Garzik5a25ba12006-09-01 03:12:19 -0400996config SCSI_STEX
997 tristate "Promise SuperTrak EX Series support"
998 depends on PCI && SCSI
999 ---help---
Ed Linee926b22006-12-04 17:49:36 -08001000 This driver supports Promise SuperTrak EX series storage controllers.
1001
1002 Promise provides Linux RAID configuration utility for these
1003 controllers. Please visit <http://www.promise.com> to download.
1004
1005 To compile this driver as a module, choose M here: the
1006 module will be called stex.
Jeff Garzik5a25ba12006-09-01 03:12:19 -04001007
Kars de Jong63273132007-06-17 14:47:05 +02001008config 53C700_BE_BUS
1009 bool
Kars de Jong45804fb2007-06-17 14:47:09 +02001010 depends on SCSI_A4000T || SCSI_ZORRO7XX || MVME16x_SCSI || BVME6000_SCSI
Kars de Jong63273132007-06-17 14:47:05 +02001011 default y
1012
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013config SCSI_SYM53C8XX_2
1014 tristate "SYM53C8XX Version 2 SCSI support"
1015 depends on PCI && SCSI
1016 select SCSI_SPI_ATTRS
1017 ---help---
1018 This driver supports the whole NCR53C8XX/SYM53C8XX family of
1019 PCI-SCSI controllers. It also supports the subset of LSI53C10XX
1020 Ultra-160 controllers that are based on the SYM53C8XX SCRIPTS
1021 language. It does not support LSI53C10XX Ultra-320 PCI-X SCSI
1022 controllers; you need to use the Fusion MPT driver for that.
1023
1024 Please read <file:Documentation/scsi/sym53c8xx_2.txt> for more
1025 information.
1026
1027config SCSI_SYM53C8XX_DMA_ADDRESSING_MODE
1028 int "DMA addressing mode"
1029 depends on SCSI_SYM53C8XX_2
1030 default "1"
1031 ---help---
1032 This option only applies to PCI-SCSI chips that are PCI DAC
1033 capable (875A, 895A, 896, 1010-33, 1010-66, 1000).
1034
1035 When set to 0, the driver will program the chip to only perform
1036 32-bit DMA. When set to 1, the chip will be able to perform DMA
1037 to addresses up to 1TB. When set to 2, the driver supports the
1038 full 64-bit DMA address range, but can only address 16 segments
1039 of 4 GB each. This limits the total addressable range to 64 GB.
1040
1041 Most machines with less than 4GB of memory should use a setting
1042 of 0 for best performance. If your machine has 4GB of memory
1043 or more, you should set this option to 1 (the default).
1044
1045 The still experimental value 2 (64 bit DMA addressing with 16
1046 x 4GB segments limitation) can be used on systems that require
1047 PCI address bits past bit 39 to be set for the addressing of
1048 memory using PCI DAC cycles.
1049
1050config SCSI_SYM53C8XX_DEFAULT_TAGS
Matthew Wilcox1f61d822006-03-28 11:03:43 -05001051 int "Default tagged command queue depth"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052 depends on SCSI_SYM53C8XX_2
1053 default "16"
1054 help
1055 This is the default value of the command queue depth the
1056 driver will announce to the generic SCSI layer for devices
1057 that support tagged command queueing. This value can be changed
1058 from the boot command line. This is a soft limit that cannot
1059 exceed CONFIG_SCSI_SYM53C8XX_MAX_TAGS.
1060
1061config SCSI_SYM53C8XX_MAX_TAGS
Matthew Wilcox1f61d822006-03-28 11:03:43 -05001062 int "Maximum number of queued commands"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 depends on SCSI_SYM53C8XX_2
1064 default "64"
1065 help
1066 This option allows you to specify the maximum number of commands
1067 that can be queued to any device, when tagged command queuing is
1068 possible. The driver supports up to 256 queued commands per device.
1069 This value is used as a compiled-in hard limit.
1070
Matthew Wilcox1f61d822006-03-28 11:03:43 -05001071config SCSI_SYM53C8XX_MMIO
1072 bool "Use memory mapped IO"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 depends on SCSI_SYM53C8XX_2
Matthew Wilcox1f61d822006-03-28 11:03:43 -05001074 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 help
Matthew Wilcox1f61d822006-03-28 11:03:43 -05001076 Memory mapped IO is faster than Port IO. Most people should
1077 answer Y here, but some machines may have problems. If you have
1078 to answer N here, please report the problem to the maintainer.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079
1080config SCSI_IPR
1081 tristate "IBM Power Linux RAID adapter support"
Brian King35a39692006-09-25 12:39:20 -05001082 depends on PCI && SCSI && ATA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 select FW_LOADER
1084 ---help---
1085 This driver supports the IBM Power Linux family RAID adapters.
1086 This includes IBM pSeries 5712, 5703, 5709, and 570A, as well
1087 as IBM iSeries 5702, 5703, 5709, and 570A.
1088
1089config SCSI_IPR_TRACE
1090 bool "enable driver internal trace"
1091 depends on SCSI_IPR
Brian Kingefbbdd82006-11-21 10:28:16 -06001092 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 help
1094 If you say Y here, the driver will trace all commands issued
1095 to the adapter. Performance impact is minimal. Trace can be
1096 dumped using /sys/bus/class/scsi_host/hostXX/trace.
1097
1098config SCSI_IPR_DUMP
1099 bool "enable adapter dump support"
1100 depends on SCSI_IPR
Brian Kingefbbdd82006-11-21 10:28:16 -06001101 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 help
1103 If you say Y here, the driver will support adapter crash dump.
1104 If you enable this support, the iprdump daemon can be used
1105 to capture adapter failure analysis information.
1106
1107config SCSI_ZALON
1108 tristate "Zalon SCSI support"
1109 depends on GSC && SCSI
1110 select SCSI_SPI_ATTRS
1111 help
1112 The Zalon is a GSC/HSC bus interface chip that sits between the
1113 PA-RISC processor and the NCR 53c720 SCSI controller on C100,
1114 C110, J200, J210 and some D, K & R-class machines. It's also
1115 used on the add-in Bluefish, Barracuda & Shrike SCSI cards.
1116 Say Y here if you have one of these machines or cards.
1117
1118config SCSI_NCR_Q720
1119 tristate "NCR Quad 720 MCA SCSI support"
1120 depends on MCA && SCSI
1121 select SCSI_SPI_ATTRS
1122 help
1123 This is a driver for the MicroChannel Quad 720 card produced by
1124 NCR and commonly used in 345x/35xx/4100 class machines. It always
1125 tries to negotiate sync and uses tag command queueing.
1126
1127 Unless you have an NCR manufactured machine, the chances are that
1128 you do not have this SCSI card, so say N.
1129
1130config SCSI_NCR53C8XX_DEFAULT_TAGS
Roman Zippele55a3e82006-06-08 22:12:49 -07001131 int "default tagged command queue depth"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132 depends on SCSI_ZALON || SCSI_NCR_Q720
1133 default "8"
1134 ---help---
1135 "Tagged command queuing" is a feature of SCSI-2 which improves
1136 performance: the host adapter can send several SCSI commands to a
1137 device's queue even if previous commands haven't finished yet.
1138 Because the device is intelligent, it can optimize its operations
1139 (like head positioning) based on its own request queue. Some SCSI
1140 devices don't implement this properly; if you want to disable this
1141 feature, enter 0 or 1 here (it doesn't matter which).
1142
1143 The default value is 8 and should be supported by most hard disks.
1144 This value can be overridden from the boot command line using the
1145 'tags' option as follows (example):
1146 'ncr53c8xx=tags:4/t2t3q16/t0u2q10' will set default queue depth to
1147 4, set queue depth to 16 for target 2 and target 3 on controller 0
1148 and set queue depth to 10 for target 0 / lun 2 on controller 1.
1149
1150 The normal answer therefore is to go with the default 8 and to use
1151 a boot command line option for devices that need to use a different
1152 command queue depth.
1153
1154 There is no safe option other than using good SCSI devices.
1155
1156config SCSI_NCR53C8XX_MAX_TAGS
Roman Zippele55a3e82006-06-08 22:12:49 -07001157 int "maximum number of queued commands"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158 depends on SCSI_ZALON || SCSI_NCR_Q720
1159 default "32"
1160 ---help---
1161 This option allows you to specify the maximum number of commands
1162 that can be queued to any device, when tagged command queuing is
1163 possible. The default value is 32. Minimum is 2, maximum is 64.
1164 Modern hard disks are able to support 64 tags and even more, but
1165 do not seem to be faster when more than 32 tags are being used.
1166
1167 So, the normal answer here is to go with the default value 32 unless
1168 you are using very large hard disks with large cache (>= 1 MB) that
1169 are able to take advantage of more than 32 tagged commands.
1170
1171 There is no safe option and the default answer is recommended.
1172
1173config SCSI_NCR53C8XX_SYNC
Roman Zippele55a3e82006-06-08 22:12:49 -07001174 int "synchronous transfers frequency in MHz"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 depends on SCSI_ZALON || SCSI_NCR_Q720
1176 default "20"
1177 ---help---
1178 The SCSI Parallel Interface-2 Standard defines 5 classes of transfer
1179 rates: FAST-5, FAST-10, FAST-20, FAST-40 and FAST-80. The numbers
1180 are respectively the maximum data transfer rates in mega-transfers
1181 per second for each class. For example, a FAST-20 Wide 16 device is
1182 able to transfer data at 20 million 16 bit packets per second for a
1183 total rate of 40 MB/s.
1184
1185 You may specify 0 if you want to only use asynchronous data
1186 transfers. This is the safest and slowest option. Otherwise, specify
1187 a value between 5 and 80, depending on the capability of your SCSI
1188 controller. The higher the number, the faster the data transfer.
1189 Note that 80 should normally be ok since the driver decreases the
1190 value automatically according to the controller's capabilities.
1191
1192 Your answer to this question is ignored for controllers with NVRAM,
1193 since the driver will get this information from the user set-up. It
1194 also can be overridden using a boot setup option, as follows
1195 (example): 'ncr53c8xx=sync:12' will allow the driver to negotiate
1196 for FAST-20 synchronous data transfer (20 mega-transfers per
1197 second).
1198
1199 The normal answer therefore is not to go with the default but to
1200 select the maximum value 80 allowing the driver to use the maximum
1201 value supported by each controller. If this causes problems with
1202 your SCSI devices, you should come back and decrease the value.
1203
1204 There is no safe option other than using good cabling, right
1205 terminations and SCSI conformant devices.
1206
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207config SCSI_NCR53C8XX_NO_DISCONNECT
Roman Zippele55a3e82006-06-08 22:12:49 -07001208 bool "not allow targets to disconnect"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209 depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0
1210 help
1211 This option is only provided for safety if you suspect some SCSI
1212 device of yours to not support properly the target-disconnect
1213 feature. In that case, you would say Y here. In general however, to
1214 not allow targets to disconnect is not reasonable if there is more
1215 than 1 device on a SCSI bus. The normal answer therefore is N.
1216
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217config SCSI_PAS16
1218 tristate "PAS16 SCSI support"
1219 depends on ISA && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001220 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 ---help---
1222 This is support for a SCSI host adapter. It is explained in section
1223 3.10 of the SCSI-HOWTO, available from
1224 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
1225 of the box, you may have to change some settings in
1226 <file:drivers/scsi/pas16.h>.
1227
1228 To compile this driver as a module, choose M here: the
1229 module will be called pas16.
1230
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231config SCSI_QLOGIC_FAS
1232 tristate "Qlogic FAS SCSI support"
1233 depends on ISA && SCSI
1234 ---help---
1235 This is a driver for the ISA, VLB, and PCMCIA versions of the Qlogic
1236 FastSCSI! cards as well as any other card based on the FASXX chip
1237 (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).
1238
1239 This driver does NOT support the PCI versions of these cards. The
1240 PCI versions are supported by the Qlogic ISP driver ("Qlogic ISP
1241 SCSI support"), below.
1242
1243 Information about this driver is contained in
1244 <file:Documentation/scsi/qlogicfas.txt>. You should also read the
1245 SCSI-HOWTO, available from
1246 <http://www.tldp.org/docs.html#howto>.
1247
1248 To compile this driver as a module, choose M here: the
1249 module will be called qlogicfas.
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251config SCSI_QLOGIC_1280
1252 tristate "Qlogic QLA 1240/1x80/1x160 SCSI support"
1253 depends on PCI && SCSI
1254 help
1255 Say Y if you have a QLogic ISP1240/1x80/1x160 SCSI host adapter.
1256
1257 To compile this driver as a module, choose M here: the
1258 module will be called qla1280.
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260config SCSI_QLOGICPTI
1261 tristate "PTI Qlogic, ISP Driver"
1262 depends on SBUS && SCSI
1263 help
1264 This driver supports SBUS SCSI controllers from PTI or QLogic. These
1265 controllers are known under Solaris as qpti and in the openprom as
1266 PTI,ptisp or QLGC,isp. Note that PCI QLogic SCSI controllers are
1267 driven by a different driver.
1268
1269 To compile this driver as a module, choose M here: the
1270 module will be called qlogicpti.
1271
1272source "drivers/scsi/qla2xxx/Kconfig"
David Somayajuluafaf5a22006-09-19 10:28:00 -07001273source "drivers/scsi/qla4xxx/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274
dea31012005-04-17 16:05:31 -05001275config SCSI_LPFC
1276 tristate "Emulex LightPulse Fibre Channel Support"
1277 depends on PCI && SCSI
1278 select SCSI_FC_ATTRS
James Bottomley6a7252f2013-05-06 09:49:25 -07001279 select CRC_T10DIF
dea31012005-04-17 16:05:31 -05001280 help
1281 This lpfc driver supports the Emulex LightPulse
1282 Family of Fibre Channel PCI host adapters.
1283
James Smart923e4b62008-12-04 22:40:07 -05001284config SCSI_LPFC_DEBUG_FS
1285 bool "Emulex LightPulse Fibre Channel debugfs Support"
1286 depends on SCSI_LPFC && DEBUG_FS
1287 help
Matt LaPlante692105b2009-01-26 11:12:25 +01001288 This makes debugging information from the lpfc driver
James Smart923e4b62008-12-04 22:40:07 -05001289 available via the debugfs filesystem.
1290
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291config SCSI_SIM710
1292 tristate "Simple 53c710 SCSI support (Compaq, NCR machines)"
1293 depends on (EISA || MCA) && SCSI
1294 select SCSI_SPI_ATTRS
1295 ---help---
Matt LaPlante692105b2009-01-26 11:12:25 +01001296 This driver is for NCR53c710 based SCSI host adapters.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297
1298 It currently supports Compaq EISA cards and NCR MCA cards
1299
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300config SCSI_SYM53C416
1301 tristate "Symbios 53c416 SCSI support"
1302 depends on ISA && SCSI
1303 ---help---
1304 This is support for the sym53c416 SCSI host adapter, the SCSI
1305 adapter that comes with some HP scanners. This driver requires that
1306 the sym53c416 is configured first using some sort of PnP
1307 configuration program (e.g. isapnp) or by a PnP aware BIOS. If you
1308 are using isapnp then you need to compile this driver as a module
1309 and then load it using insmod after isapnp has run. The parameters
1310 of the configured card(s) should be passed to the driver. The format
1311 is:
1312
1313 insmod sym53c416 sym53c416=<base>,<irq> [sym53c416_1=<base>,<irq>]
1314
1315 To compile this driver as a module, choose M here: the
1316 module will be called sym53c416.
1317
1318config SCSI_DC395x
Kees Cook92f6ed42013-01-16 18:53:52 -08001319 tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support"
1320 depends on PCI && SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 ---help---
1322 This driver supports PCI SCSI host adapters based on the ASIC
1323 TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants.
1324
1325 This driver works, but is still in experimental status. So better
1326 have a bootable disk and a backup in case of emergency.
1327
1328 Documentation can be found in <file:Documentation/scsi/dc395x.txt>.
1329
1330 To compile this driver as a module, choose M here: the
1331 module will be called dc395x.
1332
1333config SCSI_DC390T
1334 tristate "Tekram DC390(T) and Am53/79C974 SCSI support"
1335 depends on PCI && SCSI
1336 ---help---
1337 This driver supports PCI SCSI host adapters based on the Am53C974A
1338 chip, e.g. Tekram DC390(T), DawiControl 2974 and some onboard
1339 PCscsi/PCnet (Am53/79C974) solutions.
1340
1341 Documentation can be found in <file:Documentation/scsi/tmscsim.txt>.
1342
1343 Note that this driver does NOT support Tekram DC390W/U/F, which are
1344 based on NCR/Symbios chips. Use "NCR53C8XX SCSI support" for those.
1345
1346 To compile this driver as a module, choose M here: the
1347 module will be called tmscsim.
1348
1349config SCSI_T128
1350 tristate "Trantor T128/T128F/T228 SCSI support"
1351 depends on ISA && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001352 select SCSI_SPI_ATTRS
Geert Uytterhoeven928923c2007-08-22 14:01:36 -07001353 select CHECK_SIGNATURE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 ---help---
1355 This is support for a SCSI host adapter. It is explained in section
1356 3.11 of the SCSI-HOWTO, available from
1357 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
1358 of the box, you may have to change some settings in
1359 <file:drivers/scsi/t128.h>. Note that Trantor was purchased by
1360 Adaptec, and some former Trantor products are being sold under the
1361 Adaptec name.
1362
1363 To compile this driver as a module, choose M here: the
1364 module will be called t128.
1365
1366config SCSI_U14_34F
1367 tristate "UltraStor 14F/34F support"
Al Viroa5532602005-05-04 05:39:42 +01001368 depends on ISA && SCSI && ISA_DMA_API
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369 ---help---
1370 This is support for the UltraStor 14F and 34F SCSI-2 host adapters.
1371 The source at <file:drivers/scsi/u14-34f.c> contains some
1372 information about this hardware. If the driver doesn't work out of
1373 the box, you may have to change some settings in
1374 <file: drivers/scsi/u14-34f.c>. Read the SCSI-HOWTO, available from
1375 <http://www.tldp.org/docs.html#howto>. Note that there is also
1376 another driver for the same hardware: "UltraStor SCSI support",
1377 below. You should say Y to both only if you want 24F support as
1378 well.
1379
1380 To compile this driver as a module, choose M here: the
1381 module will be called u14-34f.
1382
1383config SCSI_U14_34F_TAGGED_QUEUE
1384 bool "enable tagged command queueing"
1385 depends on SCSI_U14_34F
1386 help
1387 This is a feature of SCSI-2 which improves performance: the host
1388 adapter can send several SCSI commands to a device's queue even if
1389 previous commands haven't finished yet.
1390 This is equivalent to the "u14-34f=tc:y" boot option.
1391
1392config SCSI_U14_34F_LINKED_COMMANDS
1393 bool "enable elevator sorting"
1394 depends on SCSI_U14_34F
1395 help
1396 This option enables elevator sorting for all probed SCSI disks and
1397 CD-ROMs. It definitely reduces the average seek distance when doing
1398 random seeks, but this does not necessarily result in a noticeable
1399 performance improvement: your mileage may vary...
1400 This is equivalent to the "u14-34f=lc:y" boot option.
1401
1402config SCSI_U14_34F_MAX_TAGS
1403 int "maximum number of queued commands"
1404 depends on SCSI_U14_34F
1405 default "8"
1406 help
1407 This specifies how many SCSI commands can be maximally queued for
1408 each probed SCSI device. You should reduce the default value of 8
1409 only if you have disks with buggy or limited tagged command support.
1410 Minimum is 2 and maximum is 14. This value is also the window size
1411 used by the elevator sorting option above. The effective value used
1412 by the driver for each probed SCSI device is reported at boot time.
1413 This is equivalent to the "u14-34f=mq:8" boot option.
1414
1415config SCSI_ULTRASTOR
1416 tristate "UltraStor SCSI support"
1417 depends on X86 && ISA && SCSI
1418 ---help---
1419 This is support for the UltraStor 14F, 24F and 34F SCSI-2 host
1420 adapter family. This driver is explained in section 3.12 of the
1421 SCSI-HOWTO, available from
1422 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
1423 of the box, you may have to change some settings in
1424 <file:drivers/scsi/ultrastor.h>.
1425
1426 Note that there is also another driver for the same hardware:
1427 "UltraStor 14F/34F support", above.
1428
1429 To compile this driver as a module, choose M here: the
1430 module will be called ultrastor.
1431
1432config SCSI_NSP32
1433 tristate "Workbit NinjaSCSI-32Bi/UDE support"
1434 depends on PCI && SCSI && !64BIT
1435 help
1436 This is support for the Workbit NinjaSCSI-32Bi/UDE PCI/Cardbus
1437 SCSI host adapter. Please read the SCSI-HOWTO, available from
1438 <http://www.tldp.org/docs.html#howto>.
1439
1440 To compile this driver as a module, choose M here: the
1441 module will be called nsp32.
1442
1443config SCSI_DEBUG
1444 tristate "SCSI debugging host simulator"
1445 depends on SCSI
Randy Dunlapd0ace3c2009-01-12 10:53:04 -08001446 select CRC_T10DIF
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447 help
1448 This is a host adapter simulator that can simulate multiple hosts
1449 each with multiple dummy SCSI devices (disks). It defaults to one
1450 host adapter with one dummy SCSI disk. Each dummy disk uses kernel
1451 RAM as storage (i.e. it is a ramdisk). To save space when multiple
1452 dummy disks are simulated, they share the same kernel RAM for
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001453 their storage. See <http://sg.danny.cz/sg/sdebug26.html> for more
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454 information. This driver is primarily of use to those testing the
1455 SCSI and block subsystems. If unsure, say N.
1456
1457config SCSI_MESH
1458 tristate "MESH (Power Mac internal SCSI) support"
1459 depends on PPC32 && PPC_PMAC && SCSI
1460 help
1461 Many Power Macintoshes and clones have a MESH (Macintosh Enhanced
1462 SCSI Hardware) SCSI bus adaptor (the 7200 doesn't, but all of the
1463 other Power Macintoshes do). Say Y to include support for this SCSI
1464 adaptor.
1465
1466 To compile this driver as a module, choose M here: the
1467 module will be called mesh.
1468
1469config SCSI_MESH_SYNC_RATE
1470 int "maximum synchronous transfer rate (MB/s) (0 = async)"
1471 depends on SCSI_MESH
1472 default "5"
1473 help
1474 On Power Macintoshes (and clones) where the MESH SCSI bus adaptor
1475 drives a bus which is entirely internal to the machine (such as the
1476 7500, 7600, 8500, etc.), the MESH is capable of synchronous
1477 operation at up to 10 MB/s. On machines where the SCSI bus
1478 controlled by the MESH can have external devices connected, it is
1479 usually rated at 5 MB/s. 5 is a safe value here unless you know the
1480 MESH SCSI bus is internal only; in that case you can say 10. Say 0
1481 to disable synchronous operation.
1482
1483config SCSI_MESH_RESET_DELAY_MS
1484 int "initial bus reset delay (ms) (0 = no reset)"
1485 depends on SCSI_MESH
1486 default "4000"
1487
1488config SCSI_MAC53C94
1489 tristate "53C94 (Power Mac external SCSI) support"
1490 depends on PPC32 && PPC_PMAC && SCSI
1491 help
1492 On Power Macintoshes (and clones) with two SCSI buses, the external
1493 SCSI bus is usually controlled by a 53C94 SCSI bus adaptor. Older
1494 machines which only have one SCSI bus, such as the 7200, also use
1495 the 53C94. Say Y to include support for the 53C94.
1496
1497 To compile this driver as a module, choose M here: the
1498 module will be called mac53c94.
1499
1500source "drivers/scsi/arm/Kconfig"
1501
1502config JAZZ_ESP
1503 bool "MIPS JAZZ FAS216 SCSI support"
1504 depends on MACH_JAZZ && SCSI
David S. Miller3a243072007-06-03 17:56:04 -07001505 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506 help
1507 This is the driver for the onboard SCSI host adapter of MIPS Magnum
1508 4000, Acer PICA, Olivetti M700-10 and a few other identical OEM
1509 systems.
1510
1511config A3000_SCSI
1512 tristate "A3000 WD33C93A support"
1513 depends on AMIGA && SCSI
1514 help
1515 If you have an Amiga 3000 and have SCSI devices connected to the
1516 built-in SCSI controller, say Y. Otherwise, say N.
1517
1518 To compile this driver as a module, choose M here: the
Geert Uytterhoeven90638f92007-08-22 14:01:34 -07001519 module will be called a3000.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520
1521config A2091_SCSI
1522 tristate "A2091/A590 WD33C93A support"
1523 depends on ZORRO && SCSI
1524 help
1525 If you have a Commodore A2091 SCSI controller, say Y. Otherwise,
1526 say N.
1527
1528 To compile this driver as a module, choose M here: the
Geert Uytterhoeven90638f92007-08-22 14:01:34 -07001529 module will be called a2091.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530
1531config GVP11_SCSI
1532 tristate "GVP Series II WD33C93A support"
1533 depends on ZORRO && SCSI
1534 ---help---
1535 If you have a Great Valley Products Series II SCSI controller,
1536 answer Y. Also say Y if you have a later model of GVP SCSI
1537 controller (such as the GVP A4008 or a Combo board). Otherwise,
1538 answer N. This driver does NOT work for the T-Rex series of
1539 accelerators from TekMagic and GVP-M.
1540
1541 To compile this driver as a module, choose M here: the
1542 module will be called gvp11.
1543
Kars de Jonga16efc12007-06-17 14:47:08 +02001544config SCSI_A4000T
Kees Cook92f6ed42013-01-16 18:53:52 -08001545 tristate "A4000T NCR53c710 SCSI support"
1546 depends on AMIGA && SCSI
Kars de Jonga16efc12007-06-17 14:47:08 +02001547 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 help
Kars de Jonga16efc12007-06-17 14:47:08 +02001549 If you have an Amiga 4000T and have SCSI devices connected to the
1550 built-in SCSI controller, say Y. Otherwise, say N.
1551
1552 To compile this driver as a module, choose M here: the
1553 module will be called a4000t.
1554
Kars de Jong45804fb2007-06-17 14:47:09 +02001555config SCSI_ZORRO7XX
Kees Cook92f6ed42013-01-16 18:53:52 -08001556 tristate "Zorro NCR53c710 SCSI support"
1557 depends on ZORRO && SCSI
Kars de Jong45804fb2007-06-17 14:47:09 +02001558 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559 help
Kars de Jong45804fb2007-06-17 14:47:09 +02001560 Support for various NCR53c710-based SCSI controllers on Zorro
1561 expansion boards for the Amiga.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 This includes:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563 - the Amiga 4091 Zorro III SCSI-2 controller,
1564 - the MacroSystem Development's WarpEngine Amiga SCSI-2 controller
1565 (info at
1566 <http://www.lysator.liu.se/amiga/ar/guide/ar310.guide?FEATURE5>),
1567 - the SCSI controller on the Phase5 Blizzard PowerUP 603e+
1568 accelerator card for the Amiga 1200,
1569 - the SCSI controller on the GVP Turbo 040/060 accelerator.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571config ATARI_SCSI
1572 tristate "Atari native SCSI support"
Michael Schmitzfb810d12007-05-01 22:32:35 +02001573 depends on ATARI && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001574 select SCSI_SPI_ATTRS
Geert Uytterhoevenfff11c02008-10-13 21:59:02 +02001575 select NVRAM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576 ---help---
1577 If you have an Atari with built-in NCR5380 SCSI controller (TT,
1578 Falcon, ...) say Y to get it supported. Of course also, if you have
1579 a compatible SCSI controller (e.g. for Medusa).
1580
1581 To compile this driver as a module, choose M here: the
1582 module will be called atari_scsi.
1583
1584 This driver supports both styles of NCR integration into the
1585 system: the TT style (separate DMA), and the Falcon style (via
1586 ST-DMA, replacing ACSI). It does NOT support other schemes, like
1587 in the Hades (without DMA).
1588
1589config ATARI_SCSI_TOSHIBA_DELAY
1590 bool "Long delays for Toshiba CD-ROMs"
1591 depends on ATARI_SCSI
1592 help
1593 This option increases the delay after a SCSI arbitration to
1594 accommodate some flaky Toshiba CD-ROM drives. Say Y if you intend to
1595 use a Toshiba CD-ROM drive; otherwise, the option is not needed and
1596 would impact performance a bit, so say N.
1597
1598config ATARI_SCSI_RESET_BOOT
1599 bool "Reset SCSI-devices at boottime"
1600 depends on ATARI_SCSI
1601 help
1602 Reset the devices on your Atari whenever it boots. This makes the
1603 boot process fractionally longer but may assist recovery from errors
1604 that leave the devices with SCSI operations partway completed.
1605
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606config MAC_SCSI
1607 bool "Macintosh NCR5380 SCSI"
Al Virofa53bb62005-08-23 22:48:07 +01001608 depends on MAC && SCSI=y
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001609 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610 help
1611 This is the NCR 5380 SCSI controller included on most of the 68030
1612 based Macintoshes. If you have one of these say Y and read the
1613 SCSI-HOWTO, available from
1614 <http://www.tldp.org/docs.html#howto>.
1615
Finn Thain6fe07aa2008-04-25 10:06:05 -05001616config SCSI_MAC_ESP
1617 tristate "Macintosh NCR53c9[46] SCSI"
1618 depends on MAC && SCSI
Geert Uytterhoeven48fc8de2008-05-05 21:27:21 +02001619 select SCSI_SPI_ATTRS
Finn Thain6fe07aa2008-04-25 10:06:05 -05001620 help
1621 This is the NCR 53c9x SCSI controller found on most of the 68040
1622 based Macintoshes.
1623
1624 To compile this driver as a module, choose M here: the module
1625 will be called mac_esp.
1626
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627config MVME147_SCSI
1628 bool "WD33C93 SCSI driver for MVME147"
Al Virofa53bb62005-08-23 22:48:07 +01001629 depends on MVME147 && SCSI=y
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001630 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631 help
1632 Support for the on-board SCSI controller on the Motorola MVME147
1633 single-board computer.
1634
1635config MVME16x_SCSI
Kars de Jong506c7bb2007-06-17 14:47:07 +02001636 tristate "NCR53C710 SCSI driver for MVME16x"
1637 depends on MVME16x && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001638 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639 help
1640 The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710
1641 SCSI controller chip. Almost everyone using one of these boards
1642 will want to say Y to this question.
1643
1644config BVME6000_SCSI
Kars de Jong8276b582007-06-17 14:47:06 +02001645 tristate "NCR53C710 SCSI driver for BVME6000"
1646 depends on BVME6000 && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001647 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648 help
1649 The BVME4000 and BVME6000 boards from BVM Ltd use the NCR53C710
1650 SCSI controller chip. Almost everyone using one of these boards
1651 will want to say Y to this question.
1652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653config SUN3_SCSI
1654 tristate "Sun3 NCR5380 SCSI"
Sam Creaseyc39e7ee2006-12-09 10:37:05 +01001655 depends on SUN3 && SCSI
Matthew Wilcox410ca5c2005-12-15 16:22:01 -05001656 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657 help
1658 This option will enable support for the OBIO (onboard io) NCR5380
1659 SCSI controller found in the Sun 3/50 and 3/60, as well as for
1660 "Sun3" type VME scsi controllers also based on the NCR5380.
1661 General Linux information on the Sun 3 series (now discontinued)
1662 is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
1663
1664config SUN3X_ESP
1665 bool "Sun3x ESP SCSI"
Al Virofa53bb62005-08-23 22:48:07 +01001666 depends on SUN3X && SCSI=y
Thomas Bogendoerfer0bb67f12008-02-01 00:13:34 +01001667 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668 help
1669 The ESP was an on-board SCSI controller used on Sun 3/80
1670 machines. Say Y here to compile in support for it.
1671
1672config SCSI_SUNESP
1673 tristate "Sparc ESP Scsi Driver"
1674 depends on SBUS && SCSI
David S. Miller3a243072007-06-03 17:56:04 -07001675 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676 help
1677 This is the driver for the Sun ESP SCSI host adapter. The ESP
Frans Popdbfe54a2008-06-19 20:20:12 -07001678 chipset is present in most SPARC SBUS-based computers and
1679 supports the Emulex family of ESP SCSI chips (esp100, esp100A,
1680 esp236, fas101, fas236) as well as the Qlogic fas366 SCSI chip.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681
1682 To compile this driver as a module, choose M here: the
Frans Popdbfe54a2008-06-19 20:20:12 -07001683 module will be called sun_esp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685config ZFCP
1686 tristate "FCP host bus adapter driver for IBM eServer zSeries"
Martin Schwidefsky347a8dc2006-01-06 00:19:28 -08001687 depends on S390 && QDIO && SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688 select SCSI_FC_ATTRS
1689 help
1690 If you want to access SCSI devices attached to your IBM eServer
1691 zSeries by means of Fibre Channel interfaces say Y.
1692 For details please refer to the documentation provided by IBM at
1693 <http://oss.software.ibm.com/developerworks/opensource/linux390>
1694
1695 This driver is also available as a module. This module will be
1696 called zfcp. If you want to compile it as a module, say M here
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001697 and read <file:Documentation/kbuild/modules.txt>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698
Anil Ravindranath89a36812009-08-25 17:35:18 -07001699config SCSI_PMCRAID
1700 tristate "PMC SIERRA Linux MaxRAID adapter support"
Randy Dunlapb2045242010-08-10 18:01:24 -07001701 depends on PCI && SCSI && NET
Anil Ravindranath89a36812009-08-25 17:35:18 -07001702 ---help---
1703 This driver supports the PMC SIERRA MaxRAID adapters.
1704
jack wangdbf9bfe2009-10-14 16:19:21 +08001705config SCSI_PM8001
1706 tristate "PMC-Sierra SPC 8001 SAS/SATA Based Host Adapter driver"
1707 depends on PCI && SCSI
1708 select SCSI_SAS_LIBSAS
1709 help
1710 This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip
1711 based host adapters.
1712
Jing Huang7725ccf2009-09-23 17:46:15 -07001713config SCSI_BFA_FC
1714 tristate "Brocade BFA Fibre Channel Support"
1715 depends on PCI && SCSI
1716 select SCSI_FC_ATTRS
1717 help
1718 This bfa driver supports all Brocade PCIe FC/FCOE host adapters.
1719
1720 To compile this driver as a module, choose M here. The module will
1721 be called bfa.
1722
Paolo Bonzini4fe74b12012-02-05 12:16:00 +01001723config SCSI_VIRTIO
Kees Cook92f6ed42013-01-16 18:53:52 -08001724 tristate "virtio-scsi support"
1725 depends on VIRTIO
Nicholas Bellingere6dc783a2014-02-22 18:23:33 -08001726 select BLK_DEV_INTEGRITY
Paolo Bonzini4fe74b12012-02-05 12:16:00 +01001727 help
1728 This is the virtual HBA driver for virtio. If the kernel will
1729 be used in a virtual machine, say Y or M.
1730
Naresh Kumar Innaa3667aa2012-11-15 22:41:18 +05301731source "drivers/scsi/csiostor/Kconfig"
Paolo Bonzini4fe74b12012-02-05 12:16:00 +01001732
Jan Engelhardtfc6e7402007-07-09 12:00:08 -07001733endif # SCSI_LOWLEVEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734
1735source "drivers/scsi/pcmcia/Kconfig"
1736
Chandra Seetharamana6a8d9f2008-05-01 14:49:46 -07001737source "drivers/scsi/device_handler/Kconfig"
1738
Boaz Harrosh68274792009-01-25 17:24:14 +02001739source "drivers/scsi/osd/Kconfig"
1740
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741endmenu