2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
config INFINIBAND_MTHCA
|
|
|
|
tristate "Mellanox HCA support"
|
2007-05-24 05:21:22 +08:00
|
|
|
depends on PCI
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2005-04-17 06:20:36 +08:00
|
|
|
This is a low-level driver for Mellanox InfiniHost host
|
|
|
|
channel adapters (HCAs), including the MT23108 PCI-X HCA
|
|
|
|
("Tavor") and the MT25208 PCI Express HCA ("Arbel").
|
|
|
|
|
|
|
|
config INFINIBAND_MTHCA_DEBUG
|
2011-01-21 06:44:16 +08:00
|
|
|
bool "Verbose debugging output" if EXPERT
|
2005-04-17 06:20:36 +08:00
|
|
|
depends on INFINIBAND_MTHCA
|
2006-04-03 05:39:20 +08:00
|
|
|
default y
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2006-04-03 05:39:20 +08:00
|
|
|
This option causes debugging code to be compiled into the
|
|
|
|
mthca driver. The output can be turned on via the
|
|
|
|
debug_level module parameter (which can also be set after
|
|
|
|
the driver is loaded through sysfs).
|