blob: 1555c5511fee98957752365f607844ee5bf9b29c [file] [log] [blame]
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01001if ARCH_AT91
SAN People73a59c12006-01-09 17:05:41 +00002
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +02003config HAVE_AT91_DATAFLASH_CARD
4 bool
5
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +02006config HAVE_AT91_USART3
7 bool
8
9config HAVE_AT91_USART4
10 bool
11
12config HAVE_AT91_USART5
13 bool
14
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010015menu "Atmel AT91 System-on-Chip"
16
Andrew Victor05043d02006-12-01 11:51:19 +010017choice
18 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010019
20config ARCH_AT91RM9200
21 bool "AT91RM9200"
Russell Kingc7508152008-10-26 10:55:14 +000022 select CPU_ARM920T
David Brownell5e802df2007-07-31 01:41:26 +010023 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020024 select HAVE_AT91_USART3
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010025
26config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010027 bool "AT91SAM9260 or AT91SAM9XE"
Russell Kingc7508152008-10-26 10:55:14 +000028 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010029 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020030 select HAVE_AT91_USART3
31 select HAVE_AT91_USART4
32 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020033 select HAVE_NET_MACB
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010034
35config ARCH_AT91SAM9261
36 bool "AT91SAM9261"
Russell Kingc7508152008-10-26 10:55:14 +000037 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010038 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020039 select HAVE_FB_ATMEL
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010040
Nicolas Ferreb319ff82009-06-26 15:37:01 +010041config ARCH_AT91SAM9G10
42 bool "AT91SAM9G10"
43 select CPU_ARM926T
Nicolas Ferreb319ff82009-06-26 15:37:01 +010044 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020045 select HAVE_FB_ATMEL
Nicolas Ferreb319ff82009-06-26 15:37:01 +010046
Andrew Victorb2c65612007-02-08 09:42:40 +010047config ARCH_AT91SAM9263
48 bool "AT91SAM9263"
Russell Kingc7508152008-10-26 10:55:14 +000049 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010050 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020051 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020052 select HAVE_NET_MACB
Andrew Victorb2c65612007-02-08 09:42:40 +010053
Andrew Victor877d7722007-05-11 20:49:56 +010054config ARCH_AT91SAM9RL
55 bool "AT91SAM9RL"
Russell Kingc7508152008-10-26 10:55:14 +000056 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010057 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020058 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020059 select HAVE_FB_ATMEL
Andrew Victor877d7722007-05-11 20:49:56 +010060
sedji gaouaou61352662008-07-10 10:15:35 +010061config ARCH_AT91SAM9G20
62 bool "AT91SAM9G20"
Russell Kingc7508152008-10-26 10:55:14 +000063 select CPU_ARM926T
sedji gaouaou61352662008-07-10 10:15:35 +010064 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020065 select HAVE_AT91_USART3
66 select HAVE_AT91_USART4
67 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020068 select HAVE_NET_MACB
sedji gaouaou61352662008-07-10 10:15:35 +010069
Nicolas Ferre789b23b2009-06-26 15:36:58 +010070config ARCH_AT91SAM9G45
71 bool "AT91SAM9G45"
72 select CPU_ARM926T
Nicolas Ferre789b23b2009-06-26 15:36:58 +010073 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020074 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020075 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020076 select HAVE_NET_MACB
Nicolas Ferre789b23b2009-06-26 15:36:58 +010077
Andrew Victor2b3b3512008-01-24 15:10:39 +010078config ARCH_AT91CAP9
79 bool "AT91CAP9"
Russell Kingc7508152008-10-26 10:55:14 +000080 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010081 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020082 select HAVE_FB_ATMEL
Uwe Kleine-König568aa752011-04-19 10:21:20 +020083 select HAVE_NET_MACB
Andrew Victor2b3b3512008-01-24 15:10:39 +010084
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010085config ARCH_AT91X40
86 bool "AT91x40"
John Stultz5cfc8ee2010-03-24 00:22:36 +000087 select ARCH_USES_GETTIMEOFFSET
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010088
Andrew Victor05043d02006-12-01 11:51:19 +010089endchoice
90
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010091config AT91_PMC_UNIT
92 bool
93 default !ARCH_AT91X40
94
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010095# ----------------------------------------------------------
96
97if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +000098
99comment "AT91RM9200 Board Type"
100
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100101config MACH_ONEARM
102 bool "Ajeco 1ARM Single Board Computer"
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100103 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100104 Select this if you are using Ajeco's 1ARM Single Board Computer.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700105 <http://www.ajeco.fi/>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100106
SAN People73a59c12006-01-09 17:05:41 +0000107config ARCH_AT91RM9200DK
108 bool "Atmel AT91RM9200-DK Development board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200109 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000110 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100111 Select this if you are using Atmel's AT91RM9200-DK Development board.
112 (Discontinued)
113
SAN People73a59c12006-01-09 17:05:41 +0000114config MACH_AT91RM9200EK
115 bool "Atmel AT91RM9200-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200116 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000117 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100118 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
119 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +0000120
121config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100122 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +0000123 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100124 Select this if you are using Cogent's CSB337 board.
125 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +0000126
127config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100128 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +0000129 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100130 Select this if you are using Cogent's CSB637 board.
131 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +0000132
133config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100134 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +0000135 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100136 Select this if you are using Conitec's AT91RM9200-MCU-Module.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700137 <http://www.conitec.net/english/linuxboard.php>
SAN People73a59c12006-01-09 17:05:41 +0000138
Andrew Victor6902f522006-06-20 19:30:18 +0100139config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100140 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +0100141 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100142 Select this if you are using Embest's ATEB9200 board.
143 <http://www.embedinfo.com/english/product/ATEB9200.asp>
144
145config MACH_KB9200
146 bool "KwikByte KB920x"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100147 help
148 Select this if you are using KwikByte's KB920x board.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700149 <http://www.kwikbyte.com/KB9202.html>
Andrew Victor6902f522006-06-20 19:30:18 +0100150
Simon Richter5d01f132007-04-02 14:06:29 +0100151config MACH_PICOTUX2XX
152 bool "picotux 200"
Simon Richter5d01f132007-04-02 14:06:29 +0100153 help
154 Select this if you are using a picotux 200.
155 <http://www.picotux.com/>
156
Andrew Victor6902f522006-06-20 19:30:18 +0100157config MACH_KAFA
158 bool "Sperry-Sun KAFA board"
Andrew Victor6902f522006-06-20 19:30:18 +0100159 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100160 Select this if you are using Sperry-Sun's KAFA board.
161
Andrew Victor2f036ac2008-04-15 21:10:11 +0100162config MACH_ECBAT91
163 bool "emQbit ECB_AT91 SBC"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200164 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor2f036ac2008-04-15 21:10:11 +0100165 help
166 Select this if you are using emQbit's ECB_AT91 board.
167 <http://wiki.emqbit.com/free-ecb-at91>
168
Andrew Victore3ba22d2008-05-24 17:06:45 +0100169config MACH_YL9200
170 bool "ucDragon YL-9200"
Andrew Victore3ba22d2008-05-24 17:06:45 +0100171 help
172 Select this if you are using the ucDragon YL-9200 board.
173
Eric Bénard10233a92009-07-30 07:23:42 +0100174config MACH_CPUAT91
175 bool "Eukrea CPUAT91"
Eric Bénard10233a92009-07-30 07:23:42 +0100176 help
177 Select this if you are using the Eukrea Electromatique's
178 CPUAT91 board <http://www.eukrea.com/>.
179
Uwe Kleine-König01c62c92009-11-03 20:39:02 +0100180config MACH_ECO920
181 bool "eco920"
182 help
183 Select this if you are using the eco920 board
184
Josef Holzmayr82cb8652011-08-02 13:28:42 +0200185config 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.
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100190endif
191
192# ----------------------------------------------------------
193
194if ARCH_AT91SAM9260
195
Andrew Victorf7eee892007-02-15 08:17:38 +0100196comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100197
Andrew Victorf7eee892007-02-15 08:17:38 +0100198config ARCH_AT91SAM9260_SAM9XE
199 bool "AT91SAM9XE"
Andrew Victor58a0cd72006-12-01 14:51:13 +0100200 help
Andrew Victorf7eee892007-02-15 08:17:38 +0100201 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
Matt LaPlantea982ac02007-05-09 07:35:06 +0200202 They are basically AT91SAM9260s with various sizes of embedded Flash.
Andrew Victorf7eee892007-02-15 08:17:38 +0100203
204comment "AT91SAM9260 / AT91SAM9XE Board Type"
205
206config MACH_AT91SAM9260EK
207 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200208 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100209 help
210 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100211 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
212
Andrew Victor35131fb2008-04-15 21:05:03 +0100213config MACH_CAM60
214 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100215 help
216 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
217 <http://www.kwikbyte.com/KB9260.html>
218
Andrew Victor66dbfc62008-04-15 21:07:08 +0100219config MACH_SAM9_L9260
220 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200221 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100222 help
223 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
224 <http://www.olimex.com/dev/sam9-L9260.html>
225
Sergey Lapin9c784f92008-08-03 02:29:48 +0100226config MACH_AFEB9260
227 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100228 help
229 Select this if you are using custom afeb9260 board based on
230 open hardware design. Select this for revision 1 of the board.
231 <svn://194.85.238.22/home/users/george/svn/arm9eb>
232 <http://groups.google.com/group/arm9fpga-evolution-board>
233
Andrew Victorca0a7892008-05-24 17:47:04 +0100234config MACH_USB_A9260
235 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100236 help
237 Select this if you are using a Calao Systems USB-A9260.
238 <http://www.calao-systems.com>
239
240config MACH_QIL_A9260
241 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100242 help
243 Select this if you are using a Calao Systems QIL-A9260 Board.
244 <http://www.calao-systems.com>
245
Eric Bénard41a353d2009-07-30 07:20:03 +0100246config MACH_CPU9260
247 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100248 help
249 Select this if you are using a Eukrea Electromatique's
250 CPU9260 Board <http://www.eukrea.com/>
251
Maxim Osipov8ed90592010-09-15 11:54:49 +0100252config MACH_FLEXIBITY
253 bool "Flexibity Connect board"
254 help
255 Select this if you are using Flexibity Connect board
256 <http://www.flexibity.com>
257
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100258endif
259
260# ----------------------------------------------------------
261
262if ARCH_AT91SAM9261
263
264comment "AT91SAM9261 Board Type"
265
Andrew Victor58a0cd72006-12-01 14:51:13 +0100266config MACH_AT91SAM9261EK
267 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200268 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100269 help
270 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
271 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
272
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100273endif
Andrew Victor6902f522006-06-20 19:30:18 +0100274
Andrew Victor58a0cd72006-12-01 14:51:13 +0100275# ----------------------------------------------------------
276
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100277if ARCH_AT91SAM9G10
278
279comment "AT91SAM9G10 Board Type"
280
281config MACH_AT91SAM9G10EK
282 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200283 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100284 help
285 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
286 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
287
288endif
289
290# ----------------------------------------------------------
291
Andrew Victore6d92e62007-02-08 10:22:16 +0100292if ARCH_AT91SAM9263
293
294comment "AT91SAM9263 Board Type"
295
296config MACH_AT91SAM9263EK
297 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200298 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100299 help
300 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
301 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
302
Andrew Victorca0a7892008-05-24 17:47:04 +0100303config MACH_USB_A9263
304 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100305 help
306 Select this if you are using a Calao Systems USB-A9263.
307 <http://www.calao-systems.com>
308
Andrew Victorffc63b72008-10-06 20:13:53 +0100309config MACH_NEOCORE926
310 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200311 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100312 help
313 Select this if you are using the Adeneo Neocore 926 board.
314
Andrew Victore6d92e62007-02-08 10:22:16 +0100315endif
316
317# ----------------------------------------------------------
318
Andrew Victorc42dcb32007-05-11 19:24:18 +0100319if ARCH_AT91SAM9RL
320
321comment "AT91SAM9RL Board Type"
322
323config MACH_AT91SAM9RLEK
324 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100325 help
326 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
327
328endif
329
330# ----------------------------------------------------------
331
sedji gaouaou61352662008-07-10 10:15:35 +0100332if ARCH_AT91SAM9G20
333
334comment "AT91SAM9G20 Board Type"
335
336config MACH_AT91SAM9G20EK
337 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200338 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100339 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200340 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
341 that embeds only one SD/MMC slot.
342
343config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200344 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200345 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200346 help
347 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
348 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
349 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100350
Eric Bénard41a353d2009-07-30 07:20:03 +0100351config MACH_CPU9G20
352 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100353 help
354 Select this if you are using a Eukrea Electromatique's
355 CPU9G20 Board <http://www.eukrea.com/>
356
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200357config MACH_ACMENETUSFOXG20
358 bool "Acme Systems srl FOX Board G20"
359 help
360 Select this if you are using Acme Systems
361 FOX Board G20 <http://www.acmesystems.it>
362
Christian Glindkamp9b404b72010-04-13 14:55:10 +0100363config MACH_PORTUXG20
364 bool "taskit PortuxG20"
365 help
366 Select this if you are using taskit's PortuxG20.
367 <http://www.taskit.de/en/>
368
369config MACH_STAMP9G20
370 bool "taskit Stamp9G20 CPU module"
371 help
372 Select this if you are using taskit's Stamp9G20 CPU module on its
373 evaluation board.
374 <http://www.taskit.de/en/>
375
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200376config MACH_PCONTROL_G20
377 bool "PControl G20 CPU module"
378 help
379 Select this if you are using taskit's Stamp9G20 CPU module on this
380 carrier board, beeing the decentralized unit of a building automation
381 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100382
383config MACH_GSIA18S
384 bool "GS_IA18_S board"
385 help
386 This enables support for the GS_IA18_S board
387 produced by GeoSIG Ltd company. This is an internet accelerograph.
388 <http://www.geosig.com>
sedji gaouaou61352662008-07-10 10:15:35 +0100389endif
390
Ryan Mallon064baac2010-07-06 21:48:53 +0100391if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
392comment "AT91SAM9260/AT91SAM9G20 boards"
393
394config MACH_SNAPPER_9260
395 bool "Bluewater Systems Snapper 9260/9G20 module"
396 help
397 Select this if you are using the Bluewater Systems Snapper 9260 or
398 Snapper 9G20 modules.
399 <http://www.bluewatersys.com/>
400endif
401
sedji gaouaou61352662008-07-10 10:15:35 +0100402# ----------------------------------------------------------
403
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100404if ARCH_AT91SAM9G45
405
406comment "AT91SAM9G45 Board Type"
407
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200408config MACH_AT91SAM9M10G45EK
409 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100410 help
411 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
412 "ES" at the end of the name means that this board is an
413 Engineering Sample.
414
415endif
416
417# ----------------------------------------------------------
418
Andrew Victor86640ca2008-01-24 15:16:41 +0100419if ARCH_AT91CAP9
420
421comment "AT91CAP9 Board Type"
422
423config MACH_AT91CAP9ADK
424 bool "Atmel AT91CAP9A-DK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200425 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor86640ca2008-01-24 15:16:41 +0100426 help
427 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
428 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
429
430endif
431
432# ----------------------------------------------------------
433
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100434if ARCH_AT91X40
435
436comment "AT91X40 Board Type"
437
438config MACH_AT91EB01
439 bool "Atmel AT91EB01 Evaluation Kit"
440 help
441 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
442 It is also a popular target for simulators such as GDB's
443 ARM simulator (commonly known as the ARMulator) and the
444 Skyeye simulator.
445
446endif
447
448# ----------------------------------------------------------
449
Andrew Victor58a0cd72006-12-01 14:51:13 +0100450comment "AT91 Board Options"
451
452config MTD_AT91_DATAFLASH_CARD
453 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200454 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100455 help
456 Enable support for the DataFlash card.
457
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100458# ----------------------------------------------------------
459
460comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000461
462config AT91_PROGRAMMABLE_CLOCKS
463 bool "Programmable Clocks"
464 help
465 Select this if you need to program one or more of the PCK0..PCK3
466 programmable clock outputs.
467
Andrew Victoreaad2db2008-09-21 21:35:18 +0100468config AT91_SLOW_CLOCK
469 bool "Suspend-to-RAM disables main oscillator"
470 depends on SUSPEND
471 help
472 Select this if you want Suspend-to-RAM to save the most power
473 possible (without powering off the CPU) by disabling the PLLs
474 and main oscillator so that only the 32 KiHz clock is available.
475
476 When only that slow-clock is available, some peripherals lose
477 functionality. Many can't issue wakeup events unless faster
478 clocks are available. Some lose their operating state and
479 need to be completely re-initialized.
480
David Brownell5248c652007-11-12 17:59:10 +0100481config AT91_TIMER_HZ
482 int "Kernel HZ (jiffies per second)"
483 range 32 1024
484 depends on ARCH_AT91
485 default "128" if ARCH_AT91RM9200
486 default "100"
487 help
488 On AT91rm9200 chips where you're using a system clock derived
489 from the 32768 Hz hardware clock, this tick rate should divide
490 it exactly: use a power-of-two value, such as 128 or 256, to
491 reduce timing errors caused by rounding.
492
493 On AT91sam926x chips, or otherwise when using a higher precision
494 system clock (of at least several MHz), rounding is less of a
495 problem so it can be safer to use a decimal values like 100.
496
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100497choice
498 prompt "Select a UART for early kernel messages"
499
500config AT91_EARLY_DBGU
501 bool "DBGU"
502
503config AT91_EARLY_USART0
504 bool "USART0"
505
506config AT91_EARLY_USART1
507 bool "USART1"
508
509config AT91_EARLY_USART2
510 bool "USART2"
511 depends on ! ARCH_AT91X40
512
513config AT91_EARLY_USART3
514 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200515 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100516
517config AT91_EARLY_USART4
518 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200519 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100520
521config AT91_EARLY_USART5
522 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200523 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100524
525endchoice
526
SAN People73a59c12006-01-09 17:05:41 +0000527endmenu
528
529endif