53 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SCSI_QLA_FC3 tristate "QLogic QLA2XXX Fibre Channel Support"4 depends on PCI && HAS_IOPORT && SCSI5 depends on SCSI_FC_ATTRS6 depends on NVME_FC || !NVME_FC7 select FW_LOADER8 select BTREE9 help10 This qla2xxx driver supports all QLogic Fibre Channel11 PCI and PCIe host adapters.12 13 By default, firmware for the ISP parts will be loaded14 via the Firmware Loader interface.15 16 ISP Firmware Filename17 ---------- -----------------18 21xx ql2100_fw.bin19 22xx ql2200_fw.bin20 2300, 2312, 6312 ql2300_fw.bin21 2322, 6322 ql2322_fw.bin22 24xx, 54xx ql2400_fw.bin23 25xx ql2500_fw.bin24 25 Upon request, the driver caches the firmware image until26 the driver is unloaded.27 28 Firmware images can be retrieved from:29 30 http://ldriver.qlogic.com/firmware/31 32 They are also included in the linux-firmware tree as well.33 34config TCM_QLA2XXX35 tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"36 depends on SCSI_QLA_FC && TARGET_CORE37 depends on LIBFC38 select BTREE39 default n40 help41 Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+42 series target mode HBAs.43 44if TCM_QLA2XXX45config TCM_QLA2XXX_DEBUG46 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"47 default n48 help49 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for50 QLogic 24xx+ series target mode HBAs.51 This will include code to enable the SCSI command jammer.52endif53