diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-03-20 05:27:30 (GMT) |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-23 02:11:38 (GMT) |
commit | a3929f31cb2300f1ab190a0168e55bb55222ee40 (patch) | |
tree | b8e5d24f9c33ad037d92bfa7261bfcce9bd6915c /arch/arm/mach-mmp/Kconfig | |
parent | 14c6b5e7add9ec393ad61bceb6106b47c7f14bd3 (diff) | |
download | linux-a3929f31cb2300f1ab190a0168e55bb55222ee40.tar.xz |
[ARM] pxa: add base support for pxa910-based TavorEVB
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 ba2e377..e77db55 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -16,6 +16,13 @@ config MACH_ZYLONITE2 Say 'Y' here if you want to support the Marvell PXA168-based Zylonite2 Development Board. +config MACH_TAVOREVB + bool "Marvell's PXA910 TavorEVB Development Board" + select CPU_PXA910 + help + Say 'Y' here if you want to support the Marvell PXA910-based + TavorEVB Development Board. + endmenu config CPU_PXA168 |