brintos

brintos / linux-shallow public Read only

0
0
Text · 630 B · faa7381 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config INFINIBAND_MTHCA3	tristate "Mellanox HCA support"4	depends on PCI5	help6	  This is a low-level driver for Mellanox InfiniHost host7	  channel adapters (HCAs), including the MT23108 PCI-X HCA8	  ("Tavor") and the MT25208 PCI Express HCA ("Arbel").9 10config INFINIBAND_MTHCA_DEBUG11	bool "Verbose debugging output" if EXPERT12	depends on INFINIBAND_MTHCA13	default y14	help15	  This option causes debugging code to be compiled into the16	  mthca driver.  The output can be turned on via the17	  debug_level module parameter (which can also be set after18	  the driver is loaded through sysfs).19