]>
Commit | Line | Data |
---|---|---|
e126ba97 EC |
1 | # |
2 | # Mellanox driver configuration | |
3 | # | |
4 | ||
5 | config MLX5_CORE | |
f62b8bb8 | 6 | tristate "Mellanox Technologies ConnectX-4 and Connect-IB core driver" |
feae9087 | 7 | depends on MAY_USE_DEVLINK |
0861565f | 8 | depends on PCI |
e126ba97 | 9 | default n |
f62b8bb8 AV |
10 | ---help--- |
11 | Core driver for low level functionality of the ConnectX-4 and | |
12 | Connect-IB cards by Mellanox Technologies. | |
13 | ||
14 | config MLX5_CORE_EN | |
15 | bool "Mellanox Technologies ConnectX-4 Ethernet support" | |
4aa17b28 | 16 | depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE |
3d8c38af | 17 | select PTP_1588_CLOCK |
f62b8bb8 AV |
18 | default n |
19 | ---help--- | |
20 | Ethernet support in Mellanox Technologies ConnectX-4 NIC. | |
08fb1dac SM |
21 | |
22 | config MLX5_CORE_EN_DCB | |
23 | bool "Data Center Bridging (DCB) Support" | |
24 | default y | |
25 | depends on MLX5_CORE_EN && DCB | |
26 | ---help--- | |
27 | Say Y here if you want to use Data Center Bridging (DCB) in the | |
28 | driver. | |
29 | If set to N, will not be able to configure QoS and ratelimit attributes. | |
30 | This flag is depended on the kernel's DCB support. | |
31 | ||
32 | If unsure, set to Y |