xref: /openbmc/linux/drivers/scsi/qla2xxx/Kconfig (revision 9b799b78)
1config SCSI_QLA_FC
2	tristate "QLogic QLA2XXX Fibre Channel Support"
3	depends on PCI && SCSI
4	depends on SCSI_FC_ATTRS
5	select FW_LOADER
6	---help---
7	This qla2xxx driver supports all QLogic Fibre Channel
8	PCI and PCIe host adapters.
9
10	By default, firmware for the ISP parts will be loaded
11	via the Firmware Loader interface.
12
13	ISP               Firmware Filename
14	----------        -----------------
15	21xx              ql2100_fw.bin
16	22xx              ql2200_fw.bin
17	2300, 2312, 6312  ql2300_fw.bin
18	2322, 6322        ql2322_fw.bin
19	24xx, 54xx        ql2400_fw.bin
20	25xx              ql2500_fw.bin
21	2031              ql2600_fw.bin
22	8031              ql8300_fw.bin
23	27xx              ql2700_fw.bin
24
25	Upon request, the driver caches the firmware image until
26	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_QLA2XXX
35	tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs"
36	depends on SCSI_QLA_FC && TARGET_CORE
37	depends on LIBFC
38	select BTREE
39	default n
40	---help---
41	Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs
42