mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
0b05da7200
Today more boards with arm cpu have selectable pci bus. This patch makes this more scalable and remove line continuations in Kconfig Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
menu "CNS3XXX platform type"
|
|
depends on ARCH_CNS3XXX
|
|
|
|
config MACH_CNS3420VB
|
|
bool "Support for CNS3420 Validation Board"
|
|
select MIGHT_HAVE_PCI
|
|
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.
|
|
|
|
endmenu
|