Skip to content

Commit 048f314

Browse files
Eran Ben ElishaSaeed Mahameed
authored andcommitted
net/mlx5: Fix tristate and description for MLX5 module
Current description did not include new devices. Fix that by proving the correct generic description. Signed-off-by: Eran Ben Elisha <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent e2abdcf commit 048f314

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

drivers/infiniband/hw/mlx5/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
config MLX5_INFINIBAND
2-
tristate "Mellanox Connect-IB HCA support"
2+
tristate "Mellanox 5th generation network adapters (ConnectX series) support"
33
depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE
44
depends on INFINIBAND_USER_ACCESS || INFINIBAND_USER_ACCESS=n
55
---help---

drivers/net/ethernet/mellanox/mlx5/core/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
config MLX5_CORE
6-
tristate "Mellanox Technologies ConnectX-4 and Connect-IB core driver"
6+
tristate "Mellanox 5th generation network adapters (ConnectX series) core driver"
77
depends on MAY_USE_DEVLINK
88
depends on PCI
99
imply PTP_1588_CLOCK
@@ -27,7 +27,7 @@ config MLX5_FPGA
2727
sandbox-specific client drivers.
2828

2929
config MLX5_CORE_EN
30-
bool "Mellanox Technologies ConnectX-4 Ethernet support"
30+
bool "Mellanox 5th generation network adapters (ConnectX series) Ethernet support"
3131
depends on NETDEVICES && ETHERNET && INET && PCI && MLX5_CORE
3232
depends on IPV6=y || IPV6=n || MLX5_CORE=m
3333
select PAGE_POOL
@@ -69,7 +69,7 @@ config MLX5_CORE_EN_DCB
6969
If unsure, set to Y
7070

7171
config MLX5_CORE_IPOIB
72-
bool "Mellanox Technologies ConnectX-4 IPoIB offloads support"
72+
bool "Mellanox 5th generation network adapters (connectX series) IPoIB offloads support"
7373
depends on MLX5_CORE_EN
7474
default n
7575
---help---

drivers/net/ethernet/mellanox/mlx5/core/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#include "lib/clock.h"
6565

6666
MODULE_AUTHOR("Eli Cohen <[email protected]>");
67-
MODULE_DESCRIPTION("Mellanox Connect-IB, ConnectX-4 core driver");
67+
MODULE_DESCRIPTION("Mellanox 5th generation network adapters (ConnectX series) core driver");
6868
MODULE_LICENSE("Dual BSD/GPL");
6969
MODULE_VERSION(DRIVER_VERSION);
7070

0 commit comments

Comments
 (0)