]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/arm/mach-cns3xxx/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / arm / mach-cns3xxx / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
21278aea 2menuconfig ARCH_CNS3XXX
e3246542
MY
3 bool "Cavium Networks CNS3XXX family"
4 depends on ARCH_MULTI_V6
15bc1fe6 5 select ARM_GIC
15bc1fe6
AB
6 help
7 Support for Cavium Networks CNS3XXX platform.
8
21278aea 9if ARCH_CNS3XXX
d94f944e 10
e94cdef0
AV
11config MACH_CNS3420VB
12 bool "Support for CNS3420 Validation Board"
415f5914 13 depends on ATAGS
e94cdef0
AV
14 help
15 Include support for the Cavium Networks CNS3420 MPCore Platform
16 Baseboard.
17 This is a platform with an on-board ARM11 MPCore and has support
18 for USB, USB-OTG, MMC/SD/SDIO, SATA, PCI-E, etc.
19
21278aea 20endif