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-02 07:40:55 +0800 |
commit | e1cb7db2ef7f911dbe0edd5ff8d2216a817738d0 (patch) | |
tree | a84af96f563be60609d41b56da8e95d5341903c0 /arch/arm/mach-mmp/Kconfig | |
parent | ccffb1ad1f354aee0bdf33b6486ebb9476223c1b (diff) | |
download | op-kernel-dev-e1cb7db2ef7f911dbe0edd5ff8d2216a817738d0.zip op-kernel-dev-e1cb7db2ef7f911dbe0edd5ff8d2216a817738d0.tar.gz |
[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 9163120..6ab843e 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -47,6 +47,16 @@ config MACH_FLINT PXA910-based development board. Since MMP2 is compatible to ARMv6 architecture. +config MACH_MARVELL_JASPER + bool "Marvell's Jasper Development Platform" + select CPU_MMP2 + help + Say 'Y' here if you want to support the Marvell MMP2-base + Jasper Development Platform. + MMP2-based board can't be co-existed with PXA168-based & + PXA910-based development board. Since MMP2 is compatible to + ARMv6 architecture. + endmenu config CPU_PXA168 |