net/mlx4_en: Fix mixed PFC and Global pause user control requests
[pandora-kernel.git] / drivers / net / ethernet / mellanox / mlx4 / Kconfig
1 #
2 # Mellanox driver configuration
3 #
4
5 config MLX4_EN
6         tristate "Mellanox Technologies 10Gbit Ethernet support"
7         depends on PCI && INET
8         select MLX4_CORE
9         select INET_LRO
10         ---help---
11           This driver supports Mellanox Technologies ConnectX Ethernet
12           devices.
13
14 config MLX4_CORE
15         tristate
16         depends on PCI
17         default n
18
19 config MLX4_DEBUG
20         bool "Verbose debugging output" if (MLX4_CORE && EXPERT)
21         depends on MLX4_CORE
22         default y
23         ---help---
24           This option causes debugging code to be compiled into the
25           mlx4_core driver.  The output can be turned on via the
26           debug_level module parameter (which can also be set after
27           the driver is loaded through sysfs).