diff options
author | Daniel Mack <daniel@caiaq.org> | 2008-01-23 08:54:50 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:13:27 -0500 |
commit | 4e4fc05a2b6e7bd2e0facd96e0c18dceb34d9349 (patch) | |
tree | 61070cb71e3f1ee55f20a7e6c35ca1512db78685 /arch/arm/mach-pxa/Kconfig | |
parent | 2687bd38573ff6f10d13f60c5c3576cce9cf260d (diff) |
[ARM] 4762/1: Basic support for Toradex Colibri module
This patch adds support for Toradex' PXA27x based Colibri module.
It's kept as simple as possible to only provide basic functionality.
A default config is also included.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e5b7063ed818..0908bea0f609 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -103,6 +103,10 @@ config MACH_EM_X270 | |||
103 | bool "CompuLab EM-x270 platform" | 103 | bool "CompuLab EM-x270 platform" |
104 | select PXA27x | 104 | select PXA27x |
105 | 105 | ||
106 | config MACH_COLIBRI | ||
107 | bool "Toradex Colibri PX27x" | ||
108 | select PXA27x | ||
109 | |||
106 | config MACH_ZYLONITE | 110 | config MACH_ZYLONITE |
107 | bool "PXA3xx Development Platform" | 111 | bool "PXA3xx Development Platform" |
108 | select PXA3xx | 112 | select PXA3xx |