diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-11-25 11:33:13 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-12-16 14:31:18 +0800 |
commit | 13dee960f37b3769baa0eae9d1de4a7ca9a2e999 (patch) | |
tree | 9ea0bb2ca8f20863d4855109f4e17c4b3ed25dc6 /arch/arm/mach-mmp/Kconfig | |
parent | 7bdba92dcaefdc69c339db9e23861e5e21d3a2c4 (diff) | |
download | linux-13dee960f37b3769baa0eae9d1de4a7ca9a2e999.tar.gz linux-13dee960f37b3769baa0eae9d1de4a7ca9a2e999.tar.bz2 linux-13dee960f37b3769baa0eae9d1de4a7ca9a2e999.zip |
ARM: mmp: append brownstone support
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 0711d3b620ad..95e7c4abb27f 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -37,6 +37,17 @@ config MACH_TTC_DKB Say 'Y' here if you want to support the Marvell PXA910-based TTC_DKB Development Board. +config MACH_BROWNSTONE + bool "Marvell's Brownstone Development Platform" + depends on !CPU_MOHAWK + select CPU_MMP2 + help + Say 'Y' here if you want to support the Marvell MMP2-based + Brown Development Platform. + MMP2-based board can't be co-existed with PXA168-based & + PXA910-based development board. Since MMP2 is compatible to + ARMv7 architecture. + config MACH_FLINT bool "Marvell's Flint Development Platform" select CPU_MMP2 |