1#
2# Mellanox driver configuration
3#
4
5config MLX5_CORE
6	tristate
7	depends on PCI && X86
8	default n
9
10config MLX5_DEBUG
11	bool "Verbose debugging output" if (MLX5_CORE && EXPERT)
12	depends on MLX5_CORE
13	default y
14	---help---
15	  This option causes debugging code to be compiled into the
16	  mlx5_core driver.  The output can be turned on via the
17	  debug_mask module parameter (which can also be set after
18	  the driver is loaded through sysfs).
19