0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config INFINIBAND_MTHCA
0003 tristate "Mellanox HCA support"
0004 depends on PCI
0005 help
0006 This is a low-level driver for Mellanox InfiniHost host
0007 channel adapters (HCAs), including the MT23108 PCI-X HCA
0008 ("Tavor") and the MT25208 PCI Express HCA ("Arbel").
0009
0010 config INFINIBAND_MTHCA_DEBUG
0011 bool "Verbose debugging output" if EXPERT
0012 depends on INFINIBAND_MTHCA
0013 default y
0014 help
0015 This option causes debugging code to be compiled into the
0016 mthca driver. The output can be turned on via the
0017 debug_level module parameter (which can also be set after
0018 the driver is loaded through sysfs).