aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorEric BĂ©nard <eric@eukrea.com>2009-07-30 02:20:03 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-07-30 12:48:40 -0400
commit41a353d126ca332c20cfd97683b6261992743840 (patch)
tree9117fa0236f130bbc26d0a01ccb8bc810a80c9ff /arch/arm/mach-at91/Kconfig
parent4c8abb556b393b3ed73d72481ba27705294f6dc6 (diff)
ARM: 5629/1: Add support for Eukrea's CPU9260 & CPU9G20
CPU9260 and CPU9G20 share the same PCB populated with either Atmel's AT91SAM9260B or AT91SAM9G20B with up to 64MB Strataflash, up to 128MB SDRAM, up to 2GB NAND and an ethernet PHY in RMII mode. Signed-off-by: Eric Benard <eric@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/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 8f3e15abdb62..83a89720ada9 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -217,6 +217,13 @@ config MACH_QIL_A9260
217 Select this if you are using a Calao Systems QIL-A9260 Board. 217 Select this if you are using a Calao Systems QIL-A9260 Board.
218 <http://www.calao-systems.com> 218 <http://www.calao-systems.com>
219 219
220config MACH_CPU9260
221 bool "Eukrea CPU9260 board"
222 depends on ARCH_AT91SAM9260
223 help
224 Select this if you are using a Eukrea Electromatique's
225 CPU9260 Board <http://www.eukrea.com/>
226
220endif 227endif
221 228
222# ---------------------------------------------------------- 229# ----------------------------------------------------------
@@ -303,6 +310,13 @@ config MACH_AT91SAM9G20EK
303 help 310 help
304 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit. 311 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit.
305 312
313config MACH_CPU9G20
314 bool "Eukrea CPU9G20 board"
315 depends on ARCH_AT91SAM9G20
316 help
317 Select this if you are using a Eukrea Electromatique's
318 CPU9G20 Board <http://www.eukrea.com/>
319
306endif 320endif
307 321
308# ---------------------------------------------------------- 322# ----------------------------------------------------------