Kconfig 2.4 KB
Newer Older
1
config SCSI_QLA_FC
2 3 4 5 6 7 8
	tristate "QLogic QLA2XXX Fibre Channel Support"
	depends on PCI && SCSI
	select SCSI_FC_ATTRS
	select FW_LOADER
	---help---
	This qla2xxx driver supports all QLogic Fibre Channel
	PCI and PCIe host adapters.
L
Linus Torvalds 已提交
9

10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
	By default, firmware for the ISP parts will be loaded
	via the Firmware Loader interface.

	ISP             Firmware Filename
	----------      -----------------
	21xx            ql2100_fw.bin
	22xx            ql2200_fw.bin
	2300, 2312      ql2300_fw.bin
	2322            ql2322_fw.bin
	6312, 6322      ql6312_fw.bin
	24xx            ql2400_fw.bin

	Upon request, the driver caches the firmware image until
	the driver is unloaded.

25 26 27 28
	Firmware images can be retrieved from:

		ftp://ftp.qlogic.com/outgoing/linux/firmware/

29 30 31 32 33 34
	NOTE: The original method of building firmware-loader
	modules has been deprecated as the firmware-images will
	be removed from the kernel sources.

config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
	bool "  Use firmware-loader modules (DEPRECATED)"
35 36 37 38 39
	depends on SCSI_QLA_FC
	help
	  This option offers you the deprecated firmware-loader
	  modules that have been obsoleted by the usage of the
	  Firmware Loader interface in the qla2xxx driver.
40 41 42

config SCSI_QLA21XX
	tristate "  Build QLogic ISP2100 firmware-module"
43
	depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
L
Linus Torvalds 已提交
44 45 46 47
	---help---
	This driver supports the QLogic 21xx (ISP2100) host adapter family.

config SCSI_QLA22XX
48
	tristate "  Build QLogic ISP2200 firmware-module"
49
	depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
L
Linus Torvalds 已提交
50 51 52 53
	---help---
	This driver supports the QLogic 22xx (ISP2200) host adapter family.

config SCSI_QLA2300
54
	tristate "  Build QLogic ISP2300 firmware-module"
55
	depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
L
Linus Torvalds 已提交
56 57 58 59 60
	---help---
	This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
	adapter family.

config SCSI_QLA2322
61
	tristate "  Build QLogic ISP2322 firmware-module"
62
	depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
L
Linus Torvalds 已提交
63 64 65 66
	---help---
	This driver supports the QLogic 2322 (ISP2322) host adapter family.

config SCSI_QLA6312
67
	tristate "  Build QLogic ISP63xx firmware-module"
68
	depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
L
Linus Torvalds 已提交
69 70 71
	---help---
	This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
	adapter family.
72 73

config SCSI_QLA24XX
74
	tristate "  Build QLogic ISP24xx firmware-module"
75
	depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
76 77 78
	---help---
	This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
	adapter family.