aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/Kconfig
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@marvell.com>2010-11-23 22:54:21 -0500
committerEric Miao <eric.y.miao@gmail.com>2010-12-18 08:02:16 -0500
commit3f408fa071418183742110f7314d6b596916e31e (patch)
treed5ecfe564d7d53c436bf1989ff49ddb635e398ff /arch/arm/mach-mmp/Kconfig
parentc9b5ef47dc9d154a79f320eeaddc4bc9684ae1ea (diff)
ARM: mmp: select CPU_PJ4
Since CPU_PJ4 is shared between PXA95x and MMP2, select CPU_PJ4 in MMP2 configuration. 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/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index 5772e592fe61..67793a690272 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -50,6 +50,7 @@ config MACH_BROWNSTONE
50 50
51config MACH_FLINT 51config MACH_FLINT
52 bool "Marvell's Flint Development Platform" 52 bool "Marvell's Flint Development Platform"
53 depends on !CPU_MOHAWK
53 select CPU_MMP2 54 select CPU_MMP2
54 help 55 help
55 Say 'Y' here if you want to support the Marvell MMP2-based 56 Say 'Y' here if you want to support the Marvell MMP2-based
@@ -60,6 +61,7 @@ config MACH_FLINT
60 61
61config MACH_MARVELL_JASPER 62config MACH_MARVELL_JASPER
62 bool "Marvell's Jasper Development Platform" 63 bool "Marvell's Jasper Development Platform"
64 depends on !CPU_MOHAWK
63 select CPU_MMP2 65 select CPU_MMP2
64 help 66 help
65 Say 'Y' here if you want to support the Marvell MMP2-base 67 Say 'Y' here if you want to support the Marvell MMP2-base
@@ -91,8 +93,7 @@ config CPU_PXA910
91 93
92config CPU_MMP2 94config CPU_MMP2
93 bool 95 bool
94 select CPU_V6 96 select CPU_PJ4
95 select CPU_32v6K
96 help 97 help
97 Select code specific to MMP2. MMP2 is ARMv6 compatible. 98 Select code specific to MMP2. MMP2 is ARMv7 compatible.
98endif 99endif