1219820Sjeffconfig INFINIBAND_MTHCA
2219820Sjeff	tristate "Mellanox HCA support"
3219820Sjeff	depends on PCI
4219820Sjeff	---help---
5219820Sjeff	  This is a low-level driver for Mellanox InfiniHost host
6219820Sjeff	  channel adapters (HCAs), including the MT23108 PCI-X HCA
7219820Sjeff	  ("Tavor") and the MT25208 PCI Express HCA ("Arbel").
8219820Sjeff
9219820Sjeffconfig INFINIBAND_MTHCA_DEBUG
10219820Sjeff	bool "Verbose debugging output" if EMBEDDED
11219820Sjeff	depends on INFINIBAND_MTHCA
12219820Sjeff	default y
13219820Sjeff	---help---
14219820Sjeff	  This option causes debugging code to be compiled into the
15219820Sjeff	  mthca driver.  The output can be turned on via the
16219820Sjeff	  debug_level module parameter (which can also be set after
17219820Sjeff	  the driver is loaded through sysfs).
18