projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990acea
)
IB/mlx4: Add dependency INET
author
Matan Barak
<matanb@mellanox.com>
Thu, 16 Jan 2014 15:16:48 +0000
(17:16 +0200)
committer
Roland Dreier
<roland@purestorage.com>
Sun, 19 Jan 2014 23:14:05 +0000
(15:14 -0800)
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>
drivers/infiniband/hw/mlx4/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/mlx4/Kconfig
b/drivers/infiniband/hw/mlx4/Kconfig
index 24ab11a9ad1e1653771bd86329786de9f8b0ce82..fc01deac1d3c77497189fc5580ed6a61e9d5ced9 100644
(file)
--- 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---