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 <eranbe@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Tento commit je obsažen v:
Eran Ben Elisha
2018-07-16 18:35:37 -07:00
odevzdal Saeed Mahameed
rodič e2abdcf1d2
revize 048f31437a
3 změnil soubory, kde provedl 5 přidání a 5 odebrání

Zobrazit soubor

@@ -1,5 +1,5 @@
config MLX5_INFINIBAND
tristate "Mellanox Connect-IB HCA support"
tristate "Mellanox 5th generation network adapters (ConnectX series) support"
depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE
depends on INFINIBAND_USER_ACCESS || INFINIBAND_USER_ACCESS=n
---help---