blob: eb520ab640143b918615ceae86a8f5de36bd23b7 [file] [log] [blame]
Jeff Kirsher5a2cc192011-05-13 01:32:22 -07001#
2# Mellanox driver configuration
3#
4
5config MLX4_EN
6 tristate "Mellanox Technologies 10Gbit Ethernet support"
Ben Hutchingsf1d29a32012-11-16 12:44:56 +00007 depends on PCI
Jeff Kirsher5a2cc192011-05-13 01:32:22 -07008 select MLX4_CORE
Jeff Kirsher5a2cc192011-05-13 01:32:22 -07009 ---help---
10 This driver supports Mellanox Technologies ConnectX Ethernet
11 devices.
12
Amir Vadai564c2742012-04-04 21:33:26 +000013config MLX4_EN_DCB
14 bool "Data Center Bridging (DCB) Support"
15 default y
16 depends on MLX4_EN && DCB
17 ---help---
18 Say Y here if you want to use Data Center Bridging (DCB) in the
19 driver.
20 If set to N, will not be able to configure QoS and ratelimit attributes.
21 This flag is depended on the kernel's DCB support.
22
23 If unsure, set to Y
24
Jeff Kirsher5a2cc192011-05-13 01:32:22 -070025config MLX4_CORE
26 tristate
27 depends on PCI
28 default n
29
30config MLX4_DEBUG
31 bool "Verbose debugging output" if (MLX4_CORE && EXPERT)
32 depends on MLX4_CORE
33 default y
34 ---help---
35 This option causes debugging code to be compiled into the
36 mlx4_core driver. The output can be turned on via the
37 debug_level module parameter (which can also be set after
38 the driver is loaded through sysfs).