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 2db43a5ddd9b..103976411a67 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -97,6 +97,7 @@ config ARCH_AT572D940HF
97 97
98config ARCH_AT91X40 98config ARCH_AT91X40
99 bool "AT91x40" 99 bool "AT91x40"
100 select ARCH_USES_GETTIMEOFFSET
100 101
101endchoice 102endchoice
102 103
@@ -360,6 +361,19 @@ config MACH_CPU9G20
360 Select this if you are using a Eukrea Electromatique's 361 Select this if you are using a Eukrea Electromatique's
361 CPU9G20 Board <http://www.eukrea.com/> 362 CPU9G20 Board <http://www.eukrea.com/>
362 363
364config MACH_PORTUXG20
365 bool "taskit PortuxG20"
366 help
367 Select this if you are using taskit's PortuxG20.
368 <http://www.taskit.de/en/>
369
370config MACH_STAMP9G20
371 bool "taskit Stamp9G20 CPU module"
372 help
373 Select this if you are using taskit's Stamp9G20 CPU module on its
374 evaluation board.
375 <http://www.taskit.de/en/>
376
363endif 377endif
364 378
365# ---------------------------------------------------------- 379# ----------------------------------------------------------