Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f282651d authored by Matan Barak's avatar Matan Barak Committed by Roland Dreier
Browse files

IB/mlx4: Add dependency INET



Since mlx4_ib supports IP based addressing, a dependency on INET needs
to be added, since mlx4_ib registers itself for net device events.

Signed-off-by: default avatarMatan Barak <matanb@mellanox.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 990acea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config MLX4_INFINIBAND
	tristate "Mellanox ConnectX HCA support"
	depends on NETDEVICES && ETHERNET && PCI
	depends on NETDEVICES && ETHERNET && PCI && INET
	select NET_VENDOR_MELLANOX
	select MLX4_CORE
	---help---