diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-03-20 13:33:49 +0800 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-23 10:11:38 +0800 |
commit | 01215e35c28a719f38e2cafe90a2806f0e452de6 (patch) | |
tree | f92dd013c9c522d105e560052b7fa90dd818df91 /arch/arm/mach-mmp/Kconfig | |
parent | a3929f31cb2300f1ab190a0168e55bb55222ee40 (diff) | |
download | linux-01215e35c28a719f38e2cafe90a2806f0e452de6.tar.gz linux-01215e35c28a719f38e2cafe90a2806f0e452de6.tar.bz2 linux-01215e35c28a719f38e2cafe90a2806f0e452de6.zip |
[ARM] pxa: add base support for pxa910-based TTC_DKB
Signed-off-by: Bin Yang <bin.yang@marvell.com>
Signed-off-by: Eric Miao <eric.miao@marvell.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 e77db550907e..c6a564fc4a7c 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -23,6 +23,13 @@ config MACH_TAVOREVB Say 'Y' here if you want to support the Marvell PXA910-based TavorEVB Development Board. +config MACH_TTC_DKB + bool "Marvell's PXA910 TavorEVB Development Board" + select CPU_PXA910 + help + Say 'Y' here if you want to support the Marvell PXA910-based + TTC_DKB Development Board. + endmenu config CPU_PXA168 |