hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/qla2xxx/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SCSI_QLA_FC
23 tristate "QLogic QLA2XXX Fibre Channel Support"
34 depends on PCI && SCSI
....@@ -5,7 +6,7 @@
56 depends on NVME_FC || !NVME_FC
67 select FW_LOADER
78 select BTREE
8
- ---help---
9
+ help
910 This qla2xxx driver supports all QLogic Fibre Channel
1011 PCI and PCIe host adapters.
1112
....@@ -36,14 +37,14 @@
3637 depends on LIBFC
3738 select BTREE
3839 default n
39
- ---help---
40
+ help
4041 Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
4142
4243 if TCM_QLA2XXX
4344 config TCM_QLA2XXX_DEBUG
4445 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
4546 default n
46
- ---help---
47
+ help
4748 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
4849 This will include code to enable the SCSI command jammer
4950 endif