summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
diff options
context:
space:
mode:
authorSaeed Mahameed <saeedm@mellanox.com>2019-08-27 14:06:23 -0700
committerSaeed Mahameed <saeedm@mellanox.com>2019-09-05 14:44:40 -0700
commit5cc3a8c66dd5ab18bacef5dd54ccdbae5182e003 (patch)
tree6afbbdb18016ee9726f5b169ecf5e2e482b59426 /drivers/net/ethernet/mellanox/mlx5/core/Kconfig
parent4057a7652b74af25ba1197689fc144cdb766f423 (diff)
downloadlinux-stable-5cc3a8c66dd5ab18bacef5dd54ccdbae5182e003.tar.gz
linux-stable-5cc3a8c66dd5ab18bacef5dd54ccdbae5182e003.tar.bz2
linux-stable-5cc3a8c66dd5ab18bacef5dd54ccdbae5182e003.zip
net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a module
mlx5 is dependent on IPv6 tristate since we use ipv6's nd_tbl directly, alternatively we can use ipv6_stub->nd_tbl and remove the dependency. Reported-by: Walter Harms <wharms@bfs.de> Reviewed-by: Mark Bloch <markb@mellanox.com> Reviewed-by: Vlad Buslov <vladbu@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/Kconfig')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
index a496f2ac20b0..0dba272a5b2f 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
+++ b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
@@ -33,7 +33,6 @@ config MLX5_FPGA
config MLX5_CORE_EN
bool "Mellanox 5th generation network adapters (ConnectX series) Ethernet support"
depends on NETDEVICES && ETHERNET && INET && PCI && MLX5_CORE
- depends on IPV6=y || IPV6=n || MLX5_CORE=m
select PAGE_POOL
select DIMLIB
default n