blob: 5205c4e7d6fffb84c5608b2d687c195831322694 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config SCSI_QLA2XXX
Andrew Vasquez54333832005-11-09 15:49:04 -08002 tristate "QLogic QLA2XXX Fibre Channel Support"
3 depends on PCI && SCSI
4 select SCSI_FC_ATTRS
5 select FW_LOADER
6 ---help---
7 This qla2xxx driver supports all QLogic Fibre Channel
8 PCI and PCIe host adapters.
9
10 By default, firmware for the ISP parts will be loaded
11 via the Firmware Loader interface.
12
13 ISP Firmware Filename
14 ---------- -----------------
15 21xx ql2100_fw.bin
16 22xx ql2200_fw.bin
17 2300, 2312 ql2300_fw.bin
18 2322 ql2322_fw.bin
19 6312, 6322 ql6312_fw.bin
20 24xx ql2400_fw.bin
21
22 Upon request, the driver caches the firmware image until
23 the driver is unloaded.
24
25 NOTE: The original method of building firmware-loader
26 modules has been deprecated as the firmware-images will
27 be removed from the kernel sources.
28
29config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
30 bool " Use firmware-loader modules (DEPRECATED)"
31 depends on SCSI_QLA2XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -070032
33config SCSI_QLA21XX
Andrew Vasquez54333832005-11-09 15:49:04 -080034 tristate " Build QLogic ISP2100 firmware-module"
35 depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 ---help---
37 This driver supports the QLogic 21xx (ISP2100) host adapter family.
38
39config SCSI_QLA22XX
Andrew Vasquez54333832005-11-09 15:49:04 -080040 tristate " Build QLogic ISP2200 firmware-module"
41 depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 ---help---
43 This driver supports the QLogic 22xx (ISP2200) host adapter family.
44
45config SCSI_QLA2300
Andrew Vasquez54333832005-11-09 15:49:04 -080046 tristate " Build QLogic ISP2300 firmware-module"
47 depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070048 ---help---
49 This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
50 adapter family.
51
52config SCSI_QLA2322
Andrew Vasquez54333832005-11-09 15:49:04 -080053 tristate " Build QLogic ISP2322 firmware-module"
54 depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 ---help---
56 This driver supports the QLogic 2322 (ISP2322) host adapter family.
57
58config SCSI_QLA6312
Andrew Vasquez54333832005-11-09 15:49:04 -080059 tristate " Build QLogic ISP63xx firmware-module"
60 depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 ---help---
62 This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
63 adapter family.
Andrew Vasquez577a4f812005-07-27 22:10:59 -070064
65config SCSI_QLA24XX
Andrew Vasquez54333832005-11-09 15:49:04 -080066 tristate " Build QLogic ISP24xx firmware-module"
67 depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Andrew Vasquez577a4f812005-07-27 22:10:59 -070068 ---help---
69 This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
70 adapter family.