blob: d111c3e9924986d206d0df439d12674e0a4855c8 [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 +0100198comment "AT91SAM9260 / AT91SAM9XE Board Type"
199
200config MACH_AT91SAM9260EK
201 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200202 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100203 help
204 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100205 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
206
Andrew Victor35131fb2008-04-15 21:05:03 +0100207config MACH_CAM60
208 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100209 help
210 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
211 <http://www.kwikbyte.com/KB9260.html>
212
Andrew Victor66dbfc62008-04-15 21:07:08 +0100213config MACH_SAM9_L9260
214 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200215 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100216 help
217 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
218 <http://www.olimex.com/dev/sam9-L9260.html>
219
Sergey Lapin9c784f92008-08-03 02:29:48 +0100220config MACH_AFEB9260
221 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100222 help
223 Select this if you are using custom afeb9260 board based on
224 open hardware design. Select this for revision 1 of the board.
225 <svn://194.85.238.22/home/users/george/svn/arm9eb>
226 <http://groups.google.com/group/arm9fpga-evolution-board>
227
Andrew Victorca0a7892008-05-24 17:47:04 +0100228config MACH_USB_A9260
229 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100230 help
231 Select this if you are using a Calao Systems USB-A9260.
232 <http://www.calao-systems.com>
233
234config MACH_QIL_A9260
235 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100236 help
237 Select this if you are using a Calao Systems QIL-A9260 Board.
238 <http://www.calao-systems.com>
239
Eric Bénard41a353d2009-07-30 07:20:03 +0100240config MACH_CPU9260
241 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100242 help
243 Select this if you are using a Eukrea Electromatique's
244 CPU9260 Board <http://www.eukrea.com/>
245
Maxim Osipov8ed90592010-09-15 11:54:49 +0100246config MACH_FLEXIBITY
247 bool "Flexibity Connect board"
248 help
249 Select this if you are using Flexibity Connect board
250 <http://www.flexibity.com>
251
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100252endif
253
254# ----------------------------------------------------------
255
256if ARCH_AT91SAM9261
257
258comment "AT91SAM9261 Board Type"
259
Andrew Victor58a0cd72006-12-01 14:51:13 +0100260config MACH_AT91SAM9261EK
261 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200262 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100263 help
264 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
265 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
266
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100267endif
Andrew Victor6902f522006-06-20 19:30:18 +0100268
Andrew Victor58a0cd72006-12-01 14:51:13 +0100269# ----------------------------------------------------------
270
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100271if ARCH_AT91SAM9G10
272
273comment "AT91SAM9G10 Board Type"
274
275config MACH_AT91SAM9G10EK
276 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200277 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100278 help
279 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
280 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
281
282endif
283
284# ----------------------------------------------------------
285
Andrew Victore6d92e62007-02-08 10:22:16 +0100286if ARCH_AT91SAM9263
287
288comment "AT91SAM9263 Board Type"
289
290config MACH_AT91SAM9263EK
291 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200292 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100293 help
294 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
295 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
296
Andrew Victorca0a7892008-05-24 17:47:04 +0100297config MACH_USB_A9263
298 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100299 help
300 Select this if you are using a Calao Systems USB-A9263.
301 <http://www.calao-systems.com>
302
Andrew Victorffc63b72008-10-06 20:13:53 +0100303config MACH_NEOCORE926
304 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200305 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100306 help
307 Select this if you are using the Adeneo Neocore 926 board.
308
Andrew Victore6d92e62007-02-08 10:22:16 +0100309endif
310
311# ----------------------------------------------------------
312
Andrew Victorc42dcb32007-05-11 19:24:18 +0100313if ARCH_AT91SAM9RL
314
315comment "AT91SAM9RL Board Type"
316
317config MACH_AT91SAM9RLEK
318 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100319 help
320 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
321
322endif
323
324# ----------------------------------------------------------
325
sedji gaouaou61352662008-07-10 10:15:35 +0100326if ARCH_AT91SAM9G20
327
328comment "AT91SAM9G20 Board Type"
329
330config MACH_AT91SAM9G20EK
331 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200332 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100333 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200334 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
335 that embeds only one SD/MMC slot.
336
337config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200338 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200339 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200340 help
341 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
342 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
343 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100344
Eric Bénard41a353d2009-07-30 07:20:03 +0100345config MACH_CPU9G20
346 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100347 help
348 Select this if you are using a Eukrea Electromatique's
349 CPU9G20 Board <http://www.eukrea.com/>
350
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200351config MACH_ACMENETUSFOXG20
352 bool "Acme Systems srl FOX Board G20"
353 help
354 Select this if you are using Acme Systems
355 FOX Board G20 <http://www.acmesystems.it>
356
Christian Glindkamp9b404b72010-04-13 14:55:10 +0100357config MACH_PORTUXG20
358 bool "taskit PortuxG20"
359 help
360 Select this if you are using taskit's PortuxG20.
361 <http://www.taskit.de/en/>
362
363config MACH_STAMP9G20
364 bool "taskit Stamp9G20 CPU module"
365 help
366 Select this if you are using taskit's Stamp9G20 CPU module on its
367 evaluation board.
368 <http://www.taskit.de/en/>
369
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200370config MACH_PCONTROL_G20
371 bool "PControl G20 CPU module"
372 help
373 Select this if you are using taskit's Stamp9G20 CPU module on this
374 carrier board, beeing the decentralized unit of a building automation
375 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100376
377config MACH_GSIA18S
378 bool "GS_IA18_S board"
379 help
380 This enables support for the GS_IA18_S board
381 produced by GeoSIG Ltd company. This is an internet accelerograph.
382 <http://www.geosig.com>
Jean-Christophe PLAGNIOL-VILLARD0a072a22011-08-30 18:25:53 +0200383
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
sedji gaouaou61352662008-07-10 10:15:35 +0100391endif
392
Ryan Mallon064baac2010-07-06 21:48:53 +0100393if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
394comment "AT91SAM9260/AT91SAM9G20 boards"
395
396config MACH_SNAPPER_9260
397 bool "Bluewater Systems Snapper 9260/9G20 module"
398 help
399 Select this if you are using the Bluewater Systems Snapper 9260 or
400 Snapper 9G20 modules.
401 <http://www.bluewatersys.com/>
402endif
403
sedji gaouaou61352662008-07-10 10:15:35 +0100404# ----------------------------------------------------------
405
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100406if ARCH_AT91SAM9G45
407
408comment "AT91SAM9G45 Board Type"
409
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200410config MACH_AT91SAM9M10G45EK
411 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100412 help
413 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
414 "ES" at the end of the name means that this board is an
415 Engineering Sample.
416
417endif
418
419# ----------------------------------------------------------
420
Andrew Victor86640ca2008-01-24 15:16:41 +0100421if ARCH_AT91CAP9
422
423comment "AT91CAP9 Board Type"
424
425config MACH_AT91CAP9ADK
426 bool "Atmel AT91CAP9A-DK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200427 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor86640ca2008-01-24 15:16:41 +0100428 help
429 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
430 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
431
432endif
433
434# ----------------------------------------------------------
435
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100436if ARCH_AT91X40
437
438comment "AT91X40 Board Type"
439
440config MACH_AT91EB01
441 bool "Atmel AT91EB01 Evaluation Kit"
442 help
443 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
444 It is also a popular target for simulators such as GDB's
445 ARM simulator (commonly known as the ARMulator) and the
446 Skyeye simulator.
447
448endif
449
450# ----------------------------------------------------------
451
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200452comment "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
Andrew Victor58a0cd72006-12-01 14:51:13 +0100463comment "AT91 Board Options"
464
465config MTD_AT91_DATAFLASH_CARD
466 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200467 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100468 help
469 Enable support for the DataFlash card.
470
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100471# ----------------------------------------------------------
472
473comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000474
475config AT91_PROGRAMMABLE_CLOCKS
476 bool "Programmable Clocks"
477 help
478 Select this if you need to program one or more of the PCK0..PCK3
479 programmable clock outputs.
480
Andrew Victoreaad2db2008-09-21 21:35:18 +0100481config AT91_SLOW_CLOCK
482 bool "Suspend-to-RAM disables main oscillator"
483 depends on SUSPEND
484 help
485 Select this if you want Suspend-to-RAM to save the most power
486 possible (without powering off the CPU) by disabling the PLLs
487 and main oscillator so that only the 32 KiHz clock is available.
488
489 When only that slow-clock is available, some peripherals lose
490 functionality. Many can't issue wakeup events unless faster
491 clocks are available. Some lose their operating state and
492 need to be completely re-initialized.
493
David Brownell5248c652007-11-12 17:59:10 +0100494config AT91_TIMER_HZ
495 int "Kernel HZ (jiffies per second)"
496 range 32 1024
497 depends on ARCH_AT91
498 default "128" if ARCH_AT91RM9200
499 default "100"
500 help
501 On AT91rm9200 chips where you're using a system clock derived
502 from the 32768 Hz hardware clock, this tick rate should divide
503 it exactly: use a power-of-two value, such as 128 or 256, to
504 reduce timing errors caused by rounding.
505
506 On AT91sam926x chips, or otherwise when using a higher precision
507 system clock (of at least several MHz), rounding is less of a
508 problem so it can be safer to use a decimal values like 100.
509
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100510choice
511 prompt "Select a UART for early kernel messages"
512
513config AT91_EARLY_DBGU
514 bool "DBGU"
515
516config AT91_EARLY_USART0
517 bool "USART0"
518
519config AT91_EARLY_USART1
520 bool "USART1"
521
522config AT91_EARLY_USART2
523 bool "USART2"
524 depends on ! ARCH_AT91X40
525
526config AT91_EARLY_USART3
527 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200528 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100529
530config AT91_EARLY_USART4
531 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200532 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100533
534config AT91_EARLY_USART5
535 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200536 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100537
538endchoice
539
SAN People73a59c12006-01-09 17:05:41 +0000540endmenu
541
542endif