GNU Linux-libre 4.9.309-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         select FW_LOADER
6         ---help---
7         This qla2xxx driver supports all QLogic Fibre Channel
8         PCI and PCIe host adapters.
9
10         /*(DEBLOBBED)*/
11
12 config TCM_QLA2XXX
13         tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
14         depends on SCSI_QLA_FC && TARGET_CORE
15         depends on LIBFC
16         select BTREE
17         default n
18         ---help---
19         Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
20
21 if TCM_QLA2XXX
22 config TCM_QLA2XXX_DEBUG
23         bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
24         default n
25         ---help---
26         Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
27         This will include code to enable the SCSI command jammer
28 endif