mlx4_en: Checksum counters per ring
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / ethernet / mellanox / mlx4 / Kconfig
blob1bb93531f1ba0e33ecc448bc38aaec91005de137
2 # Mellanox driver configuration
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.
14 config MLX4_CORE
15         tristate
16         depends on PCI
17         default n
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).