* [PATCH -next] infiniband: fix mlx4 kconfig dependency warning
@ 2010-10-14 1:12 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-10-14 1:12 UTC (permalink / raw)
To: lkml, netdev, akpm; +Cc: linux-rdma, Roland Dreier, Sean Hefty, Hal Rosenstock
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix kconfig dependency warning to satisfy dependencies:
warning: (MLX4_EN && NETDEVICES && NETDEV_10000 && PCI && INET || MLX4_INFINIBAND && INFINIBAND) selects MLX4_CORE which has unmet direct dependencies (NETDEVICES && NETDEV_10000 && PCI)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/infiniband/hw/mlx4/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20101013.orig/drivers/infiniband/hw/mlx4/Kconfig
+++ linux-next-20101013/drivers/infiniband/hw/mlx4/Kconfig
@@ -1,5 +1,6 @@
config MLX4_INFINIBAND
tristate "Mellanox ConnectX HCA support"
+ depends on NETDEVICES && NETDEV_10000 && PCI
select MLX4_CORE
---help---
This driver provides low-level InfiniBand support for
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-14 1:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 1:12 [PATCH -next] infiniband: fix mlx4 kconfig dependency warning Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).