diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-06-26 12:48:29 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-26 12:48:29 -0400 |
commit | b184a4c9a4e542890265b4cdd3ff7908f4adc9c4 (patch) | |
tree | 7fe80637976e6033230e007fce63ed3dcb54be08 /arch/arm/mach-at91rm9200/Kconfig | |
parent | cfc736564fd01ee008d746913b1bbb90e3eb1f99 (diff) |
[ARM] 3654/1: add ajeco 1arm sbc support
Patch from Lennert Buytenhek
This patch adds support for the Ajeco 1ARM Single Board Computer, a
VME form factor SBC based on the Atmel AT91 SoC, with 64M RAM, seven
serial ports, three ethernet ports, IDE, CF, USB host and device,
and S-Video/VGA out.--
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91rm9200/Kconfig')
-rw-r--r-- | arch/arm/mach-at91rm9200/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig index 1ab5b7828318..70d402f76ce5 100644 --- a/arch/arm/mach-at91rm9200/Kconfig +++ b/arch/arm/mach-at91rm9200/Kconfig | |||
@@ -4,6 +4,12 @@ menu "AT91RM9200 Implementations" | |||
4 | 4 | ||
5 | comment "AT91RM9200 Board Type" | 5 | comment "AT91RM9200 Board Type" |
6 | 6 | ||
7 | config MACH_ONEARM | ||
8 | bool "Ajeco 1ARM Single Board Computer" | ||
9 | depends on ARCH_AT91RM9200 | ||
10 | help | ||
11 | Select this if you are using Ajeco's 1ARM Single Board Computer | ||
12 | |||
7 | config ARCH_AT91RM9200DK | 13 | config ARCH_AT91RM9200DK |
8 | bool "Atmel AT91RM9200-DK Development board" | 14 | bool "Atmel AT91RM9200-DK Development board" |
9 | depends on ARCH_AT91RM9200 | 15 | depends on ARCH_AT91RM9200 |