aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
blob: 21962828925a5224fc122f0761eca03954e58df5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Mellanox driver configuration
#

config MLX5_CORE
	tristate
	depends on PCI && X86
	default n

config MLX5_DEBUG
	bool "Verbose debugging output" if (MLX5_CORE && EXPERT)
	depends on MLX5_CORE
	default y
	---help---
	  This option causes debugging code to be compiled into the
	  mlx5_core driver.  The output can be turned on via the
	  debug_mask module parameter (which can also be set after
	  the driver is loaded through sysfs).