blob: dfbc2c5432ab0c887f3231b910b591f4d111cfe4 [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
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080021config AT91_SAM9_ALT_RESET
22 bool
Jean-Christophe PLAGNIOL-VILLARD21ea52a2012-03-03 03:14:16 +080023 default !ARCH_AT91X40
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080024
Jean-Christophe PLAGNIOL-VILLARD14f991a2011-11-18 01:41:28 +080025config AT91_SAM9G45_RESET
26 bool
Jean-Christophe PLAGNIOL-VILLARD21ea52a2012-03-03 03:14:16 +080027 default !ARCH_AT91X40
Jean-Christophe PLAGNIOL-VILLARD14f991a2011-11-18 01:41:28 +080028
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010029menu "Atmel AT91 System-on-Chip"
30
Andrew Victor05043d02006-12-01 11:51:19 +010031choice
32 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010033
34config ARCH_AT91RM9200
35 bool "AT91RM9200"
Russell Kingc7508152008-10-26 10:55:14 +000036 select CPU_ARM920T
David Brownell5e802df2007-07-31 01:41:26 +010037 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080038 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020039 select HAVE_AT91_USART3
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010040
41config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010042 bool "AT91SAM9260 or AT91SAM9XE"
Russell Kingc7508152008-10-26 10:55:14 +000043 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010044 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080045 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020046 select HAVE_AT91_USART3
47 select HAVE_AT91_USART4
48 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020049 select HAVE_NET_MACB
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010050
51config ARCH_AT91SAM9261
52 bool "AT91SAM9261"
Russell Kingc7508152008-10-26 10:55:14 +000053 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010054 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020055 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080056 select HAVE_AT91_DBGU0
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010057
Nicolas Ferreb319ff82009-06-26 15:37:01 +010058config ARCH_AT91SAM9G10
59 bool "AT91SAM9G10"
60 select CPU_ARM926T
Nicolas Ferreb319ff82009-06-26 15:37:01 +010061 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080062 select HAVE_AT91_DBGU0
Nicolas Ferre0912e532009-06-23 16:30:56 +020063 select HAVE_FB_ATMEL
Nicolas Ferreb319ff82009-06-26 15:37:01 +010064
Andrew Victorb2c65612007-02-08 09:42:40 +010065config ARCH_AT91SAM9263
66 bool "AT91SAM9263"
Russell Kingc7508152008-10-26 10:55:14 +000067 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010068 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020069 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020070 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080071 select HAVE_AT91_DBGU1
Andrew Victorb2c65612007-02-08 09:42:40 +010072
Andrew Victor877d7722007-05-11 20:49:56 +010073config ARCH_AT91SAM9RL
74 bool "AT91SAM9RL"
Russell Kingc7508152008-10-26 10:55:14 +000075 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010076 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020077 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020078 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080079 select HAVE_AT91_DBGU0
Andrew Victor877d7722007-05-11 20:49:56 +010080
sedji gaouaou61352662008-07-10 10:15:35 +010081config ARCH_AT91SAM9G20
82 bool "AT91SAM9G20"
Russell Kingc7508152008-10-26 10:55:14 +000083 select CPU_ARM926T
sedji gaouaou61352662008-07-10 10:15:35 +010084 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080085 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020086 select HAVE_AT91_USART3
87 select HAVE_AT91_USART4
88 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020089 select HAVE_NET_MACB
sedji gaouaou61352662008-07-10 10:15:35 +010090
Nicolas Ferre789b23b2009-06-26 15:36:58 +010091config ARCH_AT91SAM9G45
Nicolas Ferreca1dcbf2012-03-15 12:26:43 +010092 bool "AT91SAM9G45 or AT91SAM9M10 families"
Nicolas Ferre789b23b2009-06-26 15:36:58 +010093 select CPU_ARM926T
Nicolas Ferre789b23b2009-06-26 15:36:58 +010094 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020095 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020096 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020097 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080098 select HAVE_AT91_DBGU1
Nicolas Ferreca1dcbf2012-03-15 12:26:43 +010099 help
100 Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
101 This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100102
Nicolas Ferre9a3ee402012-01-23 16:16:44 +0100103config ARCH_AT91SAM9X5
104 bool "AT91SAM9x5 family"
105 select CPU_ARM926T
106 select GENERIC_CLOCKEVENTS
107 select HAVE_FB_ATMEL
108 select HAVE_NET_MACB
109 select HAVE_AT91_DBGU0
Nicolas Ferre9a3ee402012-01-23 16:16:44 +0100110
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100111config ARCH_AT91X40
112 bool "AT91x40"
John Stultz5cfc8ee2010-03-24 00:22:36 +0000113 select ARCH_USES_GETTIMEOFFSET
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100114
Andrew Victor05043d02006-12-01 11:51:19 +0100115endchoice
116
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100117config AT91_PMC_UNIT
118 bool
119 default !ARCH_AT91X40
120
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100121# ----------------------------------------------------------
122
123if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +0000124
125comment "AT91RM9200 Board Type"
126
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100127config MACH_ONEARM
128 bool "Ajeco 1ARM Single Board Computer"
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100129 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100130 Select this if you are using Ajeco's 1ARM Single Board Computer.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700131 <http://www.ajeco.fi/>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100132
SAN People73a59c12006-01-09 17:05:41 +0000133config ARCH_AT91RM9200DK
134 bool "Atmel AT91RM9200-DK Development board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200135 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000136 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100137 Select this if you are using Atmel's AT91RM9200-DK Development board.
138 (Discontinued)
139
SAN People73a59c12006-01-09 17:05:41 +0000140config MACH_AT91RM9200EK
141 bool "Atmel AT91RM9200-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200142 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000143 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100144 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
145 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +0000146
147config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100148 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +0000149 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100150 Select this if you are using Cogent's CSB337 board.
151 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +0000152
153config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100154 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +0000155 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100156 Select this if you are using Cogent's CSB637 board.
157 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +0000158
159config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100160 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +0000161 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100162 Select this if you are using Conitec's AT91RM9200-MCU-Module.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700163 <http://www.conitec.net/english/linuxboard.php>
SAN People73a59c12006-01-09 17:05:41 +0000164
Andrew Victor6902f522006-06-20 19:30:18 +0100165config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100166 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +0100167 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100168 Select this if you are using Embest's ATEB9200 board.
169 <http://www.embedinfo.com/english/product/ATEB9200.asp>
170
171config MACH_KB9200
172 bool "KwikByte KB920x"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100173 help
174 Select this if you are using KwikByte's KB920x board.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700175 <http://www.kwikbyte.com/KB9202.html>
Andrew Victor6902f522006-06-20 19:30:18 +0100176
Simon Richter5d01f132007-04-02 14:06:29 +0100177config MACH_PICOTUX2XX
178 bool "picotux 200"
Simon Richter5d01f132007-04-02 14:06:29 +0100179 help
180 Select this if you are using a picotux 200.
181 <http://www.picotux.com/>
182
Andrew Victor6902f522006-06-20 19:30:18 +0100183config MACH_KAFA
184 bool "Sperry-Sun KAFA board"
Andrew Victor6902f522006-06-20 19:30:18 +0100185 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100186 Select this if you are using Sperry-Sun's KAFA board.
187
Andrew Victor2f036ac2008-04-15 21:10:11 +0100188config MACH_ECBAT91
189 bool "emQbit ECB_AT91 SBC"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200190 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor2f036ac2008-04-15 21:10:11 +0100191 help
192 Select this if you are using emQbit's ECB_AT91 board.
193 <http://wiki.emqbit.com/free-ecb-at91>
194
Andrew Victore3ba22d2008-05-24 17:06:45 +0100195config MACH_YL9200
196 bool "ucDragon YL-9200"
Andrew Victore3ba22d2008-05-24 17:06:45 +0100197 help
198 Select this if you are using the ucDragon YL-9200 board.
199
Eric Bénard10233a92009-07-30 07:23:42 +0100200config MACH_CPUAT91
201 bool "Eukrea CPUAT91"
Eric Bénard10233a92009-07-30 07:23:42 +0100202 help
203 Select this if you are using the Eukrea Electromatique's
204 CPUAT91 board <http://www.eukrea.com/>.
205
Uwe Kleine-König01c62c92009-11-03 20:39:02 +0100206config MACH_ECO920
207 bool "eco920"
208 help
209 Select this if you are using the eco920 board
210
Josef Holzmayr82cb8652011-08-02 13:28:42 +0200211config MACH_RSI_EWS
212 bool "RSI Embedded Webserver"
213 depends on ARCH_AT91RM9200
214 help
215 Select this if you are using RSIs EWS board.
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100216endif
217
218# ----------------------------------------------------------
219
220if ARCH_AT91SAM9260
221
Andrew Victorf7eee892007-02-15 08:17:38 +0100222comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100223
Andrew Victorf7eee892007-02-15 08:17:38 +0100224comment "AT91SAM9260 / AT91SAM9XE Board Type"
225
226config MACH_AT91SAM9260EK
227 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200228 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100229 help
230 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100231 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
232
Andrew Victor35131fb2008-04-15 21:05:03 +0100233config MACH_CAM60
234 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100235 help
236 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
237 <http://www.kwikbyte.com/KB9260.html>
238
Andrew Victor66dbfc62008-04-15 21:07:08 +0100239config MACH_SAM9_L9260
240 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200241 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100242 help
243 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
244 <http://www.olimex.com/dev/sam9-L9260.html>
245
Sergey Lapin9c784f92008-08-03 02:29:48 +0100246config MACH_AFEB9260
247 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100248 help
249 Select this if you are using custom afeb9260 board based on
250 open hardware design. Select this for revision 1 of the board.
251 <svn://194.85.238.22/home/users/george/svn/arm9eb>
252 <http://groups.google.com/group/arm9fpga-evolution-board>
253
Andrew Victorca0a7892008-05-24 17:47:04 +0100254config MACH_USB_A9260
255 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100256 help
257 Select this if you are using a Calao Systems USB-A9260.
258 <http://www.calao-systems.com>
259
260config MACH_QIL_A9260
261 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100262 help
263 Select this if you are using a Calao Systems QIL-A9260 Board.
264 <http://www.calao-systems.com>
265
Eric Bénard41a353d2009-07-30 07:20:03 +0100266config MACH_CPU9260
267 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100268 help
269 Select this if you are using a Eukrea Electromatique's
270 CPU9260 Board <http://www.eukrea.com/>
271
Maxim Osipov8ed90592010-09-15 11:54:49 +0100272config MACH_FLEXIBITY
273 bool "Flexibity Connect board"
274 help
275 Select this if you are using Flexibity Connect board
276 <http://www.flexibity.com>
277
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100278endif
279
280# ----------------------------------------------------------
281
282if ARCH_AT91SAM9261
283
284comment "AT91SAM9261 Board Type"
285
Andrew Victor58a0cd72006-12-01 14:51:13 +0100286config MACH_AT91SAM9261EK
287 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200288 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100289 help
290 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
291 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
292
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100293endif
Andrew Victor6902f522006-06-20 19:30:18 +0100294
Andrew Victor58a0cd72006-12-01 14:51:13 +0100295# ----------------------------------------------------------
296
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100297if ARCH_AT91SAM9G10
298
299comment "AT91SAM9G10 Board Type"
300
301config MACH_AT91SAM9G10EK
302 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200303 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100304 help
305 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
306 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
307
308endif
309
310# ----------------------------------------------------------
311
Andrew Victore6d92e62007-02-08 10:22:16 +0100312if ARCH_AT91SAM9263
313
314comment "AT91SAM9263 Board Type"
315
316config MACH_AT91SAM9263EK
317 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200318 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100319 help
320 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
321 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
322
Andrew Victorca0a7892008-05-24 17:47:04 +0100323config MACH_USB_A9263
324 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100325 help
326 Select this if you are using a Calao Systems USB-A9263.
327 <http://www.calao-systems.com>
328
Andrew Victorffc63b72008-10-06 20:13:53 +0100329config MACH_NEOCORE926
330 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200331 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100332 help
333 Select this if you are using the Adeneo Neocore 926 board.
334
Andrew Victore6d92e62007-02-08 10:22:16 +0100335endif
336
337# ----------------------------------------------------------
338
Andrew Victorc42dcb32007-05-11 19:24:18 +0100339if ARCH_AT91SAM9RL
340
341comment "AT91SAM9RL Board Type"
342
343config MACH_AT91SAM9RLEK
344 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100345 help
346 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
347
348endif
349
350# ----------------------------------------------------------
351
sedji gaouaou61352662008-07-10 10:15:35 +0100352if ARCH_AT91SAM9G20
353
354comment "AT91SAM9G20 Board Type"
355
356config MACH_AT91SAM9G20EK
357 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200358 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100359 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200360 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
361 that embeds only one SD/MMC slot.
362
363config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200364 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200365 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200366 help
367 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
368 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
369 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100370
Eric Bénard41a353d2009-07-30 07:20:03 +0100371config MACH_CPU9G20
372 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100373 help
374 Select this if you are using a Eukrea Electromatique's
375 CPU9G20 Board <http://www.eukrea.com/>
376
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200377config MACH_ACMENETUSFOXG20
378 bool "Acme Systems srl FOX Board G20"
379 help
380 Select this if you are using Acme Systems
381 FOX Board G20 <http://www.acmesystems.it>
382
Christian Glindkamp9b404b72010-04-13 14:55:10 +0100383config MACH_PORTUXG20
384 bool "taskit PortuxG20"
385 help
386 Select this if you are using taskit's PortuxG20.
387 <http://www.taskit.de/en/>
388
389config MACH_STAMP9G20
390 bool "taskit Stamp9G20 CPU module"
391 help
392 Select this if you are using taskit's Stamp9G20 CPU module on its
393 evaluation board.
394 <http://www.taskit.de/en/>
395
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200396config MACH_PCONTROL_G20
397 bool "PControl G20 CPU module"
398 help
399 Select this if you are using taskit's Stamp9G20 CPU module on this
400 carrier board, beeing the decentralized unit of a building automation
401 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100402
403config MACH_GSIA18S
404 bool "GS_IA18_S board"
405 help
406 This enables support for the GS_IA18_S board
407 produced by GeoSIG Ltd company. This is an internet accelerograph.
408 <http://www.geosig.com>
Jean-Christophe PLAGNIOL-VILLARD0a072a22011-08-30 18:25:53 +0200409
410config MACH_USB_A9G20
411 bool "CALAO USB-A9G20"
412 depends on ARCH_AT91SAM9G20
413 help
414 Select this if you are using a Calao Systems USB-A9G20.
415 <http://www.calao-systems.com>
416
sedji gaouaou61352662008-07-10 10:15:35 +0100417endif
418
Ryan Mallon064baac2010-07-06 21:48:53 +0100419if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
420comment "AT91SAM9260/AT91SAM9G20 boards"
421
422config MACH_SNAPPER_9260
423 bool "Bluewater Systems Snapper 9260/9G20 module"
424 help
425 Select this if you are using the Bluewater Systems Snapper 9260 or
426 Snapper 9G20 modules.
427 <http://www.bluewatersys.com/>
428endif
429
sedji gaouaou61352662008-07-10 10:15:35 +0100430# ----------------------------------------------------------
431
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100432if ARCH_AT91SAM9G45
433
434comment "AT91SAM9G45 Board Type"
435
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200436config MACH_AT91SAM9M10G45EK
437 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100438 help
439 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
440 "ES" at the end of the name means that this board is an
441 Engineering Sample.
442
443endif
444
445# ----------------------------------------------------------
446
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100447if ARCH_AT91X40
448
449comment "AT91X40 Board Type"
450
451config MACH_AT91EB01
452 bool "Atmel AT91EB01 Evaluation Kit"
453 help
454 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
455 It is also a popular target for simulators such as GDB's
456 ARM simulator (commonly known as the ARMulator) and the
457 Skyeye simulator.
458
459endif
460
461# ----------------------------------------------------------
462
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200463comment "Generic Board Type"
464
465config MACH_AT91SAM_DT
466 bool "Atmel AT91SAM Evaluation Kits with device-tree support"
467 select USE_OF
468 help
469 Select this if you want to experiment device-tree with
470 an Atmel Evaluation Kit.
471
472# ----------------------------------------------------------
473
Andrew Victor58a0cd72006-12-01 14:51:13 +0100474comment "AT91 Board Options"
475
476config MTD_AT91_DATAFLASH_CARD
477 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200478 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100479 help
480 Enable support for the DataFlash card.
481
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100482# ----------------------------------------------------------
483
484comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000485
486config AT91_PROGRAMMABLE_CLOCKS
487 bool "Programmable Clocks"
488 help
489 Select this if you need to program one or more of the PCK0..PCK3
490 programmable clock outputs.
491
Andrew Victoreaad2db2008-09-21 21:35:18 +0100492config AT91_SLOW_CLOCK
493 bool "Suspend-to-RAM disables main oscillator"
494 depends on SUSPEND
495 help
496 Select this if you want Suspend-to-RAM to save the most power
497 possible (without powering off the CPU) by disabling the PLLs
498 and main oscillator so that only the 32 KiHz clock is available.
499
500 When only that slow-clock is available, some peripherals lose
501 functionality. Many can't issue wakeup events unless faster
502 clocks are available. Some lose their operating state and
503 need to be completely re-initialized.
504
David Brownell5248c652007-11-12 17:59:10 +0100505config AT91_TIMER_HZ
506 int "Kernel HZ (jiffies per second)"
507 range 32 1024
508 depends on ARCH_AT91
509 default "128" if ARCH_AT91RM9200
510 default "100"
511 help
512 On AT91rm9200 chips where you're using a system clock derived
513 from the 32768 Hz hardware clock, this tick rate should divide
514 it exactly: use a power-of-two value, such as 128 or 256, to
515 reduce timing errors caused by rounding.
516
517 On AT91sam926x chips, or otherwise when using a higher precision
518 system clock (of at least several MHz), rounding is less of a
519 problem so it can be safer to use a decimal values like 100.
520
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100521choice
522 prompt "Select a UART for early kernel messages"
523
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800524config AT91_EARLY_DBGU0
525 bool "DBGU on rm9200, 9260/9g20, 9261/9g10 and 9rl"
526 depends on HAVE_AT91_DBGU0
527
528config AT91_EARLY_DBGU1
Jean-Christophe PLAGNIOL-VILLARD9918cea2012-01-26 14:07:09 +0100529 bool "DBGU on 9263 and 9g45"
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800530 depends on HAVE_AT91_DBGU1
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100531
532config AT91_EARLY_USART0
533 bool "USART0"
534
535config AT91_EARLY_USART1
536 bool "USART1"
537
538config AT91_EARLY_USART2
539 bool "USART2"
540 depends on ! ARCH_AT91X40
541
542config AT91_EARLY_USART3
543 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200544 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100545
546config AT91_EARLY_USART4
547 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200548 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100549
550config AT91_EARLY_USART5
551 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200552 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100553
554endchoice
555
SAN People73a59c12006-01-09 17:05:41 +0000556endmenu
557
558endif