ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORM
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 14 Sep 2016 10:19:06 +0000 (15:49 +0530)
committerArnd Bergmann <arnd@arndb.de>
Wed, 21 Sep 2016 20:45:13 +0000 (22:45 +0200)
commite13688fe618881dd407a68dfbd2295d70b21a445
tree8b5ab37a4c3e22c571c00efde7df77e3b550e64e
parent6016b23bd553f60cfb2fd9023fe8da4c116d9572
ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORM

PCI_DOMAINS config should be selected for any SoCs
having more than a single PCIe controller. Without PCI_DOMAINS
config, only one PCIe controller gets registered.

Select PCI_DOMAINS in ARCH_MULTIPLATFORM if PCI is selected, since
it doesn't harm even if a platform has a single PCIe port.
Also remove PCI_DOMAINS being selected from other platform
specific configs.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/mach-axxia/Kconfig
arch/arm/mach-cns3xxx/Kconfig
arch/arm/mach-exynos/Kconfig
arch/arm/mach-imx/Kconfig
arch/arm/mach-keystone/Kconfig
arch/arm/mach-shmobile/Kconfig