Kconfig 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778
  1. menu "SCSI device support"
  2. config SCSI_MOD
  3. tristate
  4. default y if SCSI=n || SCSI=y
  5. default m if SCSI=m
  6. config RAID_ATTRS
  7. tristate "RAID Transport Class"
  8. default n
  9. depends on BLOCK
  10. depends on SCSI_MOD
  11. ---help---
  12. Provides RAID
  13. config SCSI
  14. tristate "SCSI device support"
  15. depends on BLOCK
  16. select SCSI_DMA if HAS_DMA
  17. ---help---
  18. If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
  19. any other SCSI device under Linux, say Y and make sure that you know
  20. the name of your SCSI host adapter (the card inside your computer
  21. that "speaks" the SCSI protocol, also called SCSI controller),
  22. because you will be asked for it.
  23. You also need to say Y here if you have a device which speaks
  24. the SCSI protocol. Examples of this include the parallel port
  25. version of the IOMEGA ZIP drive, USB storage devices, Fibre
  26. Channel, and FireWire storage.
  27. To compile this driver as a module, choose M here and read
  28. <file:Documentation/scsi/scsi.txt>.
  29. The module will be called scsi_mod.
  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. config SCSI_DMA
  33. bool
  34. default n
  35. config SCSI_NETLINK
  36. bool
  37. default n
  38. depends on NET
  39. config SCSI_MQ_DEFAULT
  40. bool "SCSI: use blk-mq I/O path by default"
  41. depends on SCSI
  42. ---help---
  43. This option enables the new blk-mq based I/O path for SCSI
  44. devices by default. With the option the scsi_mod.use_blk_mq
  45. module/boot option defaults to Y, without it to N, but it can
  46. still be overridden either way.
  47. If unsure say N.
  48. config 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
  54. /proc/scsi. In Linux 2.6 this has been superseded by
  55. files in sysfs but many legacy applications rely on this.
  56. If unsure say Y.
  57. comment "SCSI support type (disk, tape, CD-ROM)"
  58. depends on SCSI
  59. config BLK_DEV_SD
  60. tristate "SCSI disk support"
  61. depends on SCSI
  62. ---help---
  63. If you want to use SCSI hard disks, Fibre Channel disks,
  64. Serial ATA (SATA) or Parallel ATA (PATA) hard disks,
  65. USB storage or the SCSI or parallel port version of
  66. the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,
  67. the Disk-HOWTO and the Multi-Disk-HOWTO, available from
  68. <http://www.tldp.org/docs.html#howto>. This is NOT for SCSI
  69. CD-ROMs.
  70. To compile this driver as a module, choose M here and read
  71. <file:Documentation/scsi/scsi.txt>.
  72. The module will be called sd_mod.
  73. Do not compile this driver as a module if your root file system
  74. (the one containing the directory /) is located on a SCSI disk.
  75. In this case, do not compile the driver for your SCSI host adapter
  76. (below) as a module either.
  77. config CHR_DEV_ST
  78. tristate "SCSI tape support"
  79. depends on SCSI
  80. ---help---
  81. If you want to use a SCSI tape drive under Linux, say Y and read the
  82. SCSI-HOWTO, available from
  83. <http://www.tldp.org/docs.html#howto>, and
  84. <file:Documentation/scsi/st.txt> in the kernel source. This is NOT
  85. for SCSI CD-ROMs.
  86. To compile this driver as a module, choose M here and read
  87. <file:Documentation/scsi/scsi.txt>. The module will be called st.
  88. config CHR_DEV_OSST
  89. tristate "SCSI OnStream SC-x0 tape support"
  90. depends on SCSI
  91. ---help---
  92. The OnStream SC-x0 SCSI tape drives cannot be driven by the
  93. standard st driver, but instead need this special osst driver and
  94. use the /dev/osstX char device nodes (major 206). Via usb-storage,
  95. you may be able to drive the USB-x0 and DI-x0 drives as well.
  96. Note that there is also a second generation of OnStream
  97. tape drives (ADR-x0) that supports the standard SCSI-2 commands for
  98. tapes (QIC-157) and can be driven by the standard driver st.
  99. For more information, you may have a look at the SCSI-HOWTO
  100. <http://www.tldp.org/docs.html#howto> and
  101. <file:Documentation/scsi/osst.txt> in the kernel source.
  102. More info on the OnStream driver may be found on
  103. <http://sourceforge.net/projects/osst/>
  104. Please also have a look at the standard st docu, as most of it
  105. applies to osst as well.
  106. To compile this driver as a module, choose M here and read
  107. <file:Documentation/scsi/scsi.txt>. The module will be called osst.
  108. config BLK_DEV_SR
  109. tristate "SCSI CDROM support"
  110. depends on SCSI
  111. ---help---
  112. If you want to use a CD or DVD drive attached to your computer
  113. by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO
  114. and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.
  115. Make sure to say Y or M to "ISO 9660 CD-ROM file system support".
  116. To compile this driver as a module, choose M here and read
  117. <file:Documentation/scsi/scsi.txt>.
  118. The module will be called sr_mod.
  119. config BLK_DEV_SR_VENDOR
  120. bool "Enable vendor-specific extensions (for SCSI CDROM)"
  121. depends on BLK_DEV_SR
  122. help
  123. This enables the usage of vendor specific SCSI commands. This is
  124. required to support multisession CDs with old NEC/TOSHIBA cdrom
  125. drives (and HP Writers). If you have such a drive and get the first
  126. session only, try saying Y here; everybody else says N.
  127. config CHR_DEV_SG
  128. tristate "SCSI generic support"
  129. depends on SCSI
  130. ---help---
  131. If you want to use SCSI scanners, synthesizers or CD-writers or just
  132. about anything having "SCSI" in its name other than hard disks,
  133. CD-ROMs or tapes, say Y here. These won't be supported by the kernel
  134. directly, so you need some additional software which knows how to
  135. talk to these devices using the SCSI protocol:
  136. For scanners, look at SANE (<http://www.sane-project.org/>). For CD
  137. writer software look at Cdrtools
  138. (<http://cdrecord.berlios.de/private/cdrecord.html>)
  139. and for burning a "disk at once": CDRDAO
  140. (<http://cdrdao.sourceforge.net/>). Cdparanoia is a high
  141. quality digital reader of audio CDs (<http://www.xiph.org/paranoia/>).
  142. For other devices, it's possible that you'll have to write the
  143. driver software yourself. Please read the file
  144. <file:Documentation/scsi/scsi-generic.txt> for more information.
  145. To compile this driver as a module, choose M here and read
  146. <file:Documentation/scsi/scsi.txt>. The module will be called sg.
  147. If unsure, say N.
  148. config CHR_DEV_SCH
  149. tristate "SCSI media changer support"
  150. depends on SCSI
  151. ---help---
  152. This is a driver for SCSI media changers. Most common devices are
  153. tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you
  154. don't need this for those tiny 6-slot cdrom changers. Media
  155. changers are listed as "Type: Medium Changer" in /proc/scsi/scsi.
  156. If you have such hardware and want to use it with linux, say Y
  157. here. Check <file:Documentation/scsi/scsi-changer.txt> for details.
  158. If you want to compile this as a module ( = code which can be
  159. inserted in and removed from the running kernel whenever you want),
  160. say M here and read <file:Documentation/kbuild/modules.txt> and
  161. <file:Documentation/scsi/scsi.txt>. The module will be called ch.o.
  162. If unsure, say N.
  163. config SCSI_ENCLOSURE
  164. tristate "SCSI Enclosure Support"
  165. depends on SCSI && ENCLOSURE_SERVICES
  166. help
  167. Enclosures are devices sitting on or in SCSI backplanes that
  168. manage devices. If you have a disk cage, the chances are that
  169. it has an enclosure device. Selecting this option will just allow
  170. certain enclosure conditions to be reported and is not required.
  171. config SCSI_CONSTANTS
  172. bool "Verbose SCSI error reporting (kernel size +=75K)"
  173. depends on SCSI
  174. help
  175. The error messages regarding your SCSI hardware will be easier to
  176. understand if you say Y here; it will enlarge your kernel by about
  177. 75 KB. If in doubt, say Y.
  178. config SCSI_LOGGING
  179. bool "SCSI logging facility"
  180. depends on SCSI
  181. ---help---
  182. This turns on a logging facility that can be used to debug a number
  183. of SCSI related problems.
  184. If you say Y here, no logging output will appear by default, but you
  185. can enable logging by saying Y to "/proc file system support" and
  186. "Sysctl support" below and executing the command
  187. echo <bitmask> > /proc/sys/dev/scsi/logging_level
  188. where <bitmask> is a four byte value representing the logging type
  189. and logging level for each type of logging selected.
  190. There are a number of logging types and you can find them in the
  191. source at <file:drivers/scsi/scsi_logging.h>. The logging levels
  192. are also described in that file and they determine the verbosity of
  193. the logging for each logging type.
  194. If you say N here, it may be harder to track down some types of SCSI
  195. problems. If you say Y here your kernel will be somewhat larger, but
  196. there should be no noticeable performance impact as long as you have
  197. logging turned off.
  198. config SCSI_SCAN_ASYNC
  199. bool "Asynchronous SCSI scanning"
  200. depends on SCSI
  201. help
  202. The SCSI subsystem can probe for devices while the rest of the
  203. system continues booting, and even probe devices on different
  204. busses in parallel, leading to a significant speed-up.
  205. If you have built SCSI as modules, enabling this option can
  206. be a problem as the devices may not have been found by the
  207. time your system expects them to have been. You can load the
  208. scsi_wait_scan module to ensure that all scans have completed.
  209. If you build your SCSI drivers into the kernel, then everything
  210. will work fine if you say Y here.
  211. You can override this choice by specifying "scsi_mod.scan=sync"
  212. or async on the kernel's command line.
  213. Note that this setting also affects whether resuming from
  214. system suspend will be performed asynchronously.
  215. menu "SCSI Transports"
  216. depends on SCSI
  217. config SCSI_SPI_ATTRS
  218. tristate "Parallel SCSI (SPI) Transport Attributes"
  219. depends on SCSI
  220. help
  221. If you wish to export transport-specific information about
  222. each attached SCSI device to sysfs, say Y. Otherwise, say N.
  223. config SCSI_FC_ATTRS
  224. tristate "FiberChannel Transport Attributes"
  225. depends on SCSI && NET
  226. select SCSI_NETLINK
  227. help
  228. If you wish to export transport-specific information about
  229. each attached FiberChannel device to sysfs, say Y.
  230. Otherwise, say N.
  231. config SCSI_ISCSI_ATTRS
  232. tristate "iSCSI Transport Attributes"
  233. depends on SCSI && NET
  234. select BLK_DEV_BSGLIB
  235. help
  236. If you wish to export transport-specific information about
  237. each attached iSCSI device to sysfs, say Y.
  238. Otherwise, say N.
  239. config SCSI_SAS_ATTRS
  240. tristate "SAS Transport Attributes"
  241. depends on SCSI
  242. select BLK_DEV_BSG
  243. help
  244. If you wish to export transport-specific information about
  245. each attached SAS device to sysfs, say Y.
  246. source "drivers/scsi/libsas/Kconfig"
  247. config SCSI_SRP_ATTRS
  248. tristate "SRP Transport Attributes"
  249. depends on SCSI
  250. help
  251. If you wish to export transport-specific information about
  252. each attached SRP device to sysfs, say Y.
  253. endmenu
  254. menuconfig SCSI_LOWLEVEL
  255. bool "SCSI low-level drivers"
  256. depends on SCSI!=n
  257. default y
  258. if SCSI_LOWLEVEL && SCSI
  259. config ISCSI_TCP
  260. tristate "iSCSI Initiator over TCP/IP"
  261. depends on SCSI && INET
  262. select CRYPTO
  263. select CRYPTO_MD5
  264. select CRYPTO_CRC32C
  265. select SCSI_ISCSI_ATTRS
  266. help
  267. The iSCSI Driver provides a host with the ability to access storage
  268. through an IP network. The driver uses the iSCSI protocol to transport
  269. SCSI requests and responses over a TCP/IP network between the host
  270. (the "initiator") and "targets". Architecturally, the iSCSI driver
  271. combines with the host's TCP/IP stack, network drivers, and Network
  272. Interface Card (NIC) to provide the same functions as a SCSI or a
  273. Fibre Channel (FC) adapter driver with a Host Bus Adapter (HBA).
  274. To compile this driver as a module, choose M here: the
  275. module will be called iscsi_tcp.
  276. The userspace component needed to initialize the driver, documentation,
  277. and sample configuration files can be found here:
  278. http://open-iscsi.org
  279. config ISCSI_BOOT_SYSFS
  280. tristate "iSCSI Boot Sysfs Interface"
  281. default n
  282. help
  283. This option enables support for exposing iSCSI boot information
  284. via sysfs to userspace. If you wish to export this information,
  285. say Y. Otherwise, say N.
  286. source "drivers/scsi/cxgbi/Kconfig"
  287. source "drivers/scsi/bnx2i/Kconfig"
  288. source "drivers/scsi/bnx2fc/Kconfig"
  289. source "drivers/scsi/be2iscsi/Kconfig"
  290. config SGIWD93_SCSI
  291. tristate "SGI WD93C93 SCSI Driver"
  292. depends on SGI_HAS_WD93 && SCSI
  293. help
  294. If you have a Western Digital WD93 SCSI controller on
  295. an SGI MIPS system, say Y. Otherwise, say N.
  296. config BLK_DEV_3W_XXXX_RAID
  297. tristate "3ware 5/6/7/8xxx ATA-RAID support"
  298. depends on PCI && SCSI
  299. help
  300. 3ware is the only hardware ATA-Raid product in Linux to date.
  301. This card is 2,4, or 8 channel master mode support only.
  302. SCSI support required!!!
  303. <http://www.3ware.com/>
  304. Please read the comments at the top of
  305. <file:drivers/scsi/3w-xxxx.c>.
  306. config SCSI_HPSA
  307. tristate "HP Smart Array SCSI driver"
  308. depends on PCI && SCSI
  309. select CHECK_SIGNATURE
  310. help
  311. This driver supports HP Smart Array Controllers (circa 2009).
  312. It is a SCSI alternative to the cciss driver, which is a block
  313. driver. Anyone wishing to use HP Smart Array controllers who
  314. would prefer the devices be presented to linux as SCSI devices,
  315. rather than as generic block devices should say Y here.
  316. config SCSI_3W_9XXX
  317. tristate "3ware 9xxx SATA-RAID support"
  318. depends on PCI && SCSI
  319. help
  320. This driver supports the 9000 series 3ware SATA-RAID cards.
  321. <http://www.amcc.com>
  322. Please read the comments at the top of
  323. <file:drivers/scsi/3w-9xxx.c>.
  324. config SCSI_3W_SAS
  325. tristate "3ware 97xx SAS/SATA-RAID support"
  326. depends on PCI && SCSI
  327. help
  328. This driver supports the LSI 3ware 9750 6Gb/s SAS/SATA-RAID cards.
  329. <http://www.lsi.com>
  330. Please read the comments at the top of
  331. <file:drivers/scsi/3w-sas.c>.
  332. config SCSI_7000FASST
  333. tristate "7000FASST SCSI support"
  334. depends on ISA && SCSI && ISA_DMA_API
  335. select CHECK_SIGNATURE
  336. help
  337. This driver supports the Western Digital 7000 SCSI host adapter
  338. family. Some information is in the source:
  339. <file:drivers/scsi/wd7000.c>.
  340. To compile this driver as a module, choose M here: the
  341. module will be called wd7000.
  342. config SCSI_ACARD
  343. tristate "ACARD SCSI support"
  344. depends on PCI && SCSI
  345. help
  346. This driver supports the ACARD SCSI host adapter.
  347. Support Chip <ATP870 ATP876 ATP880 ATP885>
  348. To compile this driver as a module, choose M here: the
  349. module will be called atp870u.
  350. config SCSI_AHA152X
  351. tristate "Adaptec AHA152X/2825 support"
  352. depends on ISA && SCSI
  353. select SCSI_SPI_ATTRS
  354. select CHECK_SIGNATURE
  355. ---help---
  356. This is a driver for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825
  357. SCSI host adapters. It also works for the AVA-1505, but the IRQ etc.
  358. must be manually specified in this case.
  359. It is explained in section 3.3 of the SCSI-HOWTO, available from
  360. <http://www.tldp.org/docs.html#howto>. You might also want to
  361. read the file <file:Documentation/scsi/aha152x.txt>.
  362. To compile this driver as a module, choose M here: the
  363. module will be called aha152x.
  364. config SCSI_AHA1542
  365. tristate "Adaptec AHA1542 support"
  366. depends on ISA && SCSI && ISA_DMA_API
  367. ---help---
  368. This is support for a SCSI host adapter. It is explained in section
  369. 3.4 of the SCSI-HOWTO, available from
  370. <http://www.tldp.org/docs.html#howto>. Note that Trantor was
  371. purchased by Adaptec, and some former Trantor products are being
  372. sold under the Adaptec name. If it doesn't work out of the box, you
  373. may have to change some settings in <file:drivers/scsi/aha1542.h>.
  374. To compile this driver as a module, choose M here: the
  375. module will be called aha1542.
  376. config SCSI_AHA1740
  377. tristate "Adaptec AHA1740 support"
  378. depends on EISA && SCSI
  379. ---help---
  380. This is support for a SCSI host adapter. It is explained in section
  381. 3.5 of the SCSI-HOWTO, available from
  382. <http://www.tldp.org/docs.html#howto>. If it doesn't work out
  383. of the box, you may have to change some settings in
  384. <file:drivers/scsi/aha1740.h>.
  385. To compile this driver as a module, choose M here: the
  386. module will be called aha1740.
  387. config SCSI_AACRAID
  388. tristate "Adaptec AACRAID support"
  389. depends on SCSI && PCI
  390. help
  391. This driver supports a variety of Dell, HP, Adaptec, IBM and
  392. ICP storage products. For a list of supported products, refer
  393. to <file:Documentation/scsi/aacraid.txt>.
  394. To compile this driver as a module, choose M here: the module
  395. will be called aacraid.
  396. source "drivers/scsi/aic7xxx/Kconfig.aic7xxx"
  397. source "drivers/scsi/aic7xxx/Kconfig.aic79xx"
  398. source "drivers/scsi/aic94xx/Kconfig"
  399. source "drivers/scsi/mvsas/Kconfig"
  400. config SCSI_MVUMI
  401. tristate "Marvell UMI driver"
  402. depends on SCSI && PCI
  403. help
  404. Module for Marvell Universal Message Interface(UMI) driver
  405. To compile this driver as a module, choose M here: the
  406. module will be called mvumi.
  407. config SCSI_DPT_I2O
  408. tristate "Adaptec I2O RAID support "
  409. depends on SCSI && PCI && VIRT_TO_BUS
  410. help
  411. This driver supports all of Adaptec's I2O based RAID controllers as
  412. well as the DPT SmartRaid V cards. This is an Adaptec maintained
  413. driver by Deanna Bonds. See <file:Documentation/scsi/dpti.txt>.
  414. To compile this driver as a module, choose M here: the
  415. module will be called dpt_i2o.
  416. config SCSI_ADVANSYS
  417. tristate "AdvanSys SCSI support"
  418. depends on SCSI
  419. depends on ISA || EISA || PCI
  420. help
  421. This is a driver for all SCSI host adapters manufactured by
  422. AdvanSys. It is documented in the kernel source in
  423. <file:drivers/scsi/advansys.c>.
  424. To compile this driver as a module, choose M here: the
  425. module will be called advansys.
  426. config SCSI_IN2000
  427. tristate "Always IN2000 SCSI support"
  428. depends on ISA && SCSI
  429. help
  430. This is support for an ISA bus SCSI host adapter. You'll find more
  431. information in <file:Documentation/scsi/in2000.txt>. If it doesn't work
  432. out of the box, you may have to change the jumpers for IRQ or
  433. address selection.
  434. To compile this driver as a module, choose M here: the
  435. module will be called in2000.
  436. config SCSI_ARCMSR
  437. tristate "ARECA (ARC11xx/12xx/13xx/16xx) SATA/SAS RAID Host Adapter"
  438. depends on PCI && SCSI
  439. help
  440. This driver supports all of ARECA's SATA/SAS RAID controller cards.
  441. This is an ARECA-maintained driver by Erich Chen.
  442. If you have any problems, please mail to: <erich@areca.com.tw>.
  443. Areca supports Linux RAID config tools.
  444. Please link <http://www.areca.com.tw>
  445. To compile this driver as a module, choose M here: the
  446. module will be called arcmsr (modprobe arcmsr).
  447. source "drivers/scsi/esas2r/Kconfig"
  448. source "drivers/scsi/megaraid/Kconfig.megaraid"
  449. source "drivers/scsi/mpt2sas/Kconfig"
  450. source "drivers/scsi/mpt3sas/Kconfig"
  451. source "drivers/scsi/ufs/Kconfig"
  452. config SCSI_HPTIOP
  453. tristate "HighPoint RocketRAID 3xxx/4xxx Controller support"
  454. depends on SCSI && PCI
  455. help
  456. This option enables support for HighPoint RocketRAID 3xxx/4xxx
  457. controllers.
  458. To compile this driver as a module, choose M here; the module
  459. will be called hptiop. If unsure, say N.
  460. config SCSI_BUSLOGIC
  461. tristate "BusLogic SCSI support"
  462. depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API && VIRT_TO_BUS
  463. ---help---
  464. This is support for BusLogic MultiMaster and FlashPoint SCSI Host
  465. Adapters. Consult the SCSI-HOWTO, available from
  466. <http://www.tldp.org/docs.html#howto>, and the files
  467. <file:Documentation/scsi/BusLogic.txt> and
  468. <file:Documentation/scsi/FlashPoint.txt> for more information.
  469. Note that support for FlashPoint is only available for 32-bit
  470. x86 configurations.
  471. To compile this driver as a module, choose M here: the
  472. module will be called BusLogic.
  473. config SCSI_FLASHPOINT
  474. bool "FlashPoint support"
  475. depends on SCSI_BUSLOGIC && PCI
  476. help
  477. This option allows you to add FlashPoint support to the
  478. BusLogic SCSI driver. The FlashPoint SCCB Manager code is
  479. substantial, so users of MultiMaster Host Adapters may not
  480. wish to include it.
  481. config VMWARE_PVSCSI
  482. tristate "VMware PVSCSI driver support"
  483. depends on PCI && SCSI && X86
  484. help
  485. This driver supports VMware's para virtualized SCSI HBA.
  486. To compile this driver as a module, choose M here: the
  487. module will be called vmw_pvscsi.
  488. config XEN_SCSI_FRONTEND
  489. tristate "XEN SCSI frontend driver"
  490. depends on SCSI && XEN
  491. select XEN_XENBUS_FRONTEND
  492. help
  493. The XEN SCSI frontend driver allows the kernel to access SCSI Devices
  494. within another guest OS (usually Dom0).
  495. Only needed if the kernel is running in a XEN guest and generic
  496. SCSI access to a device is needed.
  497. config HYPERV_STORAGE
  498. tristate "Microsoft Hyper-V virtual storage driver"
  499. depends on SCSI && HYPERV
  500. default HYPERV
  501. help
  502. Select this option to enable the Hyper-V virtual storage driver.
  503. config LIBFC
  504. tristate "LibFC module"
  505. depends on SCSI_FC_ATTRS
  506. select CRC32
  507. ---help---
  508. Fibre Channel library module
  509. config LIBFCOE
  510. tristate "LibFCoE module"
  511. depends on LIBFC
  512. ---help---
  513. Library for Fibre Channel over Ethernet module
  514. config FCOE
  515. tristate "FCoE module"
  516. depends on PCI
  517. depends on LIBFCOE
  518. ---help---
  519. Fibre Channel over Ethernet module
  520. config FCOE_FNIC
  521. tristate "Cisco FNIC Driver"
  522. depends on PCI && X86
  523. depends on LIBFCOE
  524. help
  525. This is support for the Cisco PCI-Express FCoE HBA.
  526. To compile this driver as a module, choose M here and read
  527. <file:Documentation/scsi/scsi.txt>.
  528. The module will be called fnic.
  529. config SCSI_SNIC
  530. tristate "Cisco SNIC Driver"
  531. depends on PCI && SCSI
  532. help
  533. This is support for the Cisco PCI-Express SCSI HBA.
  534. To compile this driver as a module, choose M here and read
  535. <file:Documentation/scsi/scsi.txt>.
  536. The module will be called snic.
  537. config SCSI_SNIC_DEBUG_FS
  538. bool "Cisco SNIC Driver Debugfs Support"
  539. depends on SCSI_SNIC && DEBUG_FS
  540. help
  541. This enables to list debugging information from SNIC Driver
  542. available via debugfs file system
  543. config SCSI_DMX3191D
  544. tristate "DMX3191D SCSI support"
  545. depends on PCI && SCSI
  546. select SCSI_SPI_ATTRS
  547. help
  548. This is support for Domex DMX3191D SCSI Host Adapters.
  549. To compile this driver as a module, choose M here: the
  550. module will be called dmx3191d.
  551. config SCSI_DTC3280
  552. tristate "DTC3180/3280 SCSI support"
  553. depends on ISA && SCSI
  554. select SCSI_SPI_ATTRS
  555. select CHECK_SIGNATURE
  556. help
  557. This is support for DTC 3180/3280 SCSI Host Adapters. Please read
  558. the SCSI-HOWTO, available from
  559. <http://www.tldp.org/docs.html#howto>, and the file
  560. <file:Documentation/scsi/dtc3x80.txt>.
  561. To compile this driver as a module, choose M here: the
  562. module will be called dtc.
  563. config SCSI_EATA
  564. tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support"
  565. depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API
  566. ---help---
  567. This driver supports all EATA/DMA-compliant SCSI host adapters. DPT
  568. ISA and all EISA I/O addresses are probed looking for the "EATA"
  569. signature. The addresses of all the PCI SCSI controllers reported
  570. by the PCI subsystem are probed as well.
  571. You want to read the start of <file:drivers/scsi/eata.c> and the
  572. SCSI-HOWTO, available from
  573. <http://www.tldp.org/docs.html#howto>.
  574. To compile this driver as a module, choose M here: the
  575. module will be called eata.
  576. config SCSI_EATA_TAGGED_QUEUE
  577. bool "enable tagged command queueing"
  578. depends on SCSI_EATA
  579. help
  580. This is a feature of SCSI-2 which improves performance: the host
  581. adapter can send several SCSI commands to a device's queue even if
  582. previous commands haven't finished yet.
  583. This is equivalent to the "eata=tc:y" boot option.
  584. config SCSI_EATA_LINKED_COMMANDS
  585. bool "enable elevator sorting"
  586. depends on SCSI_EATA
  587. help
  588. This option enables elevator sorting for all probed SCSI disks and
  589. CD-ROMs. It definitely reduces the average seek distance when doing
  590. random seeks, but this does not necessarily result in a noticeable
  591. performance improvement: your mileage may vary...
  592. This is equivalent to the "eata=lc:y" boot option.
  593. config SCSI_EATA_MAX_TAGS
  594. int "maximum number of queued commands"
  595. depends on SCSI_EATA
  596. default "16"
  597. help
  598. This specifies how many SCSI commands can be maximally queued for
  599. each probed SCSI device. You should reduce the default value of 16
  600. only if you have disks with buggy or limited tagged command support.
  601. Minimum is 2 and maximum is 62. This value is also the window size
  602. used by the elevator sorting option above. The effective value used
  603. by the driver for each probed SCSI device is reported at boot time.
  604. This is equivalent to the "eata=mq:8" boot option.
  605. config SCSI_EATA_PIO
  606. tristate "EATA-PIO (old DPT PM2001, PM2012A) support"
  607. depends on (ISA || EISA || PCI) && SCSI && BROKEN
  608. ---help---
  609. This driver supports all EATA-PIO protocol compliant SCSI Host
  610. Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant
  611. host adapters could also use this driver but are discouraged from
  612. doing so, since this driver only supports hard disks and lacks
  613. numerous features. You might want to have a look at the SCSI-HOWTO,
  614. available from <http://www.tldp.org/docs.html#howto>.
  615. To compile this driver as a module, choose M here: the
  616. module will be called eata_pio.
  617. config SCSI_FUTURE_DOMAIN
  618. tristate "Future Domain 16xx SCSI/AHA-2920A support"
  619. depends on (ISA || PCI) && SCSI
  620. select CHECK_SIGNATURE
  621. ---help---
  622. This is support for Future Domain's 16-bit SCSI host adapters
  623. (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX) and
  624. other adapters based on the Future Domain chipsets (Quantum
  625. ISA-200S, ISA-250MG; Adaptec AHA-2920A; and at least one IBM board).
  626. It is explained in section 3.7 of the SCSI-HOWTO, available from
  627. <http://www.tldp.org/docs.html#howto>.
  628. NOTE: Newer Adaptec AHA-2920C boards use the Adaptec AIC-7850 chip
  629. and should use the aic7xxx driver ("Adaptec AIC7xxx chipset SCSI
  630. controller support"). This Future Domain driver works with the older
  631. Adaptec AHA-2920A boards with a Future Domain chip on them.
  632. To compile this driver as a module, choose M here: the
  633. module will be called fdomain.
  634. config SCSI_GDTH
  635. tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support"
  636. depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API
  637. ---help---
  638. Formerly called GDT SCSI Disk Array Controller Support.
  639. This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
  640. manufactured by Intel Corporation/ICP vortex GmbH. It is documented
  641. in the kernel source in <file:drivers/scsi/gdth.c> and
  642. <file:drivers/scsi/gdth.h>.
  643. To compile this driver as a module, choose M here: the
  644. module will be called gdth.
  645. config SCSI_ISCI
  646. tristate "Intel(R) C600 Series Chipset SAS Controller"
  647. depends on PCI && SCSI
  648. depends on X86
  649. select SCSI_SAS_LIBSAS
  650. ---help---
  651. This driver supports the 6Gb/s SAS capabilities of the storage
  652. control unit found in the Intel(R) C600 series chipset.
  653. config SCSI_GENERIC_NCR5380
  654. tristate "Generic NCR5380/53c400 SCSI PIO support"
  655. depends on ISA && SCSI
  656. select SCSI_SPI_ATTRS
  657. ---help---
  658. This is a driver for the old NCR 53c80 series of SCSI controllers
  659. on boards using PIO. Most boards such as the Trantor T130 fit this
  660. category, along with a large number of ISA 8bit controllers shipped
  661. for free with SCSI scanners. If you have a PAS16, T128 or DMX3191
  662. you should select the specific driver for that card rather than
  663. generic 5380 support.
  664. It is explained in section 3.8 of the SCSI-HOWTO, available from
  665. <http://www.tldp.org/docs.html#howto>. If it doesn't work out
  666. of the box, you may have to change some settings in
  667. <file:drivers/scsi/g_NCR5380.h>.
  668. To compile this driver as a module, choose M here: the
  669. module will be called g_NCR5380.
  670. config SCSI_GENERIC_NCR5380_MMIO
  671. tristate "Generic NCR5380/53c400 SCSI MMIO support"
  672. depends on ISA && SCSI
  673. select SCSI_SPI_ATTRS
  674. ---help---
  675. This is a driver for the old NCR 53c80 series of SCSI controllers
  676. on boards using memory mapped I/O.
  677. It is explained in section 3.8 of the SCSI-HOWTO, available from
  678. <http://www.tldp.org/docs.html#howto>. If it doesn't work out
  679. of the box, you may have to change some settings in
  680. <file:drivers/scsi/g_NCR5380.h>.
  681. To compile this driver as a module, choose M here: the
  682. module will be called g_NCR5380_mmio.
  683. config SCSI_GENERIC_NCR53C400
  684. bool "Enable NCR53c400 extensions"
  685. depends on SCSI_GENERIC_NCR5380
  686. help
  687. This enables certain optimizations for the NCR53c400 SCSI cards.
  688. You might as well try it out. Note that this driver will only probe
  689. for the Trantor T130B in its default configuration; you might have
  690. to pass a command line option to the kernel at boot time if it does
  691. not detect your card. See the file
  692. <file:Documentation/scsi/g_NCR5380.txt> for details.
  693. config SCSI_IPS
  694. tristate "IBM ServeRAID support"
  695. depends on PCI && SCSI
  696. ---help---
  697. This is support for the IBM ServeRAID hardware RAID controllers.
  698. See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
  699. and <http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=SERV-RAID>
  700. for more information. If this driver does not work correctly
  701. without modification please contact the author by email at
  702. <ipslinux@adaptec.com>.
  703. To compile this driver as a module, choose M here: the
  704. module will be called ips.
  705. config SCSI_IBMVSCSI
  706. tristate "IBM Virtual SCSI support"
  707. depends on PPC_PSERIES
  708. select SCSI_SRP_ATTRS
  709. help
  710. This is the IBM POWER Virtual SCSI Client
  711. To compile this driver as a module, choose M here: the
  712. module will be called ibmvscsi.
  713. config SCSI_IBMVFC
  714. tristate "IBM Virtual FC support"
  715. depends on PPC_PSERIES && SCSI
  716. depends on SCSI_FC_ATTRS
  717. help
  718. This is the IBM POWER Virtual FC Client
  719. To compile this driver as a module, choose M here: the
  720. module will be called ibmvfc.
  721. config SCSI_IBMVFC_TRACE
  722. bool "enable driver internal trace"
  723. depends on SCSI_IBMVFC
  724. default y
  725. help
  726. If you say Y here, the driver will trace all commands issued
  727. to the adapter. Performance impact is minimal. Trace can be
  728. dumped using /sys/class/scsi_host/hostXX/trace.
  729. config SCSI_INITIO
  730. tristate "Initio 9100U(W) support"
  731. depends on PCI && SCSI
  732. help
  733. This is support for the Initio 91XXU(W) SCSI host adapter. Please
  734. read the SCSI-HOWTO, available from
  735. <http://www.tldp.org/docs.html#howto>.
  736. To compile this driver as a module, choose M here: the
  737. module will be called initio.
  738. config SCSI_INIA100
  739. tristate "Initio INI-A100U2W support"
  740. depends on PCI && SCSI
  741. help
  742. This is support for the Initio INI-A100U2W SCSI host adapter.
  743. Please read the SCSI-HOWTO, available from
  744. <http://www.tldp.org/docs.html#howto>.
  745. To compile this driver as a module, choose M here: the
  746. module will be called a100u2w.
  747. config SCSI_PPA
  748. tristate "IOMEGA parallel port (ppa - older drives)"
  749. depends on SCSI && PARPORT_PC
  750. ---help---
  751. This driver supports older versions of IOMEGA's parallel port ZIP
  752. drive (a 100 MB removable media device).
  753. Note that you can say N here if you have the SCSI version of the ZIP
  754. drive: it will be supported automatically if you said Y to the
  755. generic "SCSI disk support", above.
  756. If you have the ZIP Plus drive or a more recent parallel port ZIP
  757. drive (if the supplied cable with the drive is labeled "AutoDetect")
  758. then you should say N here and Y to "IOMEGA parallel port (imm -
  759. newer drives)", below.
  760. For more information about this driver and how to use it you should
  761. read the file <file:Documentation/scsi/ppa.txt>. You should also read
  762. the SCSI-HOWTO, which is available from
  763. <http://www.tldp.org/docs.html#howto>. If you use this driver,
  764. you will still be able to use the parallel port for other tasks,
  765. such as a printer; it is safe to compile both drivers into the
  766. kernel.
  767. To compile this driver as a module, choose M here: the
  768. module will be called ppa.
  769. config SCSI_IMM
  770. tristate "IOMEGA parallel port (imm - newer drives)"
  771. depends on SCSI && PARPORT_PC
  772. ---help---
  773. This driver supports newer versions of IOMEGA's parallel port ZIP
  774. drive (a 100 MB removable media device).
  775. Note that you can say N here if you have the SCSI version of the ZIP
  776. drive: it will be supported automatically if you said Y to the
  777. generic "SCSI disk support", above.
  778. If you have the ZIP Plus drive or a more recent parallel port ZIP
  779. drive (if the supplied cable with the drive is labeled "AutoDetect")
  780. then you should say Y here; if you have an older ZIP drive, say N
  781. here and Y to "IOMEGA Parallel Port (ppa - older drives)", above.
  782. For more information about this driver and how to use it you should
  783. read the file <file:Documentation/scsi/ppa.txt>. You should also read
  784. the SCSI-HOWTO, which is available from
  785. <http://www.tldp.org/docs.html#howto>. If you use this driver,
  786. you will still be able to use the parallel port for other tasks,
  787. such as a printer; it is safe to compile both drivers into the
  788. kernel.
  789. To compile this driver as a module, choose M here: the
  790. module will be called imm.
  791. config SCSI_IZIP_EPP16
  792. bool "ppa/imm option - Use slow (but safe) EPP-16"
  793. depends on SCSI_PPA || SCSI_IMM
  794. ---help---
  795. EPP (Enhanced Parallel Port) is a standard for parallel ports which
  796. allows them to act as expansion buses that can handle up to 64
  797. peripheral devices.
  798. Some parallel port chipsets are slower than their motherboard, and
  799. so we have to control the state of the chipset's FIFO queue every
  800. now and then to avoid data loss. This will be done if you say Y
  801. here.
  802. Generally, saying Y is the safe option and slows things down a bit.
  803. config SCSI_IZIP_SLOW_CTR
  804. bool "ppa/imm option - Assume slow parport control register"
  805. depends on SCSI_PPA || SCSI_IMM
  806. help
  807. Some parallel ports are known to have excessive delays between
  808. changing the parallel port control register and good data being
  809. available on the parallel port data/status register. This option
  810. forces a small delay (1.0 usec to be exact) after changing the
  811. control register to let things settle out. Enabling this option may
  812. result in a big drop in performance but some very old parallel ports
  813. (found in 386 vintage machines) will not work properly.
  814. Generally, saying N is fine.
  815. config SCSI_NCR53C406A
  816. tristate "NCR53c406a SCSI support"
  817. depends on ISA && SCSI
  818. help
  819. This is support for the NCR53c406a SCSI host adapter. For user
  820. configurable parameters, check out <file:drivers/scsi/NCR53c406a.c>
  821. in the kernel source. Also read the SCSI-HOWTO, available from
  822. <http://www.tldp.org/docs.html#howto>.
  823. To compile this driver as a module, choose M here: the
  824. module will be called NCR53c406.
  825. config SCSI_NCR_D700
  826. tristate "NCR Dual 700 MCA SCSI support"
  827. depends on MCA && SCSI
  828. select SCSI_SPI_ATTRS
  829. help
  830. This is a driver for the MicroChannel Dual 700 card produced by
  831. NCR and commonly used in 345x/35xx/4100 class machines. It always
  832. tries to negotiate sync and uses tag command queueing.
  833. Unless you have an NCR manufactured machine, the chances are that
  834. you do not have this SCSI card, so say N.
  835. config SCSI_LASI700
  836. tristate "HP Lasi SCSI support for 53c700/710"
  837. depends on GSC && SCSI
  838. select SCSI_SPI_ATTRS
  839. help
  840. This is a driver for the SCSI controller in the Lasi chip found in
  841. many PA-RISC workstations & servers. If you do not know whether you
  842. have a Lasi chip, it is safe to say "Y" here.
  843. config SCSI_SNI_53C710
  844. tristate "SNI RM SCSI support for 53c710"
  845. depends on SNI_RM && SCSI
  846. select SCSI_SPI_ATTRS
  847. select 53C700_LE_ON_BE
  848. help
  849. This is a driver for the onboard SCSI controller found in older
  850. SNI RM workstations & servers.
  851. config 53C700_LE_ON_BE
  852. bool
  853. depends on SCSI_LASI700
  854. default y
  855. config SCSI_STEX
  856. tristate "Promise SuperTrak EX Series support"
  857. depends on PCI && SCSI
  858. ---help---
  859. This driver supports Promise SuperTrak EX series storage controllers.
  860. Promise provides Linux RAID configuration utility for these
  861. controllers. Please visit <http://www.promise.com> to download.
  862. To compile this driver as a module, choose M here: the
  863. module will be called stex.
  864. config 53C700_BE_BUS
  865. bool
  866. depends on SCSI_A4000T || SCSI_ZORRO7XX || MVME16x_SCSI || BVME6000_SCSI
  867. default y
  868. config SCSI_SYM53C8XX_2
  869. tristate "SYM53C8XX Version 2 SCSI support"
  870. depends on PCI && SCSI
  871. select SCSI_SPI_ATTRS
  872. ---help---
  873. This driver supports the whole NCR53C8XX/SYM53C8XX family of
  874. PCI-SCSI controllers. It also supports the subset of LSI53C10XX
  875. Ultra-160 controllers that are based on the SYM53C8XX SCRIPTS
  876. language. It does not support LSI53C10XX Ultra-320 PCI-X SCSI
  877. controllers; you need to use the Fusion MPT driver for that.
  878. Please read <file:Documentation/scsi/sym53c8xx_2.txt> for more
  879. information.
  880. config SCSI_SYM53C8XX_DMA_ADDRESSING_MODE
  881. int "DMA addressing mode"
  882. depends on SCSI_SYM53C8XX_2
  883. default "1"
  884. ---help---
  885. This option only applies to PCI-SCSI chips that are PCI DAC
  886. capable (875A, 895A, 896, 1010-33, 1010-66, 1000).
  887. When set to 0, the driver will program the chip to only perform
  888. 32-bit DMA. When set to 1, the chip will be able to perform DMA
  889. to addresses up to 1TB. When set to 2, the driver supports the
  890. full 64-bit DMA address range, but can only address 16 segments
  891. of 4 GB each. This limits the total addressable range to 64 GB.
  892. Most machines with less than 4GB of memory should use a setting
  893. of 0 for best performance. If your machine has 4GB of memory
  894. or more, you should set this option to 1 (the default).
  895. The still experimental value 2 (64 bit DMA addressing with 16
  896. x 4GB segments limitation) can be used on systems that require
  897. PCI address bits past bit 39 to be set for the addressing of
  898. memory using PCI DAC cycles.
  899. config SCSI_SYM53C8XX_DEFAULT_TAGS
  900. int "Default tagged command queue depth"
  901. depends on SCSI_SYM53C8XX_2
  902. default "16"
  903. help
  904. This is the default value of the command queue depth the
  905. driver will announce to the generic SCSI layer for devices
  906. that support tagged command queueing. This value can be changed
  907. from the boot command line. This is a soft limit that cannot
  908. exceed CONFIG_SCSI_SYM53C8XX_MAX_TAGS.
  909. config SCSI_SYM53C8XX_MAX_TAGS
  910. int "Maximum number of queued commands"
  911. depends on SCSI_SYM53C8XX_2
  912. default "64"
  913. help
  914. This option allows you to specify the maximum number of commands
  915. that can be queued to any device, when tagged command queuing is
  916. possible. The driver supports up to 256 queued commands per device.
  917. This value is used as a compiled-in hard limit.
  918. config SCSI_SYM53C8XX_MMIO
  919. bool "Use memory mapped IO"
  920. depends on SCSI_SYM53C8XX_2
  921. default y
  922. help
  923. Memory mapped IO is faster than Port IO. Most people should
  924. answer Y here, but some machines may have problems. If you have
  925. to answer N here, please report the problem to the maintainer.
  926. config SCSI_IPR
  927. tristate "IBM Power Linux RAID adapter support"
  928. depends on PCI && SCSI && ATA
  929. select FW_LOADER
  930. ---help---
  931. This driver supports the IBM Power Linux family RAID adapters.
  932. This includes IBM pSeries 5712, 5703, 5709, and 570A, as well
  933. as IBM iSeries 5702, 5703, 5709, and 570A.
  934. config SCSI_IPR_TRACE
  935. bool "enable driver internal trace"
  936. depends on SCSI_IPR
  937. default y
  938. help
  939. If you say Y here, the driver will trace all commands issued
  940. to the adapter. Performance impact is minimal. Trace can be
  941. dumped using /sys/bus/class/scsi_host/hostXX/trace.
  942. config SCSI_IPR_DUMP
  943. bool "enable adapter dump support"
  944. depends on SCSI_IPR
  945. default y
  946. help
  947. If you say Y here, the driver will support adapter crash dump.
  948. If you enable this support, the iprdump daemon can be used
  949. to capture adapter failure analysis information.
  950. config SCSI_ZALON
  951. tristate "Zalon SCSI support"
  952. depends on GSC && SCSI
  953. select SCSI_SPI_ATTRS
  954. help
  955. The Zalon is a GSC/HSC bus interface chip that sits between the
  956. PA-RISC processor and the NCR 53c720 SCSI controller on C100,
  957. C110, J200, J210 and some D, K & R-class machines. It's also
  958. used on the add-in Bluefish, Barracuda & Shrike SCSI cards.
  959. Say Y here if you have one of these machines or cards.
  960. config SCSI_NCR_Q720
  961. tristate "NCR Quad 720 MCA SCSI support"
  962. depends on MCA && SCSI
  963. select SCSI_SPI_ATTRS
  964. help
  965. This is a driver for the MicroChannel Quad 720 card produced by
  966. NCR and commonly used in 345x/35xx/4100 class machines. It always
  967. tries to negotiate sync and uses tag command queueing.
  968. Unless you have an NCR manufactured machine, the chances are that
  969. you do not have this SCSI card, so say N.
  970. config SCSI_NCR53C8XX_DEFAULT_TAGS
  971. int "default tagged command queue depth"
  972. depends on SCSI_ZALON || SCSI_NCR_Q720
  973. default "8"
  974. ---help---
  975. "Tagged command queuing" is a feature of SCSI-2 which improves
  976. performance: the host adapter can send several SCSI commands to a
  977. device's queue even if previous commands haven't finished yet.
  978. Because the device is intelligent, it can optimize its operations
  979. (like head positioning) based on its own request queue. Some SCSI
  980. devices don't implement this properly; if you want to disable this
  981. feature, enter 0 or 1 here (it doesn't matter which).
  982. The default value is 8 and should be supported by most hard disks.
  983. This value can be overridden from the boot command line using the
  984. 'tags' option as follows (example):
  985. 'ncr53c8xx=tags:4/t2t3q16/t0u2q10' will set default queue depth to
  986. 4, set queue depth to 16 for target 2 and target 3 on controller 0
  987. and set queue depth to 10 for target 0 / lun 2 on controller 1.
  988. The normal answer therefore is to go with the default 8 and to use
  989. a boot command line option for devices that need to use a different
  990. command queue depth.
  991. There is no safe option other than using good SCSI devices.
  992. config SCSI_NCR53C8XX_MAX_TAGS
  993. int "maximum number of queued commands"
  994. depends on SCSI_ZALON || SCSI_NCR_Q720
  995. default "32"
  996. ---help---
  997. This option allows you to specify the maximum number of commands
  998. that can be queued to any device, when tagged command queuing is
  999. possible. The default value is 32. Minimum is 2, maximum is 64.
  1000. Modern hard disks are able to support 64 tags and even more, but
  1001. do not seem to be faster when more than 32 tags are being used.
  1002. So, the normal answer here is to go with the default value 32 unless
  1003. you are using very large hard disks with large cache (>= 1 MB) that
  1004. are able to take advantage of more than 32 tagged commands.
  1005. There is no safe option and the default answer is recommended.
  1006. config SCSI_NCR53C8XX_SYNC
  1007. int "synchronous transfers frequency in MHz"
  1008. depends on SCSI_ZALON || SCSI_NCR_Q720
  1009. default "20"
  1010. ---help---
  1011. The SCSI Parallel Interface-2 Standard defines 5 classes of transfer
  1012. rates: FAST-5, FAST-10, FAST-20, FAST-40 and FAST-80. The numbers
  1013. are respectively the maximum data transfer rates in mega-transfers
  1014. per second for each class. For example, a FAST-20 Wide 16 device is
  1015. able to transfer data at 20 million 16 bit packets per second for a
  1016. total rate of 40 MB/s.
  1017. You may specify 0 if you want to only use asynchronous data
  1018. transfers. This is the safest and slowest option. Otherwise, specify
  1019. a value between 5 and 80, depending on the capability of your SCSI
  1020. controller. The higher the number, the faster the data transfer.
  1021. Note that 80 should normally be ok since the driver decreases the
  1022. value automatically according to the controller's capabilities.
  1023. Your answer to this question is ignored for controllers with NVRAM,
  1024. since the driver will get this information from the user set-up. It
  1025. also can be overridden using a boot setup option, as follows
  1026. (example): 'ncr53c8xx=sync:12' will allow the driver to negotiate
  1027. for FAST-20 synchronous data transfer (20 mega-transfers per
  1028. second).
  1029. The normal answer therefore is not to go with the default but to
  1030. select the maximum value 80 allowing the driver to use the maximum
  1031. value supported by each controller. If this causes problems with
  1032. your SCSI devices, you should come back and decrease the value.
  1033. There is no safe option other than using good cabling, right
  1034. terminations and SCSI conformant devices.
  1035. config SCSI_NCR53C8XX_NO_DISCONNECT
  1036. bool "not allow targets to disconnect"
  1037. depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0
  1038. help
  1039. This option is only provided for safety if you suspect some SCSI
  1040. device of yours to not support properly the target-disconnect
  1041. feature. In that case, you would say Y here. In general however, to
  1042. not allow targets to disconnect is not reasonable if there is more
  1043. than 1 device on a SCSI bus. The normal answer therefore is N.
  1044. config SCSI_PAS16
  1045. tristate "PAS16 SCSI support"
  1046. depends on ISA && SCSI
  1047. select SCSI_SPI_ATTRS
  1048. ---help---
  1049. This is support for a SCSI host adapter. It is explained in section
  1050. 3.10 of the SCSI-HOWTO, available from
  1051. <http://www.tldp.org/docs.html#howto>. If it doesn't work out
  1052. of the box, you may have to change some settings in
  1053. <file:drivers/scsi/pas16.h>.
  1054. To compile this driver as a module, choose M here: the
  1055. module will be called pas16.
  1056. config SCSI_QLOGIC_FAS
  1057. tristate "Qlogic FAS SCSI support"
  1058. depends on ISA && SCSI
  1059. ---help---
  1060. This is a driver for the ISA, VLB, and PCMCIA versions of the Qlogic
  1061. FastSCSI! cards as well as any other card based on the FASXX chip
  1062. (including the Control Concepts SCSI/IDE/SIO/PIO/FDC cards).
  1063. This driver does NOT support the PCI versions of these cards. The
  1064. PCI versions are supported by the Qlogic ISP driver ("Qlogic ISP
  1065. SCSI support"), below.
  1066. Information about this driver is contained in
  1067. <file:Documentation/scsi/qlogicfas.txt>. You should also read the
  1068. SCSI-HOWTO, available from
  1069. <http://www.tldp.org/docs.html#howto>.
  1070. To compile this driver as a module, choose M here: the
  1071. module will be called qlogicfas.
  1072. config SCSI_QLOGIC_1280
  1073. tristate "Qlogic QLA 1240/1x80/1x160 SCSI support"
  1074. depends on PCI && SCSI
  1075. help
  1076. Say Y if you have a QLogic ISP1240/1x80/1x160 SCSI host adapter.
  1077. To compile this driver as a module, choose M here: the
  1078. module will be called qla1280.
  1079. config SCSI_QLOGICPTI
  1080. tristate "PTI Qlogic, ISP Driver"
  1081. depends on SBUS && SCSI
  1082. help
  1083. This driver supports SBUS SCSI controllers from PTI or QLogic. These
  1084. controllers are known under Solaris as qpti and in the openprom as
  1085. PTI,ptisp or QLGC,isp. Note that PCI QLogic SCSI controllers are
  1086. driven by a different driver.
  1087. To compile this driver as a module, choose M here: the
  1088. module will be called qlogicpti.
  1089. source "drivers/scsi/qla2xxx/Kconfig"
  1090. source "drivers/scsi/qla4xxx/Kconfig"
  1091. config SCSI_LPFC
  1092. tristate "Emulex LightPulse Fibre Channel Support"
  1093. depends on PCI && SCSI
  1094. depends on SCSI_FC_ATTRS
  1095. select CRC_T10DIF
  1096. help
  1097. This lpfc driver supports the Emulex LightPulse
  1098. Family of Fibre Channel PCI host adapters.
  1099. config SCSI_LPFC_DEBUG_FS
  1100. bool "Emulex LightPulse Fibre Channel debugfs Support"
  1101. depends on SCSI_LPFC && DEBUG_FS
  1102. help
  1103. This makes debugging information from the lpfc driver
  1104. available via the debugfs filesystem.
  1105. config SCSI_SIM710
  1106. tristate "Simple 53c710 SCSI support (Compaq, NCR machines)"
  1107. depends on (EISA || MCA) && SCSI
  1108. select SCSI_SPI_ATTRS
  1109. ---help---
  1110. This driver is for NCR53c710 based SCSI host adapters.
  1111. It currently supports Compaq EISA cards and NCR MCA cards
  1112. config SCSI_SYM53C416
  1113. tristate "Symbios 53c416 SCSI support"
  1114. depends on ISA && SCSI
  1115. ---help---
  1116. This is support for the sym53c416 SCSI host adapter, the SCSI
  1117. adapter that comes with some HP scanners. This driver requires that
  1118. the sym53c416 is configured first using some sort of PnP
  1119. configuration program (e.g. isapnp) or by a PnP aware BIOS. If you
  1120. are using isapnp then you need to compile this driver as a module
  1121. and then load it using insmod after isapnp has run. The parameters
  1122. of the configured card(s) should be passed to the driver. The format
  1123. is:
  1124. insmod sym53c416 sym53c416=<base>,<irq> [sym53c416_1=<base>,<irq>]
  1125. To compile this driver as a module, choose M here: the
  1126. module will be called sym53c416.
  1127. config SCSI_DC395x
  1128. tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support"
  1129. depends on PCI && SCSI
  1130. ---help---
  1131. This driver supports PCI SCSI host adapters based on the ASIC
  1132. TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants.
  1133. This driver works, but is still in experimental status. So better
  1134. have a bootable disk and a backup in case of emergency.
  1135. Documentation can be found in <file:Documentation/scsi/dc395x.txt>.
  1136. To compile this driver as a module, choose M here: the
  1137. module will be called dc395x.
  1138. config SCSI_AM53C974
  1139. tristate "Tekram DC390(T) and Am53/79C974 SCSI support (new driver)"
  1140. depends on PCI && SCSI
  1141. select SCSI_SPI_ATTRS
  1142. ---help---
  1143. This driver supports PCI SCSI host adapters based on the Am53C974A
  1144. chip, e.g. Tekram DC390(T), DawiControl 2974 and some onboard
  1145. PCscsi/PCnet (Am53/79C974) solutions.
  1146. This is a new implementation base on the generic esp_scsi driver.
  1147. Documentation can be found in <file:Documentation/scsi/tmscsim.txt>.
  1148. Note that this driver does NOT support Tekram DC390W/U/F, which are
  1149. based on NCR/Symbios chips. Use "NCR53C8XX SCSI support" for those.
  1150. To compile this driver as a module, choose M here: the
  1151. module will be called am53c974.
  1152. config SCSI_T128
  1153. tristate "Trantor T128/T128F/T228 SCSI support"
  1154. depends on ISA && SCSI
  1155. select SCSI_SPI_ATTRS
  1156. select CHECK_SIGNATURE
  1157. ---help---
  1158. This is support for a SCSI host adapter. It is explained in section
  1159. 3.11 of the SCSI-HOWTO, available from
  1160. <http://www.tldp.org/docs.html#howto>. If it doesn't work out
  1161. of the box, you may have to change some settings in
  1162. <file:drivers/scsi/t128.h>. Note that Trantor was purchased by
  1163. Adaptec, and some former Trantor products are being sold under the
  1164. Adaptec name.
  1165. To compile this driver as a module, choose M here: the
  1166. module will be called t128.
  1167. config SCSI_U14_34F
  1168. tristate "UltraStor 14F/34F support"
  1169. depends on ISA && SCSI && ISA_DMA_API
  1170. ---help---
  1171. This is support for the UltraStor 14F and 34F SCSI-2 host adapters.
  1172. The source at <file:drivers/scsi/u14-34f.c> contains some
  1173. information about this hardware. If the driver doesn't work out of
  1174. the box, you may have to change some settings in
  1175. <file: drivers/scsi/u14-34f.c>. Read the SCSI-HOWTO, available from
  1176. <http://www.tldp.org/docs.html#howto>. Note that there is also
  1177. another driver for the same hardware: "UltraStor SCSI support",
  1178. below. You should say Y to both only if you want 24F support as
  1179. well.
  1180. To compile this driver as a module, choose M here: the
  1181. module will be called u14-34f.
  1182. config SCSI_U14_34F_TAGGED_QUEUE
  1183. bool "enable tagged command queueing"
  1184. depends on SCSI_U14_34F
  1185. help
  1186. This is a feature of SCSI-2 which improves performance: the host
  1187. adapter can send several SCSI commands to a device's queue even if
  1188. previous commands haven't finished yet.
  1189. This is equivalent to the "u14-34f=tc:y" boot option.
  1190. config SCSI_U14_34F_LINKED_COMMANDS
  1191. bool "enable elevator sorting"
  1192. depends on SCSI_U14_34F
  1193. help
  1194. This option enables elevator sorting for all probed SCSI disks and
  1195. CD-ROMs. It definitely reduces the average seek distance when doing
  1196. random seeks, but this does not necessarily result in a noticeable
  1197. performance improvement: your mileage may vary...
  1198. This is equivalent to the "u14-34f=lc:y" boot option.
  1199. config SCSI_U14_34F_MAX_TAGS
  1200. int "maximum number of queued commands"
  1201. depends on SCSI_U14_34F
  1202. default "8"
  1203. help
  1204. This specifies how many SCSI commands can be maximally queued for
  1205. each probed SCSI device. You should reduce the default value of 8
  1206. only if you have disks with buggy or limited tagged command support.
  1207. Minimum is 2 and maximum is 14. This value is also the window size
  1208. used by the elevator sorting option above. The effective value used
  1209. by the driver for each probed SCSI device is reported at boot time.
  1210. This is equivalent to the "u14-34f=mq:8" boot option.
  1211. config SCSI_ULTRASTOR
  1212. tristate "UltraStor SCSI support"
  1213. depends on X86 && ISA && SCSI
  1214. ---help---
  1215. This is support for the UltraStor 14F, 24F and 34F SCSI-2 host
  1216. adapter family. This driver is explained in section 3.12 of the
  1217. SCSI-HOWTO, available from
  1218. <http://www.tldp.org/docs.html#howto>. If it doesn't work out
  1219. of the box, you may have to change some settings in
  1220. <file:drivers/scsi/ultrastor.h>.
  1221. Note that there is also another driver for the same hardware:
  1222. "UltraStor 14F/34F support", above.
  1223. To compile this driver as a module, choose M here: the
  1224. module will be called ultrastor.
  1225. config SCSI_NSP32
  1226. tristate "Workbit NinjaSCSI-32Bi/UDE support"
  1227. depends on PCI && SCSI && !64BIT
  1228. help
  1229. This is support for the Workbit NinjaSCSI-32Bi/UDE PCI/Cardbus
  1230. SCSI host adapter. Please read the SCSI-HOWTO, available from
  1231. <http://www.tldp.org/docs.html#howto>.
  1232. To compile this driver as a module, choose M here: the
  1233. module will be called nsp32.
  1234. config SCSI_WD719X
  1235. tristate "Western Digital WD7193/7197/7296 support"
  1236. depends on PCI && SCSI
  1237. select EEPROM_93CX6
  1238. ---help---
  1239. This is a driver for Western Digital WD7193, WD7197 and WD7296 PCI
  1240. SCSI controllers (based on WD33C296A chip).
  1241. config SCSI_DEBUG
  1242. tristate "SCSI debugging host and device simulator"
  1243. depends on SCSI
  1244. select CRC_T10DIF
  1245. help
  1246. This pseudo driver simulates one or more hosts (SCSI initiators),
  1247. each with one or more targets, each with one or more logical units.
  1248. Defaults to one of each, creating a small RAM disk device. Many
  1249. parameters found in the /sys/bus/pseudo/drivers/scsi_debug
  1250. directory can be tweaked at run time.
  1251. See <http://sg.danny.cz/sg/sdebug26.html> for more information.
  1252. Mainly used for testing and best as a module. If unsure, say N.
  1253. config SCSI_MESH
  1254. tristate "MESH (Power Mac internal SCSI) support"
  1255. depends on PPC32 && PPC_PMAC && SCSI
  1256. help
  1257. Many Power Macintoshes and clones have a MESH (Macintosh Enhanced
  1258. SCSI Hardware) SCSI bus adaptor (the 7200 doesn't, but all of the
  1259. other Power Macintoshes do). Say Y to include support for this SCSI
  1260. adaptor.
  1261. To compile this driver as a module, choose M here: the
  1262. module will be called mesh.
  1263. config SCSI_MESH_SYNC_RATE
  1264. int "maximum synchronous transfer rate (MB/s) (0 = async)"
  1265. depends on SCSI_MESH
  1266. default "5"
  1267. help
  1268. On Power Macintoshes (and clones) where the MESH SCSI bus adaptor
  1269. drives a bus which is entirely internal to the machine (such as the
  1270. 7500, 7600, 8500, etc.), the MESH is capable of synchronous
  1271. operation at up to 10 MB/s. On machines where the SCSI bus
  1272. controlled by the MESH can have external devices connected, it is
  1273. usually rated at 5 MB/s. 5 is a safe value here unless you know the
  1274. MESH SCSI bus is internal only; in that case you can say 10. Say 0
  1275. to disable synchronous operation.
  1276. config SCSI_MESH_RESET_DELAY_MS
  1277. int "initial bus reset delay (ms) (0 = no reset)"
  1278. depends on SCSI_MESH
  1279. default "4000"
  1280. config SCSI_MAC53C94
  1281. tristate "53C94 (Power Mac external SCSI) support"
  1282. depends on PPC32 && PPC_PMAC && SCSI
  1283. help
  1284. On Power Macintoshes (and clones) with two SCSI buses, the external
  1285. SCSI bus is usually controlled by a 53C94 SCSI bus adaptor. Older
  1286. machines which only have one SCSI bus, such as the 7200, also use
  1287. the 53C94. Say Y to include support for the 53C94.
  1288. To compile this driver as a module, choose M here: the
  1289. module will be called mac53c94.
  1290. source "drivers/scsi/arm/Kconfig"
  1291. config JAZZ_ESP
  1292. bool "MIPS JAZZ FAS216 SCSI support"
  1293. depends on MACH_JAZZ && SCSI
  1294. select SCSI_SPI_ATTRS
  1295. help
  1296. This is the driver for the onboard SCSI host adapter of MIPS Magnum
  1297. 4000, Acer PICA, Olivetti M700-10 and a few other identical OEM
  1298. systems.
  1299. config A3000_SCSI
  1300. tristate "A3000 WD33C93A support"
  1301. depends on AMIGA && SCSI
  1302. help
  1303. If you have an Amiga 3000 and have SCSI devices connected to the
  1304. built-in SCSI controller, say Y. Otherwise, say N.
  1305. To compile this driver as a module, choose M here: the
  1306. module will be called a3000.
  1307. config A2091_SCSI
  1308. tristate "A2091/A590 WD33C93A support"
  1309. depends on ZORRO && SCSI
  1310. help
  1311. If you have a Commodore A2091 SCSI controller, say Y. Otherwise,
  1312. say N.
  1313. To compile this driver as a module, choose M here: the
  1314. module will be called a2091.
  1315. config GVP11_SCSI
  1316. tristate "GVP Series II WD33C93A support"
  1317. depends on ZORRO && SCSI
  1318. ---help---
  1319. If you have a Great Valley Products Series II SCSI controller,
  1320. answer Y. Also say Y if you have a later model of GVP SCSI
  1321. controller (such as the GVP A4008 or a Combo board). Otherwise,
  1322. answer N. This driver does NOT work for the T-Rex series of
  1323. accelerators from TekMagic and GVP-M.
  1324. To compile this driver as a module, choose M here: the
  1325. module will be called gvp11.
  1326. config SCSI_A4000T
  1327. tristate "A4000T NCR53c710 SCSI support"
  1328. depends on AMIGA && SCSI
  1329. select SCSI_SPI_ATTRS
  1330. help
  1331. If you have an Amiga 4000T and have SCSI devices connected to the
  1332. built-in SCSI controller, say Y. Otherwise, say N.
  1333. To compile this driver as a module, choose M here: the
  1334. module will be called a4000t.
  1335. config SCSI_ZORRO7XX
  1336. tristate "Zorro NCR53c710 SCSI support"
  1337. depends on ZORRO && SCSI
  1338. select SCSI_SPI_ATTRS
  1339. help
  1340. Support for various NCR53c710-based SCSI controllers on Zorro
  1341. expansion boards for the Amiga.
  1342. This includes:
  1343. - the Amiga 4091 Zorro III SCSI-2 controller,
  1344. - the MacroSystem Development's WarpEngine Amiga SCSI-2 controller
  1345. (info at
  1346. <http://www.lysator.liu.se/amiga/ar/guide/ar310.guide?FEATURE5>),
  1347. - the SCSI controller on the Phase5 Blizzard PowerUP 603e+
  1348. accelerator card for the Amiga 1200,
  1349. - the SCSI controller on the GVP Turbo 040/060 accelerator.
  1350. config ATARI_SCSI
  1351. tristate "Atari native SCSI support"
  1352. depends on ATARI && SCSI
  1353. select SCSI_SPI_ATTRS
  1354. select NVRAM
  1355. ---help---
  1356. If you have an Atari with built-in NCR5380 SCSI controller (TT,
  1357. Falcon, ...) say Y to get it supported. Of course also, if you have
  1358. a compatible SCSI controller (e.g. for Medusa).
  1359. To compile this driver as a module, choose M here: the
  1360. module will be called atari_scsi.
  1361. This driver supports both styles of NCR integration into the
  1362. system: the TT style (separate DMA), and the Falcon style (via
  1363. ST-DMA, replacing ACSI). It does NOT support other schemes, like
  1364. in the Hades (without DMA).
  1365. config ATARI_SCSI_TOSHIBA_DELAY
  1366. bool "Long delays for Toshiba CD-ROMs"
  1367. depends on ATARI_SCSI
  1368. help
  1369. This option increases the delay after a SCSI arbitration to
  1370. accommodate some flaky Toshiba CD-ROM drives. Say Y if you intend to
  1371. use a Toshiba CD-ROM drive; otherwise, the option is not needed and
  1372. would impact performance a bit, so say N.
  1373. config ATARI_SCSI_RESET_BOOT
  1374. bool "Reset SCSI-devices at boottime"
  1375. depends on ATARI_SCSI
  1376. help
  1377. Reset the devices on your Atari whenever it boots. This makes the
  1378. boot process fractionally longer but may assist recovery from errors
  1379. that leave the devices with SCSI operations partway completed.
  1380. config MAC_SCSI
  1381. tristate "Macintosh NCR5380 SCSI"
  1382. depends on MAC && SCSI=y
  1383. select SCSI_SPI_ATTRS
  1384. help
  1385. This is the NCR 5380 SCSI controller included on most of the 68030
  1386. based Macintoshes. If you have one of these say Y and read the
  1387. SCSI-HOWTO, available from
  1388. <http://www.tldp.org/docs.html#howto>.
  1389. config SCSI_MAC_ESP
  1390. tristate "Macintosh NCR53c9[46] SCSI"
  1391. depends on MAC && SCSI
  1392. select SCSI_SPI_ATTRS
  1393. help
  1394. This is the NCR 53c9x SCSI controller found on most of the 68040
  1395. based Macintoshes.
  1396. To compile this driver as a module, choose M here: the module
  1397. will be called mac_esp.
  1398. config MVME147_SCSI
  1399. bool "WD33C93 SCSI driver for MVME147"
  1400. depends on MVME147 && SCSI=y
  1401. select SCSI_SPI_ATTRS
  1402. help
  1403. Support for the on-board SCSI controller on the Motorola MVME147
  1404. single-board computer.
  1405. config MVME16x_SCSI
  1406. tristate "NCR53C710 SCSI driver for MVME16x"
  1407. depends on MVME16x && SCSI
  1408. select SCSI_SPI_ATTRS
  1409. help
  1410. The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710
  1411. SCSI controller chip. Almost everyone using one of these boards
  1412. will want to say Y to this question.
  1413. config BVME6000_SCSI
  1414. tristate "NCR53C710 SCSI driver for BVME6000"
  1415. depends on BVME6000 && SCSI
  1416. select SCSI_SPI_ATTRS
  1417. help
  1418. The BVME4000 and BVME6000 boards from BVM Ltd use the NCR53C710
  1419. SCSI controller chip. Almost everyone using one of these boards
  1420. will want to say Y to this question.
  1421. config SUN3_SCSI
  1422. tristate "Sun3 NCR5380 SCSI"
  1423. depends on SUN3 && SCSI
  1424. select SCSI_SPI_ATTRS
  1425. help
  1426. This option will enable support for the OBIO (onboard io) NCR5380
  1427. SCSI controller found in the Sun 3/50 and 3/60, as well as for
  1428. "Sun3" type VME scsi controllers also based on the NCR5380.
  1429. General Linux information on the Sun 3 series (now discontinued)
  1430. is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
  1431. config SUN3X_ESP
  1432. bool "Sun3x ESP SCSI"
  1433. depends on SUN3X && SCSI=y
  1434. select SCSI_SPI_ATTRS
  1435. help
  1436. The ESP was an on-board SCSI controller used on Sun 3/80
  1437. machines. Say Y here to compile in support for it.
  1438. config SCSI_SUNESP
  1439. tristate "Sparc ESP Scsi Driver"
  1440. depends on SBUS && SCSI
  1441. select SCSI_SPI_ATTRS
  1442. help
  1443. This is the driver for the Sun ESP SCSI host adapter. The ESP
  1444. chipset is present in most SPARC SBUS-based computers and
  1445. supports the Emulex family of ESP SCSI chips (esp100, esp100A,
  1446. esp236, fas101, fas236) as well as the Qlogic fas366 SCSI chip.
  1447. To compile this driver as a module, choose M here: the
  1448. module will be called sun_esp.
  1449. config ZFCP
  1450. tristate "FCP host bus adapter driver for IBM eServer zSeries"
  1451. depends on S390 && QDIO && SCSI
  1452. depends on SCSI_FC_ATTRS
  1453. help
  1454. If you want to access SCSI devices attached to your IBM eServer
  1455. zSeries by means of Fibre Channel interfaces say Y.
  1456. For details please refer to the documentation provided by IBM at
  1457. <http://oss.software.ibm.com/developerworks/opensource/linux390>
  1458. This driver is also available as a module. This module will be
  1459. called zfcp. If you want to compile it as a module, say M here
  1460. and read <file:Documentation/kbuild/modules.txt>.
  1461. config SCSI_PMCRAID
  1462. tristate "PMC SIERRA Linux MaxRAID adapter support"
  1463. depends on PCI && SCSI && NET
  1464. ---help---
  1465. This driver supports the PMC SIERRA MaxRAID adapters.
  1466. config SCSI_PM8001
  1467. tristate "PMC-Sierra SPC 8001 SAS/SATA Based Host Adapter driver"
  1468. depends on PCI && SCSI
  1469. select SCSI_SAS_LIBSAS
  1470. help
  1471. This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip
  1472. based host adapters.
  1473. config SCSI_BFA_FC
  1474. tristate "Brocade BFA Fibre Channel Support"
  1475. depends on PCI && SCSI
  1476. depends on SCSI_FC_ATTRS
  1477. help
  1478. This bfa driver supports all Brocade PCIe FC/FCOE host adapters.
  1479. To compile this driver as a module, choose M here. The module will
  1480. be called bfa.
  1481. config SCSI_VIRTIO
  1482. tristate "virtio-scsi support"
  1483. depends on VIRTIO
  1484. help
  1485. This is the virtual HBA driver for virtio. If the kernel will
  1486. be used in a virtual machine, say Y or M.
  1487. source "drivers/scsi/csiostor/Kconfig"
  1488. endif # SCSI_LOWLEVEL
  1489. source "drivers/scsi/pcmcia/Kconfig"
  1490. source "drivers/scsi/device_handler/Kconfig"
  1491. source "drivers/scsi/osd/Kconfig"
  1492. endmenu