diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-05-21 18:29:39 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-06-18 03:07:34 -0400 |
commit | 403d29713e0a5c671d852913a0b5935c0ff00cb7 (patch) | |
tree | b632213f80d6d5f6c800da6844f78899b17e082e /arch/arm/mach-pxa/Kconfig | |
parent | 4c243c8584be9fbff9e11fc37fa2449448c5d442 (diff) |
[ARM] pxa/income: Add Income SBC support
This is support for custom design based on Toradex Colibri PXA270 CPU card.
Initial patch was by Pavel Revak.
[daniel - rebased the code to follow the module/board split]
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Pavel Revak <palo@bielyvlk.sk>
Cc: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 819b44fe4081..2ff0b325a7d5 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -242,6 +242,13 @@ config MACH_COLIBRI_PXA270_EVALBOARD | |||
242 | bool "Toradex Colibri Evaluation Carrier Board support (PXA270)" | 242 | bool "Toradex Colibri Evaluation Carrier Board support (PXA270)" |
243 | depends on MACH_COLIBRI | 243 | depends on MACH_COLIBRI |
244 | 244 | ||
245 | config MACH_COLIBRI_PXA270_INCOME | ||
246 | bool "Income s.r.o. PXA270 SBC" | ||
247 | depends on MACH_COLIBRI | ||
248 | select PXA27x | ||
249 | select HAVE_PWM | ||
250 | select PXA_HAVE_BOARD_IRQS | ||
251 | |||
245 | config MACH_COLIBRI300 | 252 | config MACH_COLIBRI300 |
246 | bool "Toradex Colibri PXA300/310" | 253 | bool "Toradex Colibri PXA300/310" |
247 | select PXA3xx | 254 | select PXA3xx |