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/Kconfig30
1 files changed, 24 insertions, 6 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 22484670e7ba..d111c3e99249 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -182,6 +182,11 @@ config MACH_ECO920
182 help 182 help
183 Select this if you are using the eco920 board 183 Select this if you are using the eco920 board
184 184
185config MACH_RSI_EWS
186 bool "RSI Embedded Webserver"
187 depends on ARCH_AT91RM9200
188 help
189 Select this if you are using RSIs EWS board.
185endif 190endif
186 191
187# ---------------------------------------------------------- 192# ----------------------------------------------------------
@@ -190,12 +195,6 @@ if ARCH_AT91SAM9260
190 195
191comment "AT91SAM9260 Variants" 196comment "AT91SAM9260 Variants"
192 197
193config ARCH_AT91SAM9260_SAM9XE
194 bool "AT91SAM9XE"
195 help
196 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
197 They are basically AT91SAM9260s with various sizes of embedded Flash.
198
199comment "AT91SAM9260 / AT91SAM9XE Board Type" 198comment "AT91SAM9260 / AT91SAM9XE Board Type"
200 199
201config MACH_AT91SAM9260EK 200config MACH_AT91SAM9260EK
@@ -381,6 +380,14 @@ config MACH_GSIA18S
381 This enables support for the GS_IA18_S board 380 This enables support for the GS_IA18_S board
382 produced by GeoSIG Ltd company. This is an internet accelerograph. 381 produced by GeoSIG Ltd company. This is an internet accelerograph.
383 <http://www.geosig.com> 382 <http://www.geosig.com>
383
384config MACH_USB_A9G20
385 bool "CALAO USB-A9G20"
386 depends on ARCH_AT91SAM9G20
387 help
388 Select this if you are using a Calao Systems USB-A9G20.
389 <http://www.calao-systems.com>
390
384endif 391endif
385 392
386if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20) 393if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
@@ -442,6 +449,17 @@ endif
442 449
443# ---------------------------------------------------------- 450# ----------------------------------------------------------
444 451
452comment "Generic Board Type"
453
454config MACH_AT91SAM_DT
455 bool "Atmel AT91SAM Evaluation Kits with device-tree support"
456 select USE_OF
457 help
458 Select this if you want to experiment device-tree with
459 an Atmel Evaluation Kit.
460
461# ----------------------------------------------------------
462
445comment "AT91 Board Options" 463comment "AT91 Board Options"
446 464
447config MTD_AT91_DATAFLASH_CARD 465config MTD_AT91_DATAFLASH_CARD