hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/infiniband/hw/mthca/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config INFINIBAND_MTHCA
23 tristate "Mellanox HCA support"
34 depends on PCI
4
- ---help---
5
+ help
56 This is a low-level driver for Mellanox InfiniHost host
67 channel adapters (HCAs), including the MT23108 PCI-X HCA
78 ("Tavor") and the MT25208 PCI Express HCA ("Arbel").
....@@ -10,7 +11,7 @@
1011 bool "Verbose debugging output" if EXPERT
1112 depends on INFINIBAND_MTHCA
1213 default y
13
- ---help---
14
+ help
1415 This option causes debugging code to be compiled into the
1516 mthca driver. The output can be turned on via the
1617 debug_level module parameter (which can also be set after