xref: /openbmc/linux/drivers/infiniband/hw/mthca/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvaldsconfig INFINIBAND_MTHCA
31da177e4SLinus Torvalds	tristate "Mellanox HCA support"
406cc8508SJan Engelhardt	depends on PCI
5*a7f7f624SMasahiro Yamada	help
61da177e4SLinus Torvalds	  This is a low-level driver for Mellanox InfiniHost host
71da177e4SLinus Torvalds	  channel adapters (HCAs), including the MT23108 PCI-X HCA
81da177e4SLinus Torvalds	  ("Tavor") and the MT25208 PCI Express HCA ("Arbel").
91da177e4SLinus Torvalds
101da177e4SLinus Torvaldsconfig INFINIBAND_MTHCA_DEBUG
116a108a14SDavid Rientjes	bool "Verbose debugging output" if EXPERT
121da177e4SLinus Torvalds	depends on INFINIBAND_MTHCA
13227c939bSRoland Dreier	default y
14*a7f7f624SMasahiro Yamada	help
15227c939bSRoland Dreier	  This option causes debugging code to be compiled into the
16227c939bSRoland Dreier	  mthca driver.  The output can be turned on via the
17227c939bSRoland Dreier	  debug_level module parameter (which can also be set after
18227c939bSRoland Dreier	  the driver is loaded through sysfs).
19