xref: /openbmc/linux/drivers/scsi/qla2xxx/Kconfig (revision 6a38792c)
18e0df4a7SAndrew Vasquezconfig SCSI_QLA_FC
25433383eSAndrew Vasquez	tristate "QLogic QLA2XXX Fibre Channel Support"
35433383eSAndrew Vasquez	depends on PCI && SCSI
46a38792cSRandy Dunlap	depends on SCSI_FC_ATTRS
5577a4f81SAndrew Vasquez	select FW_LOADER
61da177e4SLinus Torvalds	---help---
75433383eSAndrew Vasquez	This qla2xxx driver supports all QLogic Fibre Channel
85433383eSAndrew Vasquez	PCI and PCIe host adapters.
95433383eSAndrew Vasquez
105433383eSAndrew Vasquez	By default, firmware for the ISP parts will be loaded
115433383eSAndrew Vasquez	via the Firmware Loader interface.
125433383eSAndrew Vasquez
135433383eSAndrew Vasquez	ISP               Firmware Filename
145433383eSAndrew Vasquez	----------        -----------------
155433383eSAndrew Vasquez	21xx              ql2100_fw.bin
165433383eSAndrew Vasquez	22xx              ql2200_fw.bin
1748c02fdeSandrew.vasquez@qlogic.com	2300, 2312, 6312  ql2300_fw.bin
1848c02fdeSandrew.vasquez@qlogic.com	2322, 6322        ql2322_fw.bin
19203c2910SAndrew Vasquez	24xx, 54xx        ql2400_fw.bin
20203c2910SAndrew Vasquez	25xx              ql2500_fw.bin
215433383eSAndrew Vasquez
225433383eSAndrew Vasquez	Upon request, the driver caches the firmware image until
235433383eSAndrew Vasquez	the driver is unloaded.
245433383eSAndrew Vasquez
25fdd52dfaSandrew.vasquez@qlogic.com	Firmware images can be retrieved from:
26fdd52dfaSandrew.vasquez@qlogic.com
27e689cf0cSChad Dupuis		http://ldriver.qlogic.com/firmware/
28e689cf0cSChad Dupuis
29e689cf0cSChad Dupuis	They are also included in the linux-firmware tree as well.
3075f8c1f6SNicholas Bellinger
3175f8c1f6SNicholas Bellingerconfig TCM_QLA2XXX
3275f8c1f6SNicholas Bellinger	tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs"
3375f8c1f6SNicholas Bellinger	depends on SCSI_QLA_FC && TARGET_CORE
3475f8c1f6SNicholas Bellinger	select LIBFC
3575f8c1f6SNicholas Bellinger	select BTREE
3675f8c1f6SNicholas Bellinger	default n
3775f8c1f6SNicholas Bellinger	---help---
3875f8c1f6SNicholas Bellinger	Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs
39