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