From 19bc8a18fe793177e753589ffd69992434f38348 Mon Sep 17 00:00:00 2001 From: Ian Kumlien Date: Fri, 21 Apr 2017 21:30:30 +0200 Subject: [PATCH] Switch mlx5_en default configiuration value The mellanox driver supports both ethernet and infiniband, but it is located in the ethernet drivers - the ethernet support should default to 'yes'. Signed-off-by: Ian Kumlien --- drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig index ddb4ca4ff930..206894f06dec 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig +++ b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig @@ -15,7 +15,7 @@ config MLX5_CORE_EN bool "Mellanox Technologies ConnectX-4 Ethernet support" depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE imply PTP_1588_CLOCK - default n + default y ---help--- Ethernet support in Mellanox Technologies ConnectX-4 NIC. -- 2.12.2