Andrew Vasquez | 8e0df4a | 2006-01-09 10:17:40 -0800 | [diff] [blame] | 1 | config SCSI_QLA_FC |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 2 | 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.com | 48c02fd | 2006-03-09 14:27:18 -0800 | [diff] [blame] | 13 | 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 |
Andrew Vasquez | 203c291 | 2008-04-03 13:13:12 -0700 | [diff] [blame] | 19 | 24xx, 54xx ql2400_fw.bin |
| 20 | 25xx ql2500_fw.bin |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 21 | |
| 22 | Upon request, the driver caches the firmware image until |
| 23 | the driver is unloaded. |
| 24 | |
andrew.vasquez@qlogic.com | fdd52df | 2006-01-13 17:05:53 -0800 | [diff] [blame] | 25 | Firmware images can be retrieved from: |
| 26 | |
| 27 | ftp://ftp.qlogic.com/outgoing/linux/firmware/ |
Nicholas Bellinger | 75f8c1f | 2012-05-15 14:34:29 -0400 | [diff] [blame] | 28 | |
| 29 | config TCM_QLA2XXX |
| 30 | tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs" |
| 31 | depends on SCSI_QLA_FC && TARGET_CORE |
| 32 | select LIBFC |
| 33 | select BTREE |
| 34 | default n |
| 35 | ---help--- |
| 36 | Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs |