Kconfig 62 KB

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