| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Mellanox driver configuration |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | config MLX4_EN |
|---|
| 6 | 7 | tristate "Mellanox Technologies 1/10/40Gbit Ethernet support" |
|---|
| 7 | | - depends on MAY_USE_DEVLINK |
|---|
| 8 | 8 | depends on PCI && NETDEVICES && ETHERNET && INET |
|---|
| 9 | 9 | select MLX4_CORE |
|---|
| 10 | 10 | imply PTP_1588_CLOCK |
|---|
| 11 | | - ---help--- |
|---|
| 11 | + help |
|---|
| 12 | 12 | This driver supports Mellanox Technologies ConnectX Ethernet |
|---|
| 13 | 13 | devices. |
|---|
| 14 | 14 | |
|---|
| .. | .. |
|---|
| 16 | 16 | bool "Data Center Bridging (DCB) Support" |
|---|
| 17 | 17 | default y |
|---|
| 18 | 18 | depends on MLX4_EN && DCB |
|---|
| 19 | | - ---help--- |
|---|
| 19 | + help |
|---|
| 20 | 20 | Say Y here if you want to use Data Center Bridging (DCB) in the |
|---|
| 21 | 21 | driver. |
|---|
| 22 | 22 | If set to N, will not be able to configure QoS and ratelimit attributes. |
|---|
| .. | .. |
|---|
| 27 | 27 | config MLX4_CORE |
|---|
| 28 | 28 | tristate |
|---|
| 29 | 29 | depends on PCI |
|---|
| 30 | + select NET_DEVLINK |
|---|
| 30 | 31 | default n |
|---|
| 31 | 32 | |
|---|
| 32 | 33 | config MLX4_DEBUG |
|---|
| 33 | 34 | bool "Verbose debugging output" if (MLX4_CORE && EXPERT) |
|---|
| 34 | 35 | depends on MLX4_CORE |
|---|
| 35 | 36 | default y |
|---|
| 36 | | - ---help--- |
|---|
| 37 | + help |
|---|
| 37 | 38 | This option causes debugging code to be compiled into the |
|---|
| 38 | 39 | mlx4_core driver. The output can be turned on via the |
|---|
| 39 | 40 | debug_level module parameter (which can also be set after |
|---|
| .. | .. |
|---|
| 43 | 44 | bool "Support for old gen2 Mellanox PCI IDs" if (MLX4_CORE) |
|---|
| 44 | 45 | depends on MLX4_CORE |
|---|
| 45 | 46 | default y |
|---|
| 46 | | - ---help--- |
|---|
| 47 | + help |
|---|
| 47 | 48 | Say Y here if you want to use old gen2 Mellanox devices in the |
|---|
| 48 | 49 | driver. |
|---|