]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 4536/1: configure support for AT91x40 and EB01
authorGreg Ungerer <gerg@snapgear.com>
Mon, 30 Jul 2007 01:39:21 +0000 (02:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Oct 2007 22:43:10 +0000 (23:43 +0100)
Configuration support for the AT91x40 CPU and EB01 board.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-at91/Kconfig

index a31157f1655a571d42a1f95e5350de2829a5fe09..fd956f1299d162dc0b3de717af9b9d932644ef1e 100644 (file)
@@ -20,8 +20,15 @@ config ARCH_AT91SAM9263
 config ARCH_AT91SAM9RL
        bool "AT91SAM9RL"
 
+config ARCH_AT91X40
+       bool "AT91x40"
+
 endchoice
 
+config AT91_PMC_UNIT
+       bool
+       default !ARCH_AT91X40
+
 # ----------------------------------------------------------
 
 if ARCH_AT91RM9200
@@ -169,6 +176,22 @@ endif
 
 # ----------------------------------------------------------
 
+if ARCH_AT91X40
+
+comment "AT91X40 Board Type"
+
+config MACH_AT91EB01
+       bool "Atmel AT91EB01 Evaluation Kit"
+       help
+         Select this if you are using Atmel's AT91EB01 Evaluation Kit.
+         It is also a popular target for simulators such as GDB's
+         ARM simulator (commonly known as the ARMulator) and the
+         Skyeye simulator.
+
+endif
+
+# ----------------------------------------------------------
+
 comment "AT91 Board Options"
 
 config MTD_AT91_DATAFLASH_CARD