diff options
author | Christopher Covington <cov@codeaurora.org> | 2016-12-09 16:53:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-09 23:08:32 -0500 |
commit | d33695fbfab73a4a6550fa5c2d0bacc68d7c5901 (patch) | |
tree | ed2934d9c9a66274968635f36200c26a32ef68d0 | |
parent | ab4e4c07aca7b33f8d00c5d6b083a564660ca8a5 (diff) |
net: mlx5: Fix Kconfig help text
Since the following commit, Infiniband and Ethernet have not been
mutually exclusive.
Fixes: 4aa17b28 mlx5: Enable mutual support for IB and Ethernet
Signed-off-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig index aae46884bf93..521cfdb7d11e 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig +++ b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig | |||
@@ -18,8 +18,6 @@ config MLX5_CORE_EN | |||
18 | default n | 18 | default n |
19 | ---help--- | 19 | ---help--- |
20 | Ethernet support in Mellanox Technologies ConnectX-4 NIC. | 20 | Ethernet support in Mellanox Technologies ConnectX-4 NIC. |
21 | Ethernet and Infiniband support in ConnectX-4 are currently mutually | ||
22 | exclusive. | ||
23 | 21 | ||
24 | config MLX5_CORE_EN_DCB | 22 | config MLX5_CORE_EN_DCB |
25 | bool "Data Center Bridging (DCB) Support" | 23 | bool "Data Center Bridging (DCB) Support" |