diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2016-09-14 15:49:06 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-21 22:45:13 +0200 |
commit | e13688fe618881dd407a68dfbd2295d70b21a445 (patch) | |
tree | 8b5ab37a4c3e22c571c00efde7df77e3b550e64e /arch/arm/mach-axxia | |
parent | 6016b23bd553f60cfb2fd9023fe8da4c116d9572 (diff) | |
download | linux-e13688fe618881dd407a68dfbd2295d70b21a445.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/mach-axxia')
-rw-r--r-- | arch/arm/mach-axxia/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-axxia/Kconfig b/arch/arm/mach-axxia/Kconfig index ee2e1314f8cf..fe627cbcfdc5 100644 --- a/arch/arm/mach-axxia/Kconfig +++ b/arch/arm/mach-axxia/Kconfig @@ -7,7 +7,6 @@ config ARCH_AXXIA select ARM_TIMER_SP804 select HAVE_ARM_ARCH_TIMER select MFD_SYSCON - select PCI_DOMAINS if PCI select ZONE_DMA help This enables support for the LSI Axxia devices. |