forked from Minki/linux
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>
20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
menuconfig ARCH_CNS3XXX
|
|
bool "Cavium Networks CNS3XXX family"
|
|
depends on ARCH_MULTI_V6
|
|
select ARM_GIC
|
|
help
|
|
Support for Cavium Networks CNS3XXX platform.
|
|
|
|
if ARCH_CNS3XXX
|
|
|
|
config MACH_CNS3420VB
|
|
bool "Support for CNS3420 Validation Board"
|
|
depends on ATAGS
|
|
help
|
|
Include support for the Cavium Networks CNS3420 MPCore Platform
|
|
Baseboard.
|
|
This is a platform with an on-board ARM11 MPCore and has support
|
|
for USB, USB-OTG, MMC/SD/SDIO, SATA, PCI-E, etc.
|
|
|
|
endif
|