Hi all, currently every architecture that wants to provide on of the common periphal busses needs to add some boilerplate code and include the right Kconfig files. This series instead just selects the presence (when needed) and then handles everything in the bus-specific Kconfig file under drivers/.
- move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ Christoph Hellwig
- [PATCH 4/8] pci: consolidate PCI config entry in dr... Christoph Hellwig
- Re: [PATCH 4/8] pci: consolidate PCI config ent... Masahiro Yamada
- Re: [PATCH 4/8] pci: consolidate PCI config... Christoph Hellwig
- Re: [PATCH 4/8] pci: consolidate PCI co... Masahiro Yamada
- Re: [PATCH 4/8] pci: consolidate PCI config ent... Bjorn Helgaas
- [PATCH 3/8] powerpc: PCI_MSI needs PCI Christoph Hellwig
- [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kcon... Christoph Hellwig
- Re: [PATCH 2/8] powerpc: simplify CONFIG_PCI_QS... Masahiro Yamada
- Re: [PATCH 2/8] powerpc: simplify CONFIG_PC... Christoph Hellwig
- Re: [PATCH 5/8] pcmcia: allow PCMCIA support indepe... Dominik Brodowski