diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-03-22 21:04:17 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-22 21:59:04 -0400 |
commit | acb3655973de30cb74549986e5e118a374967702 (patch) | |
tree | 3ed765a1498c77c0dca59b0a2f82de1a96d1a5c7 /arch/arm/mach-pxa/Kconfig | |
parent | 626806d96fcfe355af5e1d299f651c774f68ead0 (diff) |
[ARM] pxa: Refactor Colibri board support code
- Move common function for all Colibri PXA3xx boards to the newly
added colibri-pxa3xx.c
- Drop some unnecessary defines from colibri.h
- Make Kconfig reflect the fact that code for colibri 300 module does
also work for the 310 model
- Give up on the huge pin config table which was messed up with lots of
#ifdefs and switch over to locally defined tables for configured
functions
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 1a93888c68a8..142fd59a40b3 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -266,7 +266,7 @@ config MACH_COLIBRI | |||
266 | select PXA27x | 266 | select PXA27x |
267 | 267 | ||
268 | config MACH_COLIBRI300 | 268 | config MACH_COLIBRI300 |
269 | bool "Toradex Colibri PXA300" | 269 | bool "Toradex Colibri PXA300/310" |
270 | select PXA3xx | 270 | select PXA3xx |
271 | select CPU_PXA300 | 271 | select CPU_PXA300 |
272 | 272 | ||