net/mlx4_core: Add immediate activate for VGT->VST->VGT
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlx4 / Kconfig
CommitLineData
5a2cc190
JK
1#
2# Mellanox driver configuration
3#
4
5config MLX4_EN
6 tristate "Mellanox Technologies 10Gbit Ethernet support"
f1d29a3f 7 depends on PCI
5a2cc190 8 select MLX4_CORE
5a2cc190
JK
9 ---help---
10 This driver supports Mellanox Technologies ConnectX Ethernet
11 devices.
12
564c274c
AV
13config 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
5a2cc190
JK
25config 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).
This page took 0.191902 seconds and 5 git commands to generate.