2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2006-01-10 02:17:40 +08:00
|
|
|
config SCSI_QLA_FC
|
2005-11-10 07:49:04 +08:00
|
|
|
tristate "QLogic QLA2XXX Fibre Channel Support"
|
|
|
|
depends on PCI && SCSI
|
2014-09-17 04:47:41 +08:00
|
|
|
depends on SCSI_FC_ATTRS
|
2017-07-01 00:10:40 +08:00
|
|
|
depends on NVME_FC || !NVME_FC
|
2005-11-10 07:49:04 +08:00
|
|
|
select FW_LOADER
|
2017-03-16 00:48:54 +08:00
|
|
|
select BTREE
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2005-11-10 07:49:04 +08:00
|
|
|
This qla2xxx driver supports all QLogic Fibre Channel
|
|
|
|
PCI and PCIe host adapters.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2005-11-10 07:49:04 +08:00
|
|
|
By default, firmware for the ISP parts will be loaded
|
|
|
|
via the Firmware Loader interface.
|
|
|
|
|
2006-03-10 06:27:18 +08:00
|
|
|
ISP Firmware Filename
|
|
|
|
---------- -----------------
|
|
|
|
21xx ql2100_fw.bin
|
|
|
|
22xx ql2200_fw.bin
|
|
|
|
2300, 2312, 6312 ql2300_fw.bin
|
|
|
|
2322, 6322 ql2322_fw.bin
|
2008-04-04 04:13:12 +08:00
|
|
|
24xx, 54xx ql2400_fw.bin
|
|
|
|
25xx ql2500_fw.bin
|
2005-11-10 07:49:04 +08:00
|
|
|
|
|
|
|
Upon request, the driver caches the firmware image until
|
|
|
|
the driver is unloaded.
|
|
|
|
|
2006-01-14 09:05:53 +08:00
|
|
|
Firmware images can be retrieved from:
|
|
|
|
|
2013-03-07 23:30:22 +08:00
|
|
|
http://ldriver.qlogic.com/firmware/
|
|
|
|
|
|
|
|
They are also included in the linux-firmware tree as well.
|
2012-05-16 02:34:29 +08:00
|
|
|
|
|
|
|
config TCM_QLA2XXX
|
2015-08-03 06:21:50 +08:00
|
|
|
tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
|
2012-05-16 02:34:29 +08:00
|
|
|
depends on SCSI_QLA_FC && TARGET_CORE
|
2014-09-23 01:14:33 +08:00
|
|
|
depends on LIBFC
|
2012-05-16 02:34:29 +08:00
|
|
|
select BTREE
|
|
|
|
default n
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2015-08-03 06:21:50 +08:00
|
|
|
Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
|
2016-05-10 16:23:17 +08:00
|
|
|
|
|
|
|
if TCM_QLA2XXX
|
|
|
|
config TCM_QLA2XXX_DEBUG
|
|
|
|
bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
|
|
|
|
default n
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2016-05-10 16:23:17 +08:00
|
|
|
Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
|
|
|
|
This will include code to enable the SCSI command jammer
|
|
|
|
endif
|