blob: 02cc79474e8c7db223cb1299f69c23c655b6fd80 [file] [log] [blame]
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -08001config SCSI_QLA_FC
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)"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080031 depends on SCSI_QLA_FC
32 help
33 This option offers you the deprecated firmware-loader
34 modules that have been obsoleted by the usage of the
35 Firmware Loader interface in the qla2xxx driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070036
37config SCSI_QLA21XX
Andrew Vasquez54333832005-11-09 15:49:04 -080038 tristate " Build QLogic ISP2100 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080039 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 ---help---
41 This driver supports the QLogic 21xx (ISP2100) host adapter family.
42
43config SCSI_QLA22XX
Andrew Vasquez54333832005-11-09 15:49:04 -080044 tristate " Build QLogic ISP2200 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080045 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 ---help---
47 This driver supports the QLogic 22xx (ISP2200) host adapter family.
48
49config SCSI_QLA2300
Andrew Vasquez54333832005-11-09 15:49:04 -080050 tristate " Build QLogic ISP2300 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080051 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 ---help---
53 This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
54 adapter family.
55
56config SCSI_QLA2322
Andrew Vasquez54333832005-11-09 15:49:04 -080057 tristate " Build QLogic ISP2322 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080058 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 ---help---
60 This driver supports the QLogic 2322 (ISP2322) host adapter family.
61
62config SCSI_QLA6312
Andrew Vasquez54333832005-11-09 15:49:04 -080063 tristate " Build QLogic ISP63xx firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080064 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 ---help---
66 This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
67 adapter family.
Andrew Vasquez577a4f812005-07-27 22:10:59 -070068
69config SCSI_QLA24XX
Andrew Vasquez54333832005-11-09 15:49:04 -080070 tristate " Build QLogic ISP24xx firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080071 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Andrew Vasquez577a4f812005-07-27 22:10:59 -070072 ---help---
73 This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
74 adapter family.