aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@marvell.com>2009-12-04 09:41:28 -0500
committerEric Miao <eric.y.miao@gmail.com>2010-03-01 18:40:55 -0500
commit2f7e8faef5a50efaa1c173e99bdaa29e0129bb99 (patch)
treec73ae01004e110a87b7cf6cae686b9c142e2a63b /arch/arm/Kconfig
parent978da5bcdb33f6e030fa3304662e2455a018f1b0 (diff)
[ARM] mmp: add support for Marvell MMP2
Marvell MMP2 (aka ARMADA610) is a SoC based on PJ4 core. It's ARMv6 compatible. Support basic interrupt handler and timer, and basic support for MMP2 based FLINT platform. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 83127311a52..f34d462e881 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -497,7 +497,7 @@ config ARCH_ORION5X
497 Orion-2 (5281), Orion-1-90 (6183). 497 Orion-2 (5281), Orion-1-90 (6183).
498 498
499config ARCH_MMP 499config ARCH_MMP
500 bool "Marvell PXA168/910" 500 bool "Marvell PXA168/910/MMP2"
501 depends on MMU 501 depends on MMU
502 select GENERIC_GPIO 502 select GENERIC_GPIO
503 select ARCH_REQUIRE_GPIOLIB 503 select ARCH_REQUIRE_GPIOLIB
@@ -508,7 +508,7 @@ config ARCH_MMP
508 select TICK_ONESHOT 508 select TICK_ONESHOT
509 select PLAT_PXA 509 select PLAT_PXA
510 help 510 help
511 Support for Marvell's PXA168/910 processor line. 511 Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line.
512 512
513config ARCH_KS8695 513config ARCH_KS8695
514 bool "Micrel/Kendin KS8695" 514 bool "Micrel/Kendin KS8695"