blob: 0284e66c47f9d865ee3efd9cf03b367606578b2e [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
23
Jean-Christophe PLAGNIOL-VILLARD14f991a2011-11-18 01:41:28 +080024config AT91_SAM9G45_RESET
25 bool
26
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010027menu "Atmel AT91 System-on-Chip"
28
Andrew Victor05043d02006-12-01 11:51:19 +010029choice
30 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010031
32config ARCH_AT91RM9200
33 bool "AT91RM9200"
Russell Kingc7508152008-10-26 10:55:14 +000034 select CPU_ARM920T
David Brownell5e802df2007-07-31 01:41:26 +010035 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080036 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020037 select HAVE_AT91_USART3
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010038
39config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010040 bool "AT91SAM9260 or AT91SAM9XE"
Russell Kingc7508152008-10-26 10:55:14 +000041 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010042 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080043 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020044 select HAVE_AT91_USART3
45 select HAVE_AT91_USART4
46 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020047 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080048 select AT91_SAM9_ALT_RESET
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010049
50config ARCH_AT91SAM9261
51 bool "AT91SAM9261"
Russell Kingc7508152008-10-26 10:55:14 +000052 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010053 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020054 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080055 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080056 select AT91_SAM9_ALT_RESET
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
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080064 select AT91_SAM9_ALT_RESET
Nicolas Ferreb319ff82009-06-26 15:37:01 +010065
Andrew Victorb2c65612007-02-08 09:42:40 +010066config ARCH_AT91SAM9263
67 bool "AT91SAM9263"
Russell Kingc7508152008-10-26 10:55:14 +000068 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010069 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020070 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020071 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080072 select HAVE_AT91_DBGU1
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080073 select AT91_SAM9_ALT_RESET
Andrew Victorb2c65612007-02-08 09:42:40 +010074
Andrew Victor877d7722007-05-11 20:49:56 +010075config ARCH_AT91SAM9RL
76 bool "AT91SAM9RL"
Russell Kingc7508152008-10-26 10:55:14 +000077 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010078 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020079 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020080 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080081 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080082 select AT91_SAM9_ALT_RESET
Andrew Victor877d7722007-05-11 20:49:56 +010083
sedji gaouaou61352662008-07-10 10:15:35 +010084config ARCH_AT91SAM9G20
85 bool "AT91SAM9G20"
Russell Kingc7508152008-10-26 10:55:14 +000086 select CPU_ARM926T
sedji gaouaou61352662008-07-10 10:15:35 +010087 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080088 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020089 select HAVE_AT91_USART3
90 select HAVE_AT91_USART4
91 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020092 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080093 select AT91_SAM9_ALT_RESET
sedji gaouaou61352662008-07-10 10:15:35 +010094
Nicolas Ferre789b23b2009-06-26 15:36:58 +010095config ARCH_AT91SAM9G45
96 bool "AT91SAM9G45"
97 select CPU_ARM926T
Nicolas Ferre789b23b2009-06-26 15:36:58 +010098 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020099 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +0200100 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +0200101 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800102 select HAVE_AT91_DBGU1
Jean-Christophe PLAGNIOL-VILLARD14f991a2011-11-18 01:41:28 +0800103 select AT91_SAM9G45_RESET
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100104
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100105config ARCH_AT91X40
106 bool "AT91x40"
John Stultz5cfc8ee2010-03-24 00:22:36 +0000107 select ARCH_USES_GETTIMEOFFSET
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100108
Andrew Victor05043d02006-12-01 11:51:19 +0100109endchoice
110
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100111config AT91_PMC_UNIT
112 bool
113 default !ARCH_AT91X40
114
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100115# ----------------------------------------------------------
116
117if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +0000118
119comment "AT91RM9200 Board Type"
120
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100121config MACH_ONEARM
122 bool "Ajeco 1ARM Single Board Computer"
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100123 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100124 Select this if you are using Ajeco's 1ARM Single Board Computer.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700125 <http://www.ajeco.fi/>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100126
SAN People73a59c12006-01-09 17:05:41 +0000127config ARCH_AT91RM9200DK
128 bool "Atmel AT91RM9200-DK Development board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200129 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000130 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100131 Select this if you are using Atmel's AT91RM9200-DK Development board.
132 (Discontinued)
133
SAN People73a59c12006-01-09 17:05:41 +0000134config MACH_AT91RM9200EK
135 bool "Atmel AT91RM9200-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200136 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000137 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100138 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
139 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +0000140
141config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100142 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +0000143 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100144 Select this if you are using Cogent's CSB337 board.
145 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +0000146
147config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100148 bool "Cogent CSB637"
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 CSB637 board.
151 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +0000152
153config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100154 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +0000155 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100156 Select this if you are using Conitec's AT91RM9200-MCU-Module.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700157 <http://www.conitec.net/english/linuxboard.php>
SAN People73a59c12006-01-09 17:05:41 +0000158
Andrew Victor6902f522006-06-20 19:30:18 +0100159config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100160 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +0100161 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100162 Select this if you are using Embest's ATEB9200 board.
163 <http://www.embedinfo.com/english/product/ATEB9200.asp>
164
165config MACH_KB9200
166 bool "KwikByte KB920x"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100167 help
168 Select this if you are using KwikByte's KB920x board.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700169 <http://www.kwikbyte.com/KB9202.html>
Andrew Victor6902f522006-06-20 19:30:18 +0100170
Simon Richter5d01f132007-04-02 14:06:29 +0100171config MACH_PICOTUX2XX
172 bool "picotux 200"
Simon Richter5d01f132007-04-02 14:06:29 +0100173 help
174 Select this if you are using a picotux 200.
175 <http://www.picotux.com/>
176
Andrew Victor6902f522006-06-20 19:30:18 +0100177config MACH_KAFA
178 bool "Sperry-Sun KAFA board"
Andrew Victor6902f522006-06-20 19:30:18 +0100179 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100180 Select this if you are using Sperry-Sun's KAFA board.
181
Andrew Victor2f036ac2008-04-15 21:10:11 +0100182config MACH_ECBAT91
183 bool "emQbit ECB_AT91 SBC"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200184 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor2f036ac2008-04-15 21:10:11 +0100185 help
186 Select this if you are using emQbit's ECB_AT91 board.
187 <http://wiki.emqbit.com/free-ecb-at91>
188
Andrew Victore3ba22d2008-05-24 17:06:45 +0100189config MACH_YL9200
190 bool "ucDragon YL-9200"
Andrew Victore3ba22d2008-05-24 17:06:45 +0100191 help
192 Select this if you are using the ucDragon YL-9200 board.
193
Eric Bénard10233a92009-07-30 07:23:42 +0100194config MACH_CPUAT91
195 bool "Eukrea CPUAT91"
Eric Bénard10233a92009-07-30 07:23:42 +0100196 help
197 Select this if you are using the Eukrea Electromatique's
198 CPUAT91 board <http://www.eukrea.com/>.
199
Uwe Kleine-König01c62c92009-11-03 20:39:02 +0100200config MACH_ECO920
201 bool "eco920"
202 help
203 Select this if you are using the eco920 board
204
Josef Holzmayr82cb8652011-08-02 13:28:42 +0200205config MACH_RSI_EWS
206 bool "RSI Embedded Webserver"
207 depends on ARCH_AT91RM9200
208 help
209 Select this if you are using RSIs EWS board.
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100210endif
211
212# ----------------------------------------------------------
213
214if ARCH_AT91SAM9260
215
Andrew Victorf7eee892007-02-15 08:17:38 +0100216comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100217
Andrew Victorf7eee892007-02-15 08:17:38 +0100218comment "AT91SAM9260 / AT91SAM9XE Board Type"
219
220config MACH_AT91SAM9260EK
221 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200222 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100223 help
224 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100225 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
226
Andrew Victor35131fb2008-04-15 21:05:03 +0100227config MACH_CAM60
228 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100229 help
230 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
231 <http://www.kwikbyte.com/KB9260.html>
232
Andrew Victor66dbfc62008-04-15 21:07:08 +0100233config MACH_SAM9_L9260
234 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200235 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100236 help
237 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
238 <http://www.olimex.com/dev/sam9-L9260.html>
239
Sergey Lapin9c784f92008-08-03 02:29:48 +0100240config MACH_AFEB9260
241 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100242 help
243 Select this if you are using custom afeb9260 board based on
244 open hardware design. Select this for revision 1 of the board.
245 <svn://194.85.238.22/home/users/george/svn/arm9eb>
246 <http://groups.google.com/group/arm9fpga-evolution-board>
247
Andrew Victorca0a7892008-05-24 17:47:04 +0100248config MACH_USB_A9260
249 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100250 help
251 Select this if you are using a Calao Systems USB-A9260.
252 <http://www.calao-systems.com>
253
254config MACH_QIL_A9260
255 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100256 help
257 Select this if you are using a Calao Systems QIL-A9260 Board.
258 <http://www.calao-systems.com>
259
Eric Bénard41a353d2009-07-30 07:20:03 +0100260config MACH_CPU9260
261 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100262 help
263 Select this if you are using a Eukrea Electromatique's
264 CPU9260 Board <http://www.eukrea.com/>
265
Maxim Osipov8ed90592010-09-15 11:54:49 +0100266config MACH_FLEXIBITY
267 bool "Flexibity Connect board"
268 help
269 Select this if you are using Flexibity Connect board
270 <http://www.flexibity.com>
271
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100272endif
273
274# ----------------------------------------------------------
275
276if ARCH_AT91SAM9261
277
278comment "AT91SAM9261 Board Type"
279
Andrew Victor58a0cd72006-12-01 14:51:13 +0100280config MACH_AT91SAM9261EK
281 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200282 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100283 help
284 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
285 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
286
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100287endif
Andrew Victor6902f522006-06-20 19:30:18 +0100288
Andrew Victor58a0cd72006-12-01 14:51:13 +0100289# ----------------------------------------------------------
290
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100291if ARCH_AT91SAM9G10
292
293comment "AT91SAM9G10 Board Type"
294
295config MACH_AT91SAM9G10EK
296 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200297 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100298 help
299 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
300 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
301
302endif
303
304# ----------------------------------------------------------
305
Andrew Victore6d92e62007-02-08 10:22:16 +0100306if ARCH_AT91SAM9263
307
308comment "AT91SAM9263 Board Type"
309
310config MACH_AT91SAM9263EK
311 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200312 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100313 help
314 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
315 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
316
Andrew Victorca0a7892008-05-24 17:47:04 +0100317config MACH_USB_A9263
318 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100319 help
320 Select this if you are using a Calao Systems USB-A9263.
321 <http://www.calao-systems.com>
322
Andrew Victorffc63b72008-10-06 20:13:53 +0100323config MACH_NEOCORE926
324 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200325 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100326 help
327 Select this if you are using the Adeneo Neocore 926 board.
328
Andrew Victore6d92e62007-02-08 10:22:16 +0100329endif
330
331# ----------------------------------------------------------
332
Andrew Victorc42dcb32007-05-11 19:24:18 +0100333if ARCH_AT91SAM9RL
334
335comment "AT91SAM9RL Board Type"
336
337config MACH_AT91SAM9RLEK
338 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100339 help
340 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
341
342endif
343
344# ----------------------------------------------------------
345
sedji gaouaou61352662008-07-10 10:15:35 +0100346if ARCH_AT91SAM9G20
347
348comment "AT91SAM9G20 Board Type"
349
350config MACH_AT91SAM9G20EK
351 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200352 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100353 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200354 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
355 that embeds only one SD/MMC slot.
356
357config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200358 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200359 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200360 help
361 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
362 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
363 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100364
Eric Bénard41a353d2009-07-30 07:20:03 +0100365config MACH_CPU9G20
366 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100367 help
368 Select this if you are using a Eukrea Electromatique's
369 CPU9G20 Board <http://www.eukrea.com/>
370
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200371config MACH_ACMENETUSFOXG20
372 bool "Acme Systems srl FOX Board G20"
373 help
374 Select this if you are using Acme Systems
375 FOX Board G20 <http://www.acmesystems.it>
376
Christian Glindkamp9b404b7c2010-04-13 14:55:10 +0100377config MACH_PORTUXG20
378 bool "taskit PortuxG20"
379 help
380 Select this if you are using taskit's PortuxG20.
381 <http://www.taskit.de/en/>
382
383config MACH_STAMP9G20
384 bool "taskit Stamp9G20 CPU module"
385 help
386 Select this if you are using taskit's Stamp9G20 CPU module on its
387 evaluation board.
388 <http://www.taskit.de/en/>
389
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200390config MACH_PCONTROL_G20
391 bool "PControl G20 CPU module"
392 help
393 Select this if you are using taskit's Stamp9G20 CPU module on this
394 carrier board, beeing the decentralized unit of a building automation
395 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100396
397config MACH_GSIA18S
398 bool "GS_IA18_S board"
399 help
400 This enables support for the GS_IA18_S board
401 produced by GeoSIG Ltd company. This is an internet accelerograph.
402 <http://www.geosig.com>
Jean-Christophe PLAGNIOL-VILLARD0a072a22011-08-30 18:25:53 +0200403
404config MACH_USB_A9G20
405 bool "CALAO USB-A9G20"
406 depends on ARCH_AT91SAM9G20
407 help
408 Select this if you are using a Calao Systems USB-A9G20.
409 <http://www.calao-systems.com>
410
sedji gaouaou61352662008-07-10 10:15:35 +0100411endif
412
Ryan Mallon064baac2010-07-06 21:48:53 +0100413if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
414comment "AT91SAM9260/AT91SAM9G20 boards"
415
416config MACH_SNAPPER_9260
417 bool "Bluewater Systems Snapper 9260/9G20 module"
418 help
419 Select this if you are using the Bluewater Systems Snapper 9260 or
420 Snapper 9G20 modules.
421 <http://www.bluewatersys.com/>
422endif
423
sedji gaouaou61352662008-07-10 10:15:35 +0100424# ----------------------------------------------------------
425
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100426if ARCH_AT91SAM9G45
427
428comment "AT91SAM9G45 Board Type"
429
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200430config MACH_AT91SAM9M10G45EK
431 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100432 help
433 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
434 "ES" at the end of the name means that this board is an
435 Engineering Sample.
436
437endif
438
439# ----------------------------------------------------------
440
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100441if ARCH_AT91X40
442
443comment "AT91X40 Board Type"
444
445config MACH_AT91EB01
446 bool "Atmel AT91EB01 Evaluation Kit"
447 help
448 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
449 It is also a popular target for simulators such as GDB's
450 ARM simulator (commonly known as the ARMulator) and the
451 Skyeye simulator.
452
453endif
454
455# ----------------------------------------------------------
456
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200457comment "Generic Board Type"
458
459config MACH_AT91SAM_DT
460 bool "Atmel AT91SAM Evaluation Kits with device-tree support"
461 select USE_OF
462 help
463 Select this if you want to experiment device-tree with
464 an Atmel Evaluation Kit.
465
466# ----------------------------------------------------------
467
Andrew Victor58a0cd72006-12-01 14:51:13 +0100468comment "AT91 Board Options"
469
470config MTD_AT91_DATAFLASH_CARD
471 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200472 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100473 help
474 Enable support for the DataFlash card.
475
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100476# ----------------------------------------------------------
477
478comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000479
480config AT91_PROGRAMMABLE_CLOCKS
481 bool "Programmable Clocks"
482 help
483 Select this if you need to program one or more of the PCK0..PCK3
484 programmable clock outputs.
485
Andrew Victoreaad2db2008-09-21 21:35:18 +0100486config AT91_SLOW_CLOCK
487 bool "Suspend-to-RAM disables main oscillator"
488 depends on SUSPEND
489 help
490 Select this if you want Suspend-to-RAM to save the most power
491 possible (without powering off the CPU) by disabling the PLLs
492 and main oscillator so that only the 32 KiHz clock is available.
493
494 When only that slow-clock is available, some peripherals lose
495 functionality. Many can't issue wakeup events unless faster
496 clocks are available. Some lose their operating state and
497 need to be completely re-initialized.
498
David Brownell5248c652007-11-12 17:59:10 +0100499config AT91_TIMER_HZ
500 int "Kernel HZ (jiffies per second)"
501 range 32 1024
502 depends on ARCH_AT91
503 default "128" if ARCH_AT91RM9200
504 default "100"
505 help
506 On AT91rm9200 chips where you're using a system clock derived
507 from the 32768 Hz hardware clock, this tick rate should divide
508 it exactly: use a power-of-two value, such as 128 or 256, to
509 reduce timing errors caused by rounding.
510
511 On AT91sam926x chips, or otherwise when using a higher precision
512 system clock (of at least several MHz), rounding is less of a
513 problem so it can be safer to use a decimal values like 100.
514
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100515choice
516 prompt "Select a UART for early kernel messages"
517
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800518config AT91_EARLY_DBGU0
519 bool "DBGU on rm9200, 9260/9g20, 9261/9g10 and 9rl"
520 depends on HAVE_AT91_DBGU0
521
522config AT91_EARLY_DBGU1
Jean-Christophe PLAGNIOL-VILLARD9918cea2012-01-26 14:07:09 +0100523 bool "DBGU on 9263 and 9g45"
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800524 depends on HAVE_AT91_DBGU1
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100525
526config AT91_EARLY_USART0
527 bool "USART0"
528
529config AT91_EARLY_USART1
530 bool "USART1"
531
532config AT91_EARLY_USART2
533 bool "USART2"
534 depends on ! ARCH_AT91X40
535
536config AT91_EARLY_USART3
537 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200538 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100539
540config AT91_EARLY_USART4
541 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200542 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100543
544config AT91_EARLY_USART5
545 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200546 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100547
548endchoice
549
SAN People73a59c12006-01-09 17:05:41 +0000550endmenu
551
552endif