.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config SCSI_QLA_FC |
---|
2 | 3 | tristate "QLogic QLA2XXX Fibre Channel Support" |
---|
3 | 4 | depends on PCI && SCSI |
---|
.. | .. |
---|
5 | 6 | depends on NVME_FC || !NVME_FC |
---|
6 | 7 | select FW_LOADER |
---|
7 | 8 | select BTREE |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | This qla2xxx driver supports all QLogic Fibre Channel |
---|
10 | 11 | PCI and PCIe host adapters. |
---|
11 | 12 | |
---|
.. | .. |
---|
36 | 37 | depends on LIBFC |
---|
37 | 38 | select BTREE |
---|
38 | 39 | default n |
---|
39 | | - ---help--- |
---|
| 40 | + help |
---|
40 | 41 | Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs |
---|
41 | 42 | |
---|
42 | 43 | if TCM_QLA2XXX |
---|
43 | 44 | config TCM_QLA2XXX_DEBUG |
---|
44 | 45 | bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs" |
---|
45 | 46 | default n |
---|
46 | | - ---help--- |
---|
| 47 | + help |
---|
47 | 48 | Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs |
---|
48 | 49 | This will include code to enable the SCSI command jammer |
---|
49 | 50 | endif |
---|