diff options
author | Mark F. Brown <mark.brown314@gmail.com> | 2010-09-12 23:51:34 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-10-09 17:07:26 +0800 |
commit | 1bbd7089f2effc40c35ffbbc62ad54aefd741633 (patch) | |
tree | 08110a49c3c46b174103ca3b75fc6c70fd0c4045 /arch/arm/mach-mmp/Kconfig | |
parent | 0bd8696119904b5868c7315b644128b16ab06f59 (diff) | |
download | op-kernel-dev-1bbd7089f2effc40c35ffbbc62ad54aefd741633.zip op-kernel-dev-1bbd7089f2effc40c35ffbbc62ad54aefd741633.tar.gz |
ARM: pxa168: added support for Teton BGA platform
Added board defintion, header, and debug UART support.
Signed-off-by: Mark F. Brown <mark.brown314@gmail.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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 6ab843e..0711d3b 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -57,6 +57,13 @@ config MACH_MARVELL_JASPER PXA910-based development board. Since MMP2 is compatible to ARMv6 architecture. +config MACH_TETON_BGA + bool "Marvell's PXA168 Teton BGA Development Board" + select CPU_PXA168 + help + Say 'Y' here if you want to support the Marvell PXA168-based + Teton BGA Development Board. + endmenu config CPU_PXA168 |