diff options
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 91631201e3f..6ab843eaa35 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig | |||
@@ -47,6 +47,16 @@ config MACH_FLINT | |||
47 | PXA910-based development board. Since MMP2 is compatible to | 47 | PXA910-based development board. Since MMP2 is compatible to |
48 | ARMv6 architecture. | 48 | ARMv6 architecture. |
49 | 49 | ||
50 | config MACH_MARVELL_JASPER | ||
51 | bool "Marvell's Jasper Development Platform" | ||
52 | select CPU_MMP2 | ||
53 | help | ||
54 | Say 'Y' here if you want to support the Marvell MMP2-base | ||
55 | Jasper Development Platform. | ||
56 | MMP2-based board can't be co-existed with PXA168-based & | ||
57 | PXA910-based development board. Since MMP2 is compatible to | ||
58 | ARMv6 architecture. | ||
59 | |||
50 | endmenu | 60 | endmenu |
51 | 61 | ||
52 | config CPU_PXA168 | 62 | config CPU_PXA168 |