On Wed, Sep 06, 2017 at 07:06:04AM +0300, Leon Romanovsky wrote: > > diff --git a/drivers/infiniband/hw/cxgb3/Kconfig b/drivers/infiniband/hw/cxgb3/Kconfig > > index 2b6352b85485..97046365f1c7 100644 > > --- a/drivers/infiniband/hw/cxgb3/Kconfig > > +++ b/drivers/infiniband/hw/cxgb3/Kconfig > > @@ -1,5 +1,6 @@ > > config INFINIBAND_CXGB3 > > tristate "Chelsio RDMA Driver" > > + depends on PCI > > depends on CHELSIO_T3 && INET > > I didn't check all other drivers, but this particular is already dependent on PCI. > > It depends on CHELSIO_T3, which depends on "PCI && INET". So instead of > adding new dependency here, it will be nice to remove INET. Thanks Leon. I will post v3 with this fix along with two others but will fix the INET in a separate patch since i want this one to handle only the PCI dependency. > > Thanks > > > select GENERIC_ALLOCATOR -- 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