diff options
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 14 |
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 | ||
98 | config ARCH_AT91X40 | 98 | config ARCH_AT91X40 |
99 | bool "AT91x40" | 99 | bool "AT91x40" |
100 | select ARCH_USES_GETTIMEOFFSET | ||
100 | 101 | ||
101 | endchoice | 102 | endchoice |
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 | ||
364 | config 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 | |||
370 | config 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 | |||
363 | endif | 377 | endif |
364 | 378 | ||
365 | # ---------------------------------------------------------- | 379 | # ---------------------------------------------------------- |