diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2010-01-06 09:07:15 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:55 -0500 |
commit | e1cb7db2ef7f911dbe0edd5ff8d2216a817738d0 (patch) | |
tree | a84af96f563be60609d41b56da8e95d5341903c0 /arch/arm/mach-mmp/Kconfig | |
parent | ccffb1ad1f354aee0bdf33b6486ebb9476223c1b (diff) |
[ARM] mmp: support jasper development board
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
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 91631201e3f5..6ab843eaa35b 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 |