mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
21278aeafb
The System Type menu is getting quite long with platforms and is inconsistent in handling of sub-arch specific options. Tidy up the menu by making platform options a menuconfig entry containing any platform specific config items. [arnd: change OMAP part according to suggestion from Tony Lindgren <tony@atomide.com>] Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
20 lines
495 B
Plaintext
20 lines
495 B
Plaintext
menuconfig ARCH_CNS3XXX
|
|
bool "Cavium Networks CNS3XXX family" if ARCH_MULTI_V6
|
|
select ARM_GIC
|
|
select PCI_DOMAINS if PCI
|
|
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
|