summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorEric BĂ©nard2009-07-30 08:23:42 +0200
committerRussell King2009-07-30 18:48:41 +0200
commit10233a939812450e4fe07cf529585bab5b4d99ec (patch)
treeeec0dfcddf0e7fd473c24f4874894e87dca08a02 /arch/arm/mach-at91/Kconfig
parentARM: 5629/1: Add support for Eukrea's CPU9260 & CPU9G20 (diff)
downloadkernel-qcow2-linux-10233a939812450e4fe07cf529585bab5b4d99ec.tar.gz
kernel-qcow2-linux-10233a939812450e4fe07cf529585bab5b4d99ec.tar.xz
kernel-qcow2-linux-10233a939812450e4fe07cf529585bab5b4d99ec.zip
ARM: 5630/1: Add support for Eukrea's CPUAT91
CPUAT91 is based on Atmel's AT91RM9200 with up to 16MB Strataflash, up to 128MB SDRAM and an ethernet PHY in RMII mode. Signed-off-by: Eric Benard <ebenard@eukrea.com> 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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 83a89720ada9..a24d824c428b 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -156,6 +156,13 @@ config MACH_YL9200
help
Select this if you are using the ucDragon YL-9200 board.
+config MACH_CPUAT91
+ bool "Eukrea CPUAT91"
+ depends on ARCH_AT91RM9200
+ help
+ Select this if you are using the Eukrea Electromatique's
+ CPUAT91 board <http://www.eukrea.com/>.
+
endif
# ----------------------------------------------------------