Kconfig 51 KB

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