diff options
author | Christian Glindkamp <christian.glindkamp@taskit.de> | 2010-04-13 09:55:10 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-04-14 06:24:53 -0400 |
commit | 9b404b7cc3b066c57078b87f475562c37a74b814 (patch) | |
tree | f342bfa9fccbd369855c8983c07987c1ea10c33e /arch/arm/mach-at91/Kconfig | |
parent | 39710479303fd3affb3e204e9a7a75cc676977b5 (diff) |
ARM: 6054/1: AT91: taskit PortuxG20 and Stamp9G20 board support
Both boards share the same board file, as the PortuxG20 is basically an
SBC based on the Stamp9G20.
Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 2db43a5ddd9b..2c27300f9daf 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -360,6 +360,19 @@ config MACH_CPU9G20 | |||
360 | Select this if you are using a Eukrea Electromatique's | 360 | Select this if you are using a Eukrea Electromatique's |
361 | CPU9G20 Board <http://www.eukrea.com/> | 361 | CPU9G20 Board <http://www.eukrea.com/> |
362 | 362 | ||
363 | config MACH_PORTUXG20 | ||
364 | bool "taskit PortuxG20" | ||
365 | help | ||
366 | Select this if you are using taskit's PortuxG20. | ||
367 | <http://www.taskit.de/en/> | ||
368 | |||
369 | config MACH_STAMP9G20 | ||
370 | bool "taskit Stamp9G20 CPU module" | ||
371 | help | ||
372 | Select this if you are using taskit's Stamp9G20 CPU module on its | ||
373 | evaluation board. | ||
374 | <http://www.taskit.de/en/> | ||
375 | |||
363 | endif | 376 | endif |
364 | 377 | ||
365 | # ---------------------------------------------------------- | 378 | # ---------------------------------------------------------- |