| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config INFINIBAND_MTHCA |
|---|
| 2 | 3 | tristate "Mellanox HCA support" |
|---|
| 3 | 4 | depends on PCI |
|---|
| 4 | | - ---help--- |
|---|
| 5 | + help |
|---|
| 5 | 6 | This is a low-level driver for Mellanox InfiniHost host |
|---|
| 6 | 7 | channel adapters (HCAs), including the MT23108 PCI-X HCA |
|---|
| 7 | 8 | ("Tavor") and the MT25208 PCI Express HCA ("Arbel"). |
|---|
| .. | .. |
|---|
| 10 | 11 | bool "Verbose debugging output" if EXPERT |
|---|
| 11 | 12 | depends on INFINIBAND_MTHCA |
|---|
| 12 | 13 | default y |
|---|
| 13 | | - ---help--- |
|---|
| 14 | + help |
|---|
| 14 | 15 | This option causes debugging code to be compiled into the |
|---|
| 15 | 16 | mthca driver. The output can be turned on via the |
|---|
| 16 | 17 | debug_level module parameter (which can also be set after |
|---|