On Mon, Jun 20, 2016 at 03:50:07PM -0400, Paul Gortmaker wrote: > On Mon, May 9, 2016 at 7:49 AM, Niklas Cassel <niklas.cassel@xxxxxxxx> wrote: > > From: Niklas Cassel <niklas.cassel@xxxxxxxx> > > > > The Axis ARTPEC-6 SoC integrates a PCIe controller from Synopsys. > > This commit adds a new driver that provides the small glue > > needed to use the existing Designware driver to make it work on > > the Axis ARTPEC-6 SoC. > > > > Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxxx> > > [...] > > > --- a/drivers/pci/host/Kconfig > > +++ b/drivers/pci/host/Kconfig > > @@ -244,4 +244,10 @@ config PCIE_ARMADA_8K > > Designware hardware and therefore the driver re-uses the > > Designware core functions to implement the driver. > > > > +config PCIE_ARTPEC6 > > + bool "Axis ARTPEC-6 PCIe controller" > > Bjorn, > > Can we please start requiring new PCI/PCI-e drivers to either: > > (a) be merged and tested as tristate, or > > (b) remain bool, but not gratuitously use module macros That requires somebody to enforce it, which I suppose would end up being me, and that's not really practical unless you help out by watching for them. I know that's not really practical for you either. I hoped that we could convert them to be modular, but that hasn't started happening, so I think we need to fall back to your original proposal of making them bool and removing the modular junk. Eventually people who feel the pain of building in all the drivers might step up and make them modular. Do you want to update your series that removed the gratuitous module code? I'll be on vacation June 25-July 17, but maybe we can still squeeze it in this cycle. Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html