diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2012-03-01 09:25:09 +0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-03-07 05:32:24 +0400 |
commit | 5d48976678456f3782eeafb09efae1f52159d5e6 (patch) | |
tree | 3bbbcf20f315a6eaa0cb8ac4e9397c16e1e58e1d /arch/arm/mach-mmp/Kconfig | |
parent | 9613b2100994da3cd2a23d886596980357ff6123 (diff) | |
download | linux-5d48976678456f3782eeafb09efae1f52159d5e6.tar.xz |
ARM: mmp: append OF support on pxa168
Enable PXA168 and aspenite support.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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 323d4c9e9f44..5a90b9a3ab6e 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -2,6 +2,16 @@ if ARCH_MMP menu "Marvell PXA168/910/MMP2 Implmentations" +config MACH_MMP_DT + bool "Support MMP2 platforms from device tree" + select CPU_PXA168 + select CPU_PXA910 + select USE_OF + help + Include support for Marvell MMP2 based platforms using + the device tree. Needn't select any other machine while + MACH_MMP_DT is enabled. + config MACH_ASPENITE bool "Marvell's PXA168 Aspenite Development Board" select CPU_PXA168 |