Commit e13688fe authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Arnd Bergmann
Browse files

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: default avatarKishon Vijay Abraham I <kishon@ti.com>
Acked-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 6016b23b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -336,6 +336,7 @@ config ARCH_MULTIPLATFORM
	select GENERIC_CLOCKEVENTS
	select MIGHT_HAVE_PCI
	select MULTI_IRQ_HANDLER
	select PCI_DOMAINS if PCI
	select SPARSE_IRQ
	select USE_OF

+0 −1
Original line number Diff line number Diff line
@@ -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.
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ menuconfig ARCH_CNS3XXX
	bool "Cavium Networks CNS3XXX family"
	depends on ARCH_MULTI_V6
	select ARM_GIC
	select PCI_DOMAINS if PCI
	help
	  Support for Cavium Networks CNS3XXX platform.

+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ config SOC_EXYNOS5440
	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
	select HAVE_ARM_ARCH_TIMER
	select AUTO_ZRELADDR
	select PCI_DOMAINS if PCI
	select PINCTRL_EXYNOS5440
	select PM_OPP
	help
+0 −2
Original line number Diff line number Diff line
@@ -498,7 +498,6 @@ config SOC_IMX6Q
	select ARM_ERRATA_764369 if SMP
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD
	select PCI_DOMAINS if PCI
	select PINCTRL_IMX6Q
	select SOC_IMX6

@@ -544,7 +543,6 @@ config SOC_LS1021A
	bool "Freescale LS1021A support"
	select ARM_GIC
	select HAVE_ARM_ARCH_TIMER
	select PCI_DOMAINS if PCI
	select ZONE_DMA if ARM_LPAE
	help
	  This enables support for Freescale LS1021A processor.
Loading