diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-03-13 11:37:09 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-22 21:57:54 -0400 |
commit | 5fc9f9a1deefc9999af721fba249cd58ee7e273b (patch) | |
tree | 2c9a31bb6a74ba8580b0d9155149f180bbdf8648 /arch/arm/mach-pxa/Kconfig | |
parent | 5c0dbb8fc2b36619684cbb7486491ecac950a595 (diff) |
[ARM] pxa: add basic support for Colibri PXA300 module
This patch add basic support for Toradex' Colibri PXA300 module.
Ethernet is enabled conditionally, depdending on CONFIG_AX88796.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index fd21bba62170..1a93888c68a8 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -265,6 +265,11 @@ config MACH_COLIBRI | |||
265 | bool "Toradex Colibri PXA270" | 265 | bool "Toradex Colibri PXA270" |
266 | select PXA27x | 266 | select PXA27x |
267 | 267 | ||
268 | config MACH_COLIBRI300 | ||
269 | bool "Toradex Colibri PXA300" | ||
270 | select PXA3xx | ||
271 | select CPU_PXA300 | ||
272 | |||
268 | config MACH_ZYLONITE | 273 | config MACH_ZYLONITE |
269 | bool "PXA3xx Development Platform (aka Zylonite)" | 274 | bool "PXA3xx Development Platform (aka Zylonite)" |
270 | select PXA3xx | 275 | select PXA3xx |