blob: ff40906c66f9e3c9ed96a55c828d09181a359805 [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
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -080013 ISP Firmware Filename
14 ---------- -----------------
15 21xx ql2100_fw.bin
16 22xx ql2200_fw.bin
17 2300, 2312, 6312 ql2300_fw.bin
18 2322, 6322 ql2322_fw.bin
19 24xx ql2400_fw.bin
Andrew Vasquez54333832005-11-09 15:49:04 -080020
21 Upon request, the driver caches the firmware image until
22 the driver is unloaded.
23
andrew.vasquez@qlogic.comfdd52df2006-01-13 17:05:53 -080024 Firmware images can be retrieved from:
25
26 ftp://ftp.qlogic.com/outgoing/linux/firmware/
27
Andrew Vasquez54333832005-11-09 15:49:04 -080028 NOTE: The original method of building firmware-loader
29 modules has been deprecated as the firmware-images will
30 be removed from the kernel sources.
31
32config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
33 bool " Use firmware-loader modules (DEPRECATED)"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080034 depends on SCSI_QLA_FC
35 help
36 This option offers you the deprecated firmware-loader
37 modules that have been obsoleted by the usage of the
38 Firmware Loader interface in the qla2xxx driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
40config SCSI_QLA21XX
Andrew Vasquez54333832005-11-09 15:49:04 -080041 tristate " Build QLogic ISP2100 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080042 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 ---help---
44 This driver supports the QLogic 21xx (ISP2100) host adapter family.
45
46config SCSI_QLA22XX
Andrew Vasquez54333832005-11-09 15:49:04 -080047 tristate " Build QLogic ISP2200 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080048 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070049 ---help---
50 This driver supports the QLogic 22xx (ISP2200) host adapter family.
51
52config SCSI_QLA2300
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -080053 tristate " Build QLogic ISP2300/ISP6312 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080054 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 ---help---
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -080056 This driver supports the QLogic 2300 (ISP2300, ISP2312 and
57 ISP6312) host adapter family.
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
59config SCSI_QLA2322
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -080060 tristate " Build QLogic ISP2322/ISP6322 firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080061 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 ---help---
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -080063 This driver supports the QLogic 2322 (ISP2322 and ISP6322) host
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 adapter family.
Andrew Vasquez577a4f812005-07-27 22:10:59 -070065
66config SCSI_QLA24XX
Andrew Vasquez54333832005-11-09 15:49:04 -080067 tristate " Build QLogic ISP24xx firmware-module"
Andrew Vasquez8e0df4a2006-01-09 10:17:40 -080068 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
Andrew Vasquez577a4f812005-07-27 22:10:59 -070069 ---help---
70 This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
71 adapter family.