treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / infiniband / hw / mthca / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2config INFINIBAND_MTHCA
3 tristate "Mellanox HCA support"
06cc8508 4 depends on PCI
1da177e4
LT
5 ---help---
6 This is a low-level driver for Mellanox InfiniHost host
7 channel adapters (HCAs), including the MT23108 PCI-X HCA
8 ("Tavor") and the MT25208 PCI Express HCA ("Arbel").
9
10config INFINIBAND_MTHCA_DEBUG
6a108a14 11 bool "Verbose debugging output" if EXPERT
1da177e4 12 depends on INFINIBAND_MTHCA
227c939b 13 default y
1da177e4 14 ---help---
227c939b
RD
15 This option causes debugging code to be compiled into the
16 mthca driver. The output can be turned on via the
17 debug_level module parameter (which can also be set after
18 the driver is loaded through sysfs).