Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 1 | # |
| 2 | # Mellanox driver configuration |
| 3 | # |
| 4 | |
| 5 | config MLX4_EN |
Eyal Perry | 9717218 | 2014-03-02 10:25:05 +0200 | [diff] [blame] | 6 | tristate "Mellanox Technologies 1/10/40Gbit Ethernet support" |
Arnd Bergmann | 3d1cbe8 | 2016-03-02 10:40:54 +0100 | [diff] [blame] | 7 | depends on MAY_USE_DEVLINK |
Ben Hutchings | f1d29a3 | 2012-11-16 12:44:56 +0000 | [diff] [blame] | 8 | depends on PCI |
Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 9 | select MLX4_CORE |
Shawn Bohrer | 74b9c3e | 2014-01-07 12:49:17 -0600 | [diff] [blame] | 10 | select PTP_1588_CLOCK |
Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 11 | ---help--- |
| 12 | This driver supports Mellanox Technologies ConnectX Ethernet |
| 13 | devices. |
| 14 | |
Amir Vadai | 564c274 | 2012-04-04 21:33:26 +0000 | [diff] [blame] | 15 | config MLX4_EN_DCB |
| 16 | bool "Data Center Bridging (DCB) Support" |
| 17 | default y |
| 18 | depends on MLX4_EN && DCB |
| 19 | ---help--- |
| 20 | Say Y here if you want to use Data Center Bridging (DCB) in the |
| 21 | driver. |
| 22 | If set to N, will not be able to configure QoS and ratelimit attributes. |
| 23 | This flag is depended on the kernel's DCB support. |
| 24 | |
| 25 | If unsure, set to Y |
| 26 | |
Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 27 | config MLX4_CORE |
| 28 | tristate |
| 29 | depends on PCI |
| 30 | default n |
| 31 | |
| 32 | config MLX4_DEBUG |
| 33 | bool "Verbose debugging output" if (MLX4_CORE && EXPERT) |
| 34 | depends on MLX4_CORE |
| 35 | default y |
| 36 | ---help--- |
| 37 | This option causes debugging code to be compiled into the |
| 38 | mlx4_core driver. The output can be turned on via the |
| 39 | debug_level module parameter (which can also be set after |
| 40 | the driver is loaded through sysfs). |