]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/scsi/qla2xxx/Kconfig
Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[mirror_ubuntu-artful-kernel.git] / drivers / scsi / qla2xxx / Kconfig
CommitLineData
8e0df4a7 1config SCSI_QLA_FC
5433383e
AV
2 tristate "QLogic QLA2XXX Fibre Channel Support"
3 depends on PCI && SCSI
6a38792c 4 depends on SCSI_FC_ATTRS
bcda771b 5 depends on NVME_FC || !NVME_FC
5433383e 6 select FW_LOADER
482c9dc7 7 select BTREE
5433383e
AV
8 ---help---
9 This qla2xxx driver supports all QLogic Fibre Channel
10 PCI and PCIe host adapters.
1da177e4 11
5433383e
AV
12 By default, firmware for the ISP parts will be loaded
13 via the Firmware Loader interface.
14
48c02fde
AV
15 ISP Firmware Filename
16 ---------- -----------------
17 21xx ql2100_fw.bin
18 22xx ql2200_fw.bin
19 2300, 2312, 6312 ql2300_fw.bin
20 2322, 6322 ql2322_fw.bin
203c2910
AV
21 24xx, 54xx ql2400_fw.bin
22 25xx ql2500_fw.bin
5433383e
AV
23
24 Upon request, the driver caches the firmware image until
25 the driver is unloaded.
26
fdd52dfa
AV
27 Firmware images can be retrieved from:
28
e689cf0c
CD
29 http://ldriver.qlogic.com/firmware/
30
31 They are also included in the linux-firmware tree as well.
75f8c1f6
NB
32
33config TCM_QLA2XXX
24c7d6c7 34 tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
75f8c1f6 35 depends on SCSI_QLA_FC && TARGET_CORE
df568d8e 36 depends on LIBFC
75f8c1f6
NB
37 select BTREE
38 default n
39 ---help---
24c7d6c7 40 Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
54a5e73f
LO
41
42if TCM_QLA2XXX
43config TCM_QLA2XXX_DEBUG
44 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
45 default n
46 ---help---
47 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
48 This will include code to enable the SCSI command jammer
49endif