aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/Kconfig
diff options
context:
space:
mode:
authorMatan Barak <matanb@mellanox.com>2014-01-16 17:16:48 +0200
committerRoland Dreier <roland@purestorage.com>2014-01-19 15:14:05 -0800
commitf282651de676d10e395bc7923f0087fbbba12ed7 (patch)
treede968d1574abcde67fc902129857555f42fc1c48 /drivers/infiniband/hw/mlx4/Kconfig
parentIB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr() (diff)
downloadlinux-dev-f282651de676d10e395bc7923f0087fbbba12ed7.tar.xz
linux-dev-f282651de676d10e395bc7923f0087fbbba12ed7.zip
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: Matan Barak <matanb@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx4/Kconfig')
-rw-r--r--drivers/infiniband/hw/mlx4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx4/Kconfig b/drivers/infiniband/hw/mlx4/Kconfig
index 24ab11a9ad1e..fc01deac1d3c 100644
--- a/drivers/infiniband/hw/mlx4/Kconfig
+++ b/drivers/infiniband/hw/mlx4/Kconfig
@@ -1,6 +1,6 @@
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---