aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
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# ----------------------------------------------------------