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