diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-03-22 21:04:18 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-22 21:59:30 -0400 |
commit | bac07ecd6c9b16656aced6dc4f9f070120153046 (patch) | |
tree | bf6fc36d562adef347acc8a6b48c7f39eefbc6c5 /arch/arm/mach-pxa/Kconfig | |
parent | acb3655973de30cb74549986e5e118a374967702 (diff) |
[ARM] pxa: Colibri PXA320 module basics
This adds basic support for Colibri PXA320 modules.
The file colibri-320.c only contains settings specific to this module,
such as the Ethernet interface.
Cc: Matthias Meier <matthias.j.meier@gmx.net>
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 142fd59a40b3..96a2006cb597 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -270,6 +270,11 @@ config MACH_COLIBRI300 | |||
270 | select PXA3xx | 270 | select PXA3xx |
271 | select CPU_PXA300 | 271 | select CPU_PXA300 |
272 | 272 | ||
273 | config MACH_COLIBRI320 | ||
274 | bool "Toradex Colibri PXA320" | ||
275 | select PXA3xx | ||
276 | select CPU_PXA320 | ||
277 | |||
273 | config MACH_ZYLONITE | 278 | config MACH_ZYLONITE |
274 | bool "PXA3xx Development Platform (aka Zylonite)" | 279 | bool "PXA3xx Development Platform (aka Zylonite)" |
275 | select PXA3xx | 280 | select PXA3xx |