mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
e13688fe61
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>
16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
config ARCH_AXXIA
|
|
bool "LSI Axxia platforms"
|
|
depends on ARCH_MULTI_V7 && ARM_LPAE
|
|
select ARCH_DMA_ADDR_T_64BIT
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select ARM_TIMER_SP804
|
|
select HAVE_ARM_ARCH_TIMER
|
|
select MFD_SYSCON
|
|
select ZONE_DMA
|
|
help
|
|
This enables support for the LSI Axxia devices.
|
|
|
|
The LSI Axxia platforms require a Flattened Device Tree to be passed
|
|
to the kernel.
|