blob: 4f991f2952846fb89d36be0758c255a4014b575a [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-VILLARD13079a72011-11-02 01:43:31 +08006config HAVE_AT91_DBGU0
7 bool
8
9config HAVE_AT91_DBGU1
10 bool
11
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020012config HAVE_AT91_USART3
13 bool
14
15config HAVE_AT91_USART4
16 bool
17
18config HAVE_AT91_USART5
19 bool
20
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010021menu "Atmel AT91 System-on-Chip"
22
Andrew Victor05043d02006-12-01 11:51:19 +010023choice
24 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010025
26config ARCH_AT91RM9200
27 bool "AT91RM9200"
Russell Kingc7508152008-10-26 10:55:14 +000028 select CPU_ARM920T
David Brownell5e802df2007-07-31 01:41:26 +010029 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080030 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020031 select HAVE_AT91_USART3
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010032
33config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010034 bool "AT91SAM9260 or AT91SAM9XE"
Russell Kingc7508152008-10-26 10:55:14 +000035 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010036 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080037 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020038 select HAVE_AT91_USART3
39 select HAVE_AT91_USART4
40 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020041 select HAVE_NET_MACB
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010042
43config ARCH_AT91SAM9261
44 bool "AT91SAM9261"
Russell Kingc7508152008-10-26 10:55:14 +000045 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010046 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020047 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080048 select HAVE_AT91_DBGU0
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010049
Nicolas Ferreb319ff82009-06-26 15:37:01 +010050config ARCH_AT91SAM9G10
51 bool "AT91SAM9G10"
52 select CPU_ARM926T
Nicolas Ferreb319ff82009-06-26 15:37:01 +010053 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080054 select HAVE_AT91_DBGU0
Nicolas Ferre0912e532009-06-23 16:30:56 +020055 select HAVE_FB_ATMEL
Nicolas Ferreb319ff82009-06-26 15:37:01 +010056
Andrew Victorb2c65612007-02-08 09:42:40 +010057config ARCH_AT91SAM9263
58 bool "AT91SAM9263"
Russell Kingc7508152008-10-26 10:55:14 +000059 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010060 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020061 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020062 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080063 select HAVE_AT91_DBGU1
Andrew Victorb2c65612007-02-08 09:42:40 +010064
Andrew Victor877d7722007-05-11 20:49:56 +010065config ARCH_AT91SAM9RL
66 bool "AT91SAM9RL"
Russell Kingc7508152008-10-26 10:55:14 +000067 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010068 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020069 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020070 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080071 select HAVE_AT91_DBGU0
Andrew Victor877d7722007-05-11 20:49:56 +010072
sedji gaouaou61352662008-07-10 10:15:35 +010073config ARCH_AT91SAM9G20
74 bool "AT91SAM9G20"
Russell Kingc7508152008-10-26 10:55:14 +000075 select CPU_ARM926T
sedji gaouaou61352662008-07-10 10:15:35 +010076 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080077 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020078 select HAVE_AT91_USART3
79 select HAVE_AT91_USART4
80 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020081 select HAVE_NET_MACB
sedji gaouaou61352662008-07-10 10:15:35 +010082
Nicolas Ferre789b23b2009-06-26 15:36:58 +010083config ARCH_AT91SAM9G45
84 bool "AT91SAM9G45"
85 select CPU_ARM926T
Nicolas Ferre789b23b2009-06-26 15:36:58 +010086 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020087 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020088 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020089 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080090 select HAVE_AT91_DBGU1
Nicolas Ferre789b23b2009-06-26 15:36:58 +010091
Andrew Victor2b3b3512008-01-24 15:10:39 +010092config ARCH_AT91CAP9
93 bool "AT91CAP9"
Russell Kingc7508152008-10-26 10:55:14 +000094 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010095 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020096 select HAVE_FB_ATMEL
Uwe Kleine-König568aa752011-04-19 10:21:20 +020097 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080098 select HAVE_AT91_DBGU1
Andrew Victor2b3b3512008-01-24 15:10:39 +010099
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100100config ARCH_AT91X40
101 bool "AT91x40"
John Stultz5cfc8ee2010-03-24 00:22:36 +0000102 select ARCH_USES_GETTIMEOFFSET
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100103
Andrew Victor05043d02006-12-01 11:51:19 +0100104endchoice
105
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100106config AT91_PMC_UNIT
107 bool
108 default !ARCH_AT91X40
109
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100110# ----------------------------------------------------------
111
112if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +0000113
114comment "AT91RM9200 Board Type"
115
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100116config MACH_ONEARM
117 bool "Ajeco 1ARM Single Board Computer"
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100118 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100119 Select this if you are using Ajeco's 1ARM Single Board Computer.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700120 <http://www.ajeco.fi/>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100121
SAN People73a59c12006-01-09 17:05:41 +0000122config ARCH_AT91RM9200DK
123 bool "Atmel AT91RM9200-DK Development board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200124 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000125 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100126 Select this if you are using Atmel's AT91RM9200-DK Development board.
127 (Discontinued)
128
SAN People73a59c12006-01-09 17:05:41 +0000129config MACH_AT91RM9200EK
130 bool "Atmel AT91RM9200-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200131 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000132 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100133 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
134 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +0000135
136config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100137 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +0000138 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100139 Select this if you are using Cogent's CSB337 board.
140 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +0000141
142config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100143 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +0000144 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100145 Select this if you are using Cogent's CSB637 board.
146 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +0000147
148config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100149 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +0000150 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100151 Select this if you are using Conitec's AT91RM9200-MCU-Module.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700152 <http://www.conitec.net/english/linuxboard.php>
SAN People73a59c12006-01-09 17:05:41 +0000153
Andrew Victor6902f522006-06-20 19:30:18 +0100154config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100155 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +0100156 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100157 Select this if you are using Embest's ATEB9200 board.
158 <http://www.embedinfo.com/english/product/ATEB9200.asp>
159
160config MACH_KB9200
161 bool "KwikByte KB920x"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100162 help
163 Select this if you are using KwikByte's KB920x board.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700164 <http://www.kwikbyte.com/KB9202.html>
Andrew Victor6902f522006-06-20 19:30:18 +0100165
Simon Richter5d01f132007-04-02 14:06:29 +0100166config MACH_PICOTUX2XX
167 bool "picotux 200"
Simon Richter5d01f132007-04-02 14:06:29 +0100168 help
169 Select this if you are using a picotux 200.
170 <http://www.picotux.com/>
171
Andrew Victor6902f522006-06-20 19:30:18 +0100172config MACH_KAFA
173 bool "Sperry-Sun KAFA board"
Andrew Victor6902f522006-06-20 19:30:18 +0100174 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100175 Select this if you are using Sperry-Sun's KAFA board.
176
Andrew Victor2f036ac2008-04-15 21:10:11 +0100177config MACH_ECBAT91
178 bool "emQbit ECB_AT91 SBC"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200179 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor2f036ac2008-04-15 21:10:11 +0100180 help
181 Select this if you are using emQbit's ECB_AT91 board.
182 <http://wiki.emqbit.com/free-ecb-at91>
183
Andrew Victore3ba22d2008-05-24 17:06:45 +0100184config MACH_YL9200
185 bool "ucDragon YL-9200"
Andrew Victore3ba22d2008-05-24 17:06:45 +0100186 help
187 Select this if you are using the ucDragon YL-9200 board.
188
Eric Bénard10233a92009-07-30 07:23:42 +0100189config MACH_CPUAT91
190 bool "Eukrea CPUAT91"
Eric Bénard10233a92009-07-30 07:23:42 +0100191 help
192 Select this if you are using the Eukrea Electromatique's
193 CPUAT91 board <http://www.eukrea.com/>.
194
Uwe Kleine-König01c62c92009-11-03 20:39:02 +0100195config MACH_ECO920
196 bool "eco920"
197 help
198 Select this if you are using the eco920 board
199
Josef Holzmayr82cb8652011-08-02 13:28:42 +0200200config MACH_RSI_EWS
201 bool "RSI Embedded Webserver"
202 depends on ARCH_AT91RM9200
203 help
204 Select this if you are using RSIs EWS board.
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100205endif
206
207# ----------------------------------------------------------
208
209if ARCH_AT91SAM9260
210
Andrew Victorf7eee892007-02-15 08:17:38 +0100211comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100212
Andrew Victorf7eee892007-02-15 08:17:38 +0100213comment "AT91SAM9260 / AT91SAM9XE Board Type"
214
215config MACH_AT91SAM9260EK
216 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200217 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100218 help
219 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100220 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
221
Andrew Victor35131fb2008-04-15 21:05:03 +0100222config MACH_CAM60
223 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100224 help
225 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
226 <http://www.kwikbyte.com/KB9260.html>
227
Andrew Victor66dbfc62008-04-15 21:07:08 +0100228config MACH_SAM9_L9260
229 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200230 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100231 help
232 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
233 <http://www.olimex.com/dev/sam9-L9260.html>
234
Sergey Lapin9c784f92008-08-03 02:29:48 +0100235config MACH_AFEB9260
236 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100237 help
238 Select this if you are using custom afeb9260 board based on
239 open hardware design. Select this for revision 1 of the board.
240 <svn://194.85.238.22/home/users/george/svn/arm9eb>
241 <http://groups.google.com/group/arm9fpga-evolution-board>
242
Andrew Victorca0a7892008-05-24 17:47:04 +0100243config MACH_USB_A9260
244 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100245 help
246 Select this if you are using a Calao Systems USB-A9260.
247 <http://www.calao-systems.com>
248
249config MACH_QIL_A9260
250 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100251 help
252 Select this if you are using a Calao Systems QIL-A9260 Board.
253 <http://www.calao-systems.com>
254
Eric Bénard41a353d2009-07-30 07:20:03 +0100255config MACH_CPU9260
256 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100257 help
258 Select this if you are using a Eukrea Electromatique's
259 CPU9260 Board <http://www.eukrea.com/>
260
Maxim Osipov8ed90592010-09-15 11:54:49 +0100261config MACH_FLEXIBITY
262 bool "Flexibity Connect board"
263 help
264 Select this if you are using Flexibity Connect board
265 <http://www.flexibity.com>
266
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100267endif
268
269# ----------------------------------------------------------
270
271if ARCH_AT91SAM9261
272
273comment "AT91SAM9261 Board Type"
274
Andrew Victor58a0cd72006-12-01 14:51:13 +0100275config MACH_AT91SAM9261EK
276 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200277 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100278 help
279 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
280 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
281
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100282endif
Andrew Victor6902f522006-06-20 19:30:18 +0100283
Andrew Victor58a0cd72006-12-01 14:51:13 +0100284# ----------------------------------------------------------
285
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100286if ARCH_AT91SAM9G10
287
288comment "AT91SAM9G10 Board Type"
289
290config MACH_AT91SAM9G10EK
291 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200292 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100293 help
294 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
295 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
296
297endif
298
299# ----------------------------------------------------------
300
Andrew Victore6d92e62007-02-08 10:22:16 +0100301if ARCH_AT91SAM9263
302
303comment "AT91SAM9263 Board Type"
304
305config MACH_AT91SAM9263EK
306 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200307 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100308 help
309 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
310 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
311
Andrew Victorca0a7892008-05-24 17:47:04 +0100312config MACH_USB_A9263
313 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100314 help
315 Select this if you are using a Calao Systems USB-A9263.
316 <http://www.calao-systems.com>
317
Andrew Victorffc63b72008-10-06 20:13:53 +0100318config MACH_NEOCORE926
319 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200320 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100321 help
322 Select this if you are using the Adeneo Neocore 926 board.
323
Andrew Victore6d92e62007-02-08 10:22:16 +0100324endif
325
326# ----------------------------------------------------------
327
Andrew Victorc42dcb32007-05-11 19:24:18 +0100328if ARCH_AT91SAM9RL
329
330comment "AT91SAM9RL Board Type"
331
332config MACH_AT91SAM9RLEK
333 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100334 help
335 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
336
337endif
338
339# ----------------------------------------------------------
340
sedji gaouaou61352662008-07-10 10:15:35 +0100341if ARCH_AT91SAM9G20
342
343comment "AT91SAM9G20 Board Type"
344
345config MACH_AT91SAM9G20EK
346 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200347 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100348 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200349 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
350 that embeds only one SD/MMC slot.
351
352config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200353 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200354 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200355 help
356 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
357 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
358 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100359
Eric Bénard41a353d2009-07-30 07:20:03 +0100360config MACH_CPU9G20
361 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100362 help
363 Select this if you are using a Eukrea Electromatique's
364 CPU9G20 Board <http://www.eukrea.com/>
365
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200366config MACH_ACMENETUSFOXG20
367 bool "Acme Systems srl FOX Board G20"
368 help
369 Select this if you are using Acme Systems
370 FOX Board G20 <http://www.acmesystems.it>
371
Christian Glindkamp9b404b72010-04-13 14:55:10 +0100372config MACH_PORTUXG20
373 bool "taskit PortuxG20"
374 help
375 Select this if you are using taskit's PortuxG20.
376 <http://www.taskit.de/en/>
377
378config MACH_STAMP9G20
379 bool "taskit Stamp9G20 CPU module"
380 help
381 Select this if you are using taskit's Stamp9G20 CPU module on its
382 evaluation board.
383 <http://www.taskit.de/en/>
384
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200385config MACH_PCONTROL_G20
386 bool "PControl G20 CPU module"
387 help
388 Select this if you are using taskit's Stamp9G20 CPU module on this
389 carrier board, beeing the decentralized unit of a building automation
390 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100391
392config MACH_GSIA18S
393 bool "GS_IA18_S board"
394 help
395 This enables support for the GS_IA18_S board
396 produced by GeoSIG Ltd company. This is an internet accelerograph.
397 <http://www.geosig.com>
Jean-Christophe PLAGNIOL-VILLARD0a072a22011-08-30 18:25:53 +0200398
399config MACH_USB_A9G20
400 bool "CALAO USB-A9G20"
401 depends on ARCH_AT91SAM9G20
402 help
403 Select this if you are using a Calao Systems USB-A9G20.
404 <http://www.calao-systems.com>
405
sedji gaouaou61352662008-07-10 10:15:35 +0100406endif
407
Ryan Mallon064baac2010-07-06 21:48:53 +0100408if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
409comment "AT91SAM9260/AT91SAM9G20 boards"
410
411config MACH_SNAPPER_9260
412 bool "Bluewater Systems Snapper 9260/9G20 module"
413 help
414 Select this if you are using the Bluewater Systems Snapper 9260 or
415 Snapper 9G20 modules.
416 <http://www.bluewatersys.com/>
417endif
418
sedji gaouaou61352662008-07-10 10:15:35 +0100419# ----------------------------------------------------------
420
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100421if ARCH_AT91SAM9G45
422
423comment "AT91SAM9G45 Board Type"
424
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200425config MACH_AT91SAM9M10G45EK
426 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100427 help
428 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
429 "ES" at the end of the name means that this board is an
430 Engineering Sample.
431
432endif
433
434# ----------------------------------------------------------
435
Andrew Victor86640ca2008-01-24 15:16:41 +0100436if ARCH_AT91CAP9
437
438comment "AT91CAP9 Board Type"
439
440config MACH_AT91CAP9ADK
441 bool "Atmel AT91CAP9A-DK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200442 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor86640ca2008-01-24 15:16:41 +0100443 help
444 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
445 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
446
447endif
448
449# ----------------------------------------------------------
450
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100451if ARCH_AT91X40
452
453comment "AT91X40 Board Type"
454
455config MACH_AT91EB01
456 bool "Atmel AT91EB01 Evaluation Kit"
457 help
458 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
459 It is also a popular target for simulators such as GDB's
460 ARM simulator (commonly known as the ARMulator) and the
461 Skyeye simulator.
462
463endif
464
465# ----------------------------------------------------------
466
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200467comment "Generic Board Type"
468
469config MACH_AT91SAM_DT
470 bool "Atmel AT91SAM Evaluation Kits with device-tree support"
471 select USE_OF
472 help
473 Select this if you want to experiment device-tree with
474 an Atmel Evaluation Kit.
475
476# ----------------------------------------------------------
477
Andrew Victor58a0cd72006-12-01 14:51:13 +0100478comment "AT91 Board Options"
479
480config MTD_AT91_DATAFLASH_CARD
481 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200482 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100483 help
484 Enable support for the DataFlash card.
485
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100486# ----------------------------------------------------------
487
488comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000489
490config AT91_PROGRAMMABLE_CLOCKS
491 bool "Programmable Clocks"
492 help
493 Select this if you need to program one or more of the PCK0..PCK3
494 programmable clock outputs.
495
Andrew Victoreaad2db2008-09-21 21:35:18 +0100496config AT91_SLOW_CLOCK
497 bool "Suspend-to-RAM disables main oscillator"
498 depends on SUSPEND
499 help
500 Select this if you want Suspend-to-RAM to save the most power
501 possible (without powering off the CPU) by disabling the PLLs
502 and main oscillator so that only the 32 KiHz clock is available.
503
504 When only that slow-clock is available, some peripherals lose
505 functionality. Many can't issue wakeup events unless faster
506 clocks are available. Some lose their operating state and
507 need to be completely re-initialized.
508
David Brownell5248c652007-11-12 17:59:10 +0100509config AT91_TIMER_HZ
510 int "Kernel HZ (jiffies per second)"
511 range 32 1024
512 depends on ARCH_AT91
513 default "128" if ARCH_AT91RM9200
514 default "100"
515 help
516 On AT91rm9200 chips where you're using a system clock derived
517 from the 32768 Hz hardware clock, this tick rate should divide
518 it exactly: use a power-of-two value, such as 128 or 256, to
519 reduce timing errors caused by rounding.
520
521 On AT91sam926x chips, or otherwise when using a higher precision
522 system clock (of at least several MHz), rounding is less of a
523 problem so it can be safer to use a decimal values like 100.
524
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100525choice
526 prompt "Select a UART for early kernel messages"
527
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800528config AT91_EARLY_DBGU0
529 bool "DBGU on rm9200, 9260/9g20, 9261/9g10 and 9rl"
530 depends on HAVE_AT91_DBGU0
531
532config AT91_EARLY_DBGU1
533 bool "DBGU on 9263, 9g45 and cap9"
534 depends on HAVE_AT91_DBGU1
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100535
536config AT91_EARLY_USART0
537 bool "USART0"
538
539config AT91_EARLY_USART1
540 bool "USART1"
541
542config AT91_EARLY_USART2
543 bool "USART2"
544 depends on ! ARCH_AT91X40
545
546config AT91_EARLY_USART3
547 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200548 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100549
550config AT91_EARLY_USART4
551 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200552 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100553
554config AT91_EARLY_USART5
555 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200556 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100557
558endchoice
559
SAN People73a59c12006-01-09 17:05:41 +0000560endmenu
561
562endif