On Mon, 4 Sep 2017 12:26:11 +0300 Yuval Shaia <yuval.shaia@xxxxxxxxxx> wrote: > diff --git a/drivers/infiniband/ulp/ipoib/Kconfig b/drivers/infiniband/ulp/ipoib/Kconfig > index cda8eac55fff..5aec880c4318 100644 > --- a/drivers/infiniband/ulp/ipoib/Kconfig > +++ b/drivers/infiniband/ulp/ipoib/Kconfig > @@ -1,6 +1,7 @@ > config INFINIBAND_IPOIB > tristate "IP-over-InfiniBand" > depends on NETDEVICES && INET && (IPV6 || IPV6=n) > + depends on PCI || BROKEN IMHO adding this dependency doesn't make sense. There is nothing PCI related in that driver (besides the #include <linux/pci.h> in ipoib_main.c, which is not needed anymore). Thomas. -- SUSE Linux GmbH GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html