Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 1 | # |
| 2 | # Mellanox driver configuration |
| 3 | # |
| 4 | |
| 5 | config MLX4_EN |
| 6 | tristate "Mellanox Technologies 10Gbit Ethernet support" |
Ben Hutchings | f1d29a3 | 2012-11-16 12:44:56 +0000 | [diff] [blame^] | 7 | depends on PCI |
Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 8 | select MLX4_CORE |
Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 9 | ---help--- |
| 10 | This driver supports Mellanox Technologies ConnectX Ethernet |
| 11 | devices. |
| 12 | |
Amir Vadai | 564c274 | 2012-04-04 21:33:26 +0000 | [diff] [blame] | 13 | config 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 | |
Jeff Kirsher | 5a2cc19 | 2011-05-13 01:32:22 -0700 | [diff] [blame] | 25 | config MLX4_CORE |
| 26 | tristate |
| 27 | depends on PCI |
| 28 | default n |
| 29 | |
| 30 | config 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). |