GNU Linux-libre 4.19.264-gnu1
[releases.git] / drivers / scsi / qla2xxx / Kconfig
1 config SCSI_QLA_FC
2         tristate "QLogic QLA2XXX Fibre Channel Support"
3         depends on PCI && SCSI
4         depends on SCSI_FC_ATTRS
5         depends on NVME_FC || !NVME_FC
6         select FW_LOADER
7         select BTREE
8         ---help---
9         This qla2xxx driver supports all QLogic Fibre Channel
10         PCI and PCIe host adapters.
11
12         /*(DEBLOBBED)*/
13
14 config TCM_QLA2XXX
15         tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
16         depends on SCSI_QLA_FC && TARGET_CORE
17         depends on LIBFC
18         select BTREE
19         default n
20         ---help---
21         Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
22
23 if TCM_QLA2XXX
24 config TCM_QLA2XXX_DEBUG
25         bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
26         default n
27         ---help---
28         Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
29         This will include code to enable the SCSI command jammer
30 endif