diff options
Diffstat (limited to 'arch/arm/mach-cns3xxx/Kconfig')
-rw-r--r-- | arch/arm/mach-cns3xxx/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/Kconfig b/arch/arm/mach-cns3xxx/Kconfig new file mode 100644 index 000000000000..9ebfcc46feb1 --- /dev/null +++ b/arch/arm/mach-cns3xxx/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | menu "CNS3XXX platform type" | ||
2 | depends on ARCH_CNS3XXX | ||
3 | |||
4 | config MACH_CNS3420VB | ||
5 | bool "Support for CNS3420 Validation Board" | ||
6 | help | ||
7 | Include support for the Cavium Networks CNS3420 MPCore Platform | ||
8 | Baseboard. | ||
9 | This is a platform with an on-board ARM11 MPCore and has support | ||
10 | for USB, USB-OTG, MMC/SD/SDIO, SATA, PCI-E, etc. | ||
11 | |||
12 | endmenu | ||