From: David Miller <davem@xxxxxxxxxxxxx> Date: Thu, 11 Aug 2011 23:00:17 -0700 (PDT) > From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Date: Fri, 12 Aug 2011 15:00:03 +1000 > >> However, Dave, I now get these (powerpc ppc64defconfig build of just the >> net tree): > > This should fix the cxgbi scsi problems, I'll work on the mlx4 ones > next. And this one will fix the mlx4 infiniband problems, thanks Stephen. -------------------- >From af3dcd2f449b7243a4c7b987125ffc40fad262f0 Mon Sep 17 00:00:00 2001 From: "David S. Miller" <davem@xxxxxxxxxxxxx> Date: Thu, 11 Aug 2011 23:05:05 -0700 Subject: [PATCH] mlx4: Fix infiniband Kconfig dependencies. Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> --- drivers/infiniband/hw/mlx4/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/hw/mlx4/Kconfig b/drivers/infiniband/hw/mlx4/Kconfig index bd995b2..24ab11a 100644 --- a/drivers/infiniband/hw/mlx4/Kconfig +++ b/drivers/infiniband/hw/mlx4/Kconfig @@ -1,6 +1,7 @@ config MLX4_INFINIBAND tristate "Mellanox ConnectX HCA support" - depends on NETDEVICES && NETDEV_10000 && PCI + depends on NETDEVICES && ETHERNET && PCI + select NET_VENDOR_MELLANOX select MLX4_CORE ---help--- This driver provides low-level InfiniBand support for -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html