]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Nov 2018 19:05:33 +0000 (20:05 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 23 Nov 2018 02:45:44 +0000 (11:45 +0900)
commit2eac9c2dfb2b9660d592abbf3d172ebcb0af3719
tree456fa735e8052a6f2c629c1a832107f36bad017d
parenteb01d42a77785ff96b6e66a2a2e7027fc6d78e4a
PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options

Move the definitions to drivers/pci and let the architectures select
them.  Two small differences to before: PCI_DOMAINS_GENERIC now selects
PCI_DOMAINS, cutting down the churn for modern architectures.  As the
only architectured arm did previously also offer PCI_DOMAINS as a user
visible choice in addition to selecting it from the relevant configs,
this is gone now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
15 files changed:
arch/alpha/Kconfig
arch/arm/Kconfig
arch/arm/mach-bcm/Kconfig
arch/arm/mach-socfpga/Kconfig
arch/arm64/Kconfig
arch/ia64/Kconfig
arch/microblaze/Kconfig
arch/mips/Kconfig
arch/powerpc/Kconfig
arch/riscv/Kconfig
arch/s390/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/x86/Kconfig
drivers/pci/Kconfig