blob: 22484670e7ba60948d75aeb3af23009795a2fe37 [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
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100185endif
186
187# ----------------------------------------------------------
188
189if ARCH_AT91SAM9260
190
Andrew Victorf7eee892007-02-15 08:17:38 +0100191comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100192
Andrew Victorf7eee892007-02-15 08:17:38 +0100193config ARCH_AT91SAM9260_SAM9XE
194 bool "AT91SAM9XE"
Andrew Victor58a0cd72006-12-01 14:51:13 +0100195 help
Andrew Victorf7eee892007-02-15 08:17:38 +0100196 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
Matt LaPlantea982ac02007-05-09 07:35:06 +0200197 They are basically AT91SAM9260s with various sizes of embedded Flash.
Andrew Victorf7eee892007-02-15 08:17:38 +0100198
199comment "AT91SAM9260 / AT91SAM9XE Board Type"
200
201config MACH_AT91SAM9260EK
202 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200203 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100204 help
205 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100206 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
207
Andrew Victor35131fb2008-04-15 21:05:03 +0100208config MACH_CAM60
209 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100210 help
211 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
212 <http://www.kwikbyte.com/KB9260.html>
213
Andrew Victor66dbfc62008-04-15 21:07:08 +0100214config MACH_SAM9_L9260
215 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200216 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100217 help
218 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
219 <http://www.olimex.com/dev/sam9-L9260.html>
220
Sergey Lapin9c784f92008-08-03 02:29:48 +0100221config MACH_AFEB9260
222 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100223 help
224 Select this if you are using custom afeb9260 board based on
225 open hardware design. Select this for revision 1 of the board.
226 <svn://194.85.238.22/home/users/george/svn/arm9eb>
227 <http://groups.google.com/group/arm9fpga-evolution-board>
228
Andrew Victorca0a7892008-05-24 17:47:04 +0100229config MACH_USB_A9260
230 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100231 help
232 Select this if you are using a Calao Systems USB-A9260.
233 <http://www.calao-systems.com>
234
235config MACH_QIL_A9260
236 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100237 help
238 Select this if you are using a Calao Systems QIL-A9260 Board.
239 <http://www.calao-systems.com>
240
Eric Bénard41a353d2009-07-30 07:20:03 +0100241config MACH_CPU9260
242 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100243 help
244 Select this if you are using a Eukrea Electromatique's
245 CPU9260 Board <http://www.eukrea.com/>
246
Maxim Osipov8ed90592010-09-15 11:54:49 +0100247config MACH_FLEXIBITY
248 bool "Flexibity Connect board"
249 help
250 Select this if you are using Flexibity Connect board
251 <http://www.flexibity.com>
252
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100253endif
254
255# ----------------------------------------------------------
256
257if ARCH_AT91SAM9261
258
259comment "AT91SAM9261 Board Type"
260
Andrew Victor58a0cd72006-12-01 14:51:13 +0100261config MACH_AT91SAM9261EK
262 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200263 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100264 help
265 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
266 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
267
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100268endif
Andrew Victor6902f522006-06-20 19:30:18 +0100269
Andrew Victor58a0cd72006-12-01 14:51:13 +0100270# ----------------------------------------------------------
271
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100272if ARCH_AT91SAM9G10
273
274comment "AT91SAM9G10 Board Type"
275
276config MACH_AT91SAM9G10EK
277 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200278 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100279 help
280 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
281 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
282
283endif
284
285# ----------------------------------------------------------
286
Andrew Victore6d92e62007-02-08 10:22:16 +0100287if ARCH_AT91SAM9263
288
289comment "AT91SAM9263 Board Type"
290
291config MACH_AT91SAM9263EK
292 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200293 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100294 help
295 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
296 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
297
Andrew Victorca0a7892008-05-24 17:47:04 +0100298config MACH_USB_A9263
299 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100300 help
301 Select this if you are using a Calao Systems USB-A9263.
302 <http://www.calao-systems.com>
303
Andrew Victorffc63b72008-10-06 20:13:53 +0100304config MACH_NEOCORE926
305 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200306 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100307 help
308 Select this if you are using the Adeneo Neocore 926 board.
309
Andrew Victore6d92e62007-02-08 10:22:16 +0100310endif
311
312# ----------------------------------------------------------
313
Andrew Victorc42dcb32007-05-11 19:24:18 +0100314if ARCH_AT91SAM9RL
315
316comment "AT91SAM9RL Board Type"
317
318config MACH_AT91SAM9RLEK
319 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100320 help
321 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
322
323endif
324
325# ----------------------------------------------------------
326
sedji gaouaou61352662008-07-10 10:15:35 +0100327if ARCH_AT91SAM9G20
328
329comment "AT91SAM9G20 Board Type"
330
331config MACH_AT91SAM9G20EK
332 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200333 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100334 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200335 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
336 that embeds only one SD/MMC slot.
337
338config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200339 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200340 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200341 help
342 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
343 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
344 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100345
Eric Bénard41a353d2009-07-30 07:20:03 +0100346config MACH_CPU9G20
347 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100348 help
349 Select this if you are using a Eukrea Electromatique's
350 CPU9G20 Board <http://www.eukrea.com/>
351
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200352config MACH_ACMENETUSFOXG20
353 bool "Acme Systems srl FOX Board G20"
354 help
355 Select this if you are using Acme Systems
356 FOX Board G20 <http://www.acmesystems.it>
357
Christian Glindkamp9b404b72010-04-13 14:55:10 +0100358config MACH_PORTUXG20
359 bool "taskit PortuxG20"
360 help
361 Select this if you are using taskit's PortuxG20.
362 <http://www.taskit.de/en/>
363
364config MACH_STAMP9G20
365 bool "taskit Stamp9G20 CPU module"
366 help
367 Select this if you are using taskit's Stamp9G20 CPU module on its
368 evaluation board.
369 <http://www.taskit.de/en/>
370
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200371config MACH_PCONTROL_G20
372 bool "PControl G20 CPU module"
373 help
374 Select this if you are using taskit's Stamp9G20 CPU module on this
375 carrier board, beeing the decentralized unit of a building automation
376 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100377
378config MACH_GSIA18S
379 bool "GS_IA18_S board"
380 help
381 This enables support for the GS_IA18_S board
382 produced by GeoSIG Ltd company. This is an internet accelerograph.
383 <http://www.geosig.com>
sedji gaouaou61352662008-07-10 10:15:35 +0100384endif
385
Ryan Mallon064baac2010-07-06 21:48:53 +0100386if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
387comment "AT91SAM9260/AT91SAM9G20 boards"
388
389config MACH_SNAPPER_9260
390 bool "Bluewater Systems Snapper 9260/9G20 module"
391 help
392 Select this if you are using the Bluewater Systems Snapper 9260 or
393 Snapper 9G20 modules.
394 <http://www.bluewatersys.com/>
395endif
396
sedji gaouaou61352662008-07-10 10:15:35 +0100397# ----------------------------------------------------------
398
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100399if ARCH_AT91SAM9G45
400
401comment "AT91SAM9G45 Board Type"
402
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200403config MACH_AT91SAM9M10G45EK
404 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100405 help
406 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
407 "ES" at the end of the name means that this board is an
408 Engineering Sample.
409
410endif
411
412# ----------------------------------------------------------
413
Andrew Victor86640ca2008-01-24 15:16:41 +0100414if ARCH_AT91CAP9
415
416comment "AT91CAP9 Board Type"
417
418config MACH_AT91CAP9ADK
419 bool "Atmel AT91CAP9A-DK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200420 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor86640ca2008-01-24 15:16:41 +0100421 help
422 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
423 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
424
425endif
426
427# ----------------------------------------------------------
428
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100429if ARCH_AT91X40
430
431comment "AT91X40 Board Type"
432
433config MACH_AT91EB01
434 bool "Atmel AT91EB01 Evaluation Kit"
435 help
436 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
437 It is also a popular target for simulators such as GDB's
438 ARM simulator (commonly known as the ARMulator) and the
439 Skyeye simulator.
440
441endif
442
443# ----------------------------------------------------------
444
Andrew Victor58a0cd72006-12-01 14:51:13 +0100445comment "AT91 Board Options"
446
447config MTD_AT91_DATAFLASH_CARD
448 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200449 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100450 help
451 Enable support for the DataFlash card.
452
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100453# ----------------------------------------------------------
454
455comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000456
457config AT91_PROGRAMMABLE_CLOCKS
458 bool "Programmable Clocks"
459 help
460 Select this if you need to program one or more of the PCK0..PCK3
461 programmable clock outputs.
462
Andrew Victoreaad2db2008-09-21 21:35:18 +0100463config AT91_SLOW_CLOCK
464 bool "Suspend-to-RAM disables main oscillator"
465 depends on SUSPEND
466 help
467 Select this if you want Suspend-to-RAM to save the most power
468 possible (without powering off the CPU) by disabling the PLLs
469 and main oscillator so that only the 32 KiHz clock is available.
470
471 When only that slow-clock is available, some peripherals lose
472 functionality. Many can't issue wakeup events unless faster
473 clocks are available. Some lose their operating state and
474 need to be completely re-initialized.
475
David Brownell5248c652007-11-12 17:59:10 +0100476config AT91_TIMER_HZ
477 int "Kernel HZ (jiffies per second)"
478 range 32 1024
479 depends on ARCH_AT91
480 default "128" if ARCH_AT91RM9200
481 default "100"
482 help
483 On AT91rm9200 chips where you're using a system clock derived
484 from the 32768 Hz hardware clock, this tick rate should divide
485 it exactly: use a power-of-two value, such as 128 or 256, to
486 reduce timing errors caused by rounding.
487
488 On AT91sam926x chips, or otherwise when using a higher precision
489 system clock (of at least several MHz), rounding is less of a
490 problem so it can be safer to use a decimal values like 100.
491
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100492choice
493 prompt "Select a UART for early kernel messages"
494
495config AT91_EARLY_DBGU
496 bool "DBGU"
497
498config AT91_EARLY_USART0
499 bool "USART0"
500
501config AT91_EARLY_USART1
502 bool "USART1"
503
504config AT91_EARLY_USART2
505 bool "USART2"
506 depends on ! ARCH_AT91X40
507
508config AT91_EARLY_USART3
509 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200510 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100511
512config AT91_EARLY_USART4
513 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200514 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100515
516config AT91_EARLY_USART5
517 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200518 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100519
520endchoice
521
SAN People73a59c12006-01-09 17:05:41 +0000522endmenu
523
524endif