Merge tag 'asoc-fix-v4.14-rc6' into asoc-linus
[sfrench/cifs-2.6.git] / arch / arm / mach-cns3xxx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig ARCH_CNS3XXX
3         bool "Cavium Networks CNS3XXX family"
4         depends on ARCH_MULTI_V6
5         select ARM_GIC
6         help
7           Support for Cavium Networks CNS3XXX platform.
8
9 if ARCH_CNS3XXX
10
11 config MACH_CNS3420VB
12         bool "Support for CNS3420 Validation Board"
13         depends on ATAGS
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
20 endif