blob: 71feb00a1e995de0991b54189569b04c1cf02f06 [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
Andrew Victor2b3b3512008-01-24 15:10:39 +0100105config ARCH_AT91CAP9
106 bool "AT91CAP9"
Russell Kingc7508152008-10-26 10:55:14 +0000107 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +0100108 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +0200109 select HAVE_FB_ATMEL
Uwe Kleine-König568aa752011-04-19 10:21:20 +0200110 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800111 select HAVE_AT91_DBGU1
Jean-Christophe PLAGNIOL-VILLARD14f991a2011-11-18 01:41:28 +0800112 select AT91_SAM9G45_RESET
Andrew Victor2b3b3512008-01-24 15:10:39 +0100113
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100114config ARCH_AT91X40
115 bool "AT91x40"
John Stultz5cfc8ee2010-03-24 00:22:36 +0000116 select ARCH_USES_GETTIMEOFFSET
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100117
Andrew Victor05043d02006-12-01 11:51:19 +0100118endchoice
119
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100120config AT91_PMC_UNIT
121 bool
122 default !ARCH_AT91X40
123
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100124# ----------------------------------------------------------
125
126if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +0000127
128comment "AT91RM9200 Board Type"
129
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100130config MACH_ONEARM
131 bool "Ajeco 1ARM Single Board Computer"
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100132 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100133 Select this if you are using Ajeco's 1ARM Single Board Computer.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700134 <http://www.ajeco.fi/>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100135
SAN People73a59c12006-01-09 17:05:41 +0000136config ARCH_AT91RM9200DK
137 bool "Atmel AT91RM9200-DK Development board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200138 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000139 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100140 Select this if you are using Atmel's AT91RM9200-DK Development board.
141 (Discontinued)
142
SAN People73a59c12006-01-09 17:05:41 +0000143config MACH_AT91RM9200EK
144 bool "Atmel AT91RM9200-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200145 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000146 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100147 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
148 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +0000149
150config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100151 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +0000152 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100153 Select this if you are using Cogent's CSB337 board.
154 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +0000155
156config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100157 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +0000158 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100159 Select this if you are using Cogent's CSB637 board.
160 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +0000161
162config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100163 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +0000164 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100165 Select this if you are using Conitec's AT91RM9200-MCU-Module.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700166 <http://www.conitec.net/english/linuxboard.php>
SAN People73a59c12006-01-09 17:05:41 +0000167
Andrew Victor6902f522006-06-20 19:30:18 +0100168config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100169 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +0100170 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100171 Select this if you are using Embest's ATEB9200 board.
172 <http://www.embedinfo.com/english/product/ATEB9200.asp>
173
174config MACH_KB9200
175 bool "KwikByte KB920x"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100176 help
177 Select this if you are using KwikByte's KB920x board.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700178 <http://www.kwikbyte.com/KB9202.html>
Andrew Victor6902f522006-06-20 19:30:18 +0100179
Simon Richter5d01f132007-04-02 14:06:29 +0100180config MACH_PICOTUX2XX
181 bool "picotux 200"
Simon Richter5d01f132007-04-02 14:06:29 +0100182 help
183 Select this if you are using a picotux 200.
184 <http://www.picotux.com/>
185
Andrew Victor6902f522006-06-20 19:30:18 +0100186config MACH_KAFA
187 bool "Sperry-Sun KAFA board"
Andrew Victor6902f522006-06-20 19:30:18 +0100188 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100189 Select this if you are using Sperry-Sun's KAFA board.
190
Andrew Victor2f036ac2008-04-15 21:10:11 +0100191config MACH_ECBAT91
192 bool "emQbit ECB_AT91 SBC"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200193 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor2f036ac2008-04-15 21:10:11 +0100194 help
195 Select this if you are using emQbit's ECB_AT91 board.
196 <http://wiki.emqbit.com/free-ecb-at91>
197
Andrew Victore3ba22d2008-05-24 17:06:45 +0100198config MACH_YL9200
199 bool "ucDragon YL-9200"
Andrew Victore3ba22d2008-05-24 17:06:45 +0100200 help
201 Select this if you are using the ucDragon YL-9200 board.
202
Eric Bénard10233a92009-07-30 07:23:42 +0100203config MACH_CPUAT91
204 bool "Eukrea CPUAT91"
Eric Bénard10233a92009-07-30 07:23:42 +0100205 help
206 Select this if you are using the Eukrea Electromatique's
207 CPUAT91 board <http://www.eukrea.com/>.
208
Uwe Kleine-König01c62c92009-11-03 20:39:02 +0100209config MACH_ECO920
210 bool "eco920"
211 help
212 Select this if you are using the eco920 board
213
Josef Holzmayr82cb8652011-08-02 13:28:42 +0200214config MACH_RSI_EWS
215 bool "RSI Embedded Webserver"
216 depends on ARCH_AT91RM9200
217 help
218 Select this if you are using RSIs EWS board.
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100219endif
220
221# ----------------------------------------------------------
222
223if ARCH_AT91SAM9260
224
Andrew Victorf7eee892007-02-15 08:17:38 +0100225comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100226
Andrew Victorf7eee892007-02-15 08:17:38 +0100227comment "AT91SAM9260 / AT91SAM9XE Board Type"
228
229config MACH_AT91SAM9260EK
230 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200231 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100232 help
233 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100234 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
235
Andrew Victor35131fb2008-04-15 21:05:03 +0100236config MACH_CAM60
237 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100238 help
239 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
240 <http://www.kwikbyte.com/KB9260.html>
241
Andrew Victor66dbfc62008-04-15 21:07:08 +0100242config MACH_SAM9_L9260
243 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200244 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100245 help
246 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
247 <http://www.olimex.com/dev/sam9-L9260.html>
248
Sergey Lapin9c784f92008-08-03 02:29:48 +0100249config MACH_AFEB9260
250 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100251 help
252 Select this if you are using custom afeb9260 board based on
253 open hardware design. Select this for revision 1 of the board.
254 <svn://194.85.238.22/home/users/george/svn/arm9eb>
255 <http://groups.google.com/group/arm9fpga-evolution-board>
256
Andrew Victorca0a7892008-05-24 17:47:04 +0100257config MACH_USB_A9260
258 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100259 help
260 Select this if you are using a Calao Systems USB-A9260.
261 <http://www.calao-systems.com>
262
263config MACH_QIL_A9260
264 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100265 help
266 Select this if you are using a Calao Systems QIL-A9260 Board.
267 <http://www.calao-systems.com>
268
Eric Bénard41a353d2009-07-30 07:20:03 +0100269config MACH_CPU9260
270 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100271 help
272 Select this if you are using a Eukrea Electromatique's
273 CPU9260 Board <http://www.eukrea.com/>
274
Maxim Osipov8ed90592010-09-15 11:54:49 +0100275config MACH_FLEXIBITY
276 bool "Flexibity Connect board"
277 help
278 Select this if you are using Flexibity Connect board
279 <http://www.flexibity.com>
280
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100281endif
282
283# ----------------------------------------------------------
284
285if ARCH_AT91SAM9261
286
287comment "AT91SAM9261 Board Type"
288
Andrew Victor58a0cd72006-12-01 14:51:13 +0100289config MACH_AT91SAM9261EK
290 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200291 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100292 help
293 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
294 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
295
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100296endif
Andrew Victor6902f522006-06-20 19:30:18 +0100297
Andrew Victor58a0cd72006-12-01 14:51:13 +0100298# ----------------------------------------------------------
299
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100300if ARCH_AT91SAM9G10
301
302comment "AT91SAM9G10 Board Type"
303
304config MACH_AT91SAM9G10EK
305 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200306 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100307 help
308 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
309 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
310
311endif
312
313# ----------------------------------------------------------
314
Andrew Victore6d92e62007-02-08 10:22:16 +0100315if ARCH_AT91SAM9263
316
317comment "AT91SAM9263 Board Type"
318
319config MACH_AT91SAM9263EK
320 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200321 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100322 help
323 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
324 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
325
Andrew Victorca0a7892008-05-24 17:47:04 +0100326config MACH_USB_A9263
327 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100328 help
329 Select this if you are using a Calao Systems USB-A9263.
330 <http://www.calao-systems.com>
331
Andrew Victorffc63b72008-10-06 20:13:53 +0100332config MACH_NEOCORE926
333 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200334 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100335 help
336 Select this if you are using the Adeneo Neocore 926 board.
337
Andrew Victore6d92e62007-02-08 10:22:16 +0100338endif
339
340# ----------------------------------------------------------
341
Andrew Victorc42dcb32007-05-11 19:24:18 +0100342if ARCH_AT91SAM9RL
343
344comment "AT91SAM9RL Board Type"
345
346config MACH_AT91SAM9RLEK
347 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100348 help
349 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
350
351endif
352
353# ----------------------------------------------------------
354
sedji gaouaou61352662008-07-10 10:15:35 +0100355if ARCH_AT91SAM9G20
356
357comment "AT91SAM9G20 Board Type"
358
359config MACH_AT91SAM9G20EK
360 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200361 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100362 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200363 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
364 that embeds only one SD/MMC slot.
365
366config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200367 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200368 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200369 help
370 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
371 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
372 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100373
Eric Bénard41a353d2009-07-30 07:20:03 +0100374config MACH_CPU9G20
375 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100376 help
377 Select this if you are using a Eukrea Electromatique's
378 CPU9G20 Board <http://www.eukrea.com/>
379
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200380config MACH_ACMENETUSFOXG20
381 bool "Acme Systems srl FOX Board G20"
382 help
383 Select this if you are using Acme Systems
384 FOX Board G20 <http://www.acmesystems.it>
385
Christian Glindkamp9b404b72010-04-13 14:55:10 +0100386config MACH_PORTUXG20
387 bool "taskit PortuxG20"
388 help
389 Select this if you are using taskit's PortuxG20.
390 <http://www.taskit.de/en/>
391
392config MACH_STAMP9G20
393 bool "taskit Stamp9G20 CPU module"
394 help
395 Select this if you are using taskit's Stamp9G20 CPU module on its
396 evaluation board.
397 <http://www.taskit.de/en/>
398
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200399config MACH_PCONTROL_G20
400 bool "PControl G20 CPU module"
401 help
402 Select this if you are using taskit's Stamp9G20 CPU module on this
403 carrier board, beeing the decentralized unit of a building automation
404 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100405
406config MACH_GSIA18S
407 bool "GS_IA18_S board"
408 help
409 This enables support for the GS_IA18_S board
410 produced by GeoSIG Ltd company. This is an internet accelerograph.
411 <http://www.geosig.com>
Jean-Christophe PLAGNIOL-VILLARD0a072a22011-08-30 18:25:53 +0200412
413config MACH_USB_A9G20
414 bool "CALAO USB-A9G20"
415 depends on ARCH_AT91SAM9G20
416 help
417 Select this if you are using a Calao Systems USB-A9G20.
418 <http://www.calao-systems.com>
419
sedji gaouaou61352662008-07-10 10:15:35 +0100420endif
421
Ryan Mallon064baac2010-07-06 21:48:53 +0100422if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
423comment "AT91SAM9260/AT91SAM9G20 boards"
424
425config MACH_SNAPPER_9260
426 bool "Bluewater Systems Snapper 9260/9G20 module"
427 help
428 Select this if you are using the Bluewater Systems Snapper 9260 or
429 Snapper 9G20 modules.
430 <http://www.bluewatersys.com/>
431endif
432
sedji gaouaou61352662008-07-10 10:15:35 +0100433# ----------------------------------------------------------
434
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100435if ARCH_AT91SAM9G45
436
437comment "AT91SAM9G45 Board Type"
438
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200439config MACH_AT91SAM9M10G45EK
440 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100441 help
442 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
443 "ES" at the end of the name means that this board is an
444 Engineering Sample.
445
446endif
447
448# ----------------------------------------------------------
449
Andrew Victor86640ca2008-01-24 15:16:41 +0100450if ARCH_AT91CAP9
451
452comment "AT91CAP9 Board Type"
453
454config MACH_AT91CAP9ADK
455 bool "Atmel AT91CAP9A-DK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200456 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor86640ca2008-01-24 15:16:41 +0100457 help
458 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
459 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
460
461endif
462
463# ----------------------------------------------------------
464
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100465if ARCH_AT91X40
466
467comment "AT91X40 Board Type"
468
469config MACH_AT91EB01
470 bool "Atmel AT91EB01 Evaluation Kit"
471 help
472 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
473 It is also a popular target for simulators such as GDB's
474 ARM simulator (commonly known as the ARMulator) and the
475 Skyeye simulator.
476
477endif
478
479# ----------------------------------------------------------
480
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200481comment "Generic Board Type"
482
483config MACH_AT91SAM_DT
484 bool "Atmel AT91SAM Evaluation Kits with device-tree support"
485 select USE_OF
486 help
487 Select this if you want to experiment device-tree with
488 an Atmel Evaluation Kit.
489
490# ----------------------------------------------------------
491
Andrew Victor58a0cd72006-12-01 14:51:13 +0100492comment "AT91 Board Options"
493
494config MTD_AT91_DATAFLASH_CARD
495 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200496 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100497 help
498 Enable support for the DataFlash card.
499
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100500# ----------------------------------------------------------
501
502comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000503
504config AT91_PROGRAMMABLE_CLOCKS
505 bool "Programmable Clocks"
506 help
507 Select this if you need to program one or more of the PCK0..PCK3
508 programmable clock outputs.
509
Andrew Victoreaad2db2008-09-21 21:35:18 +0100510config AT91_SLOW_CLOCK
511 bool "Suspend-to-RAM disables main oscillator"
512 depends on SUSPEND
513 help
514 Select this if you want Suspend-to-RAM to save the most power
515 possible (without powering off the CPU) by disabling the PLLs
516 and main oscillator so that only the 32 KiHz clock is available.
517
518 When only that slow-clock is available, some peripherals lose
519 functionality. Many can't issue wakeup events unless faster
520 clocks are available. Some lose their operating state and
521 need to be completely re-initialized.
522
David Brownell5248c652007-11-12 17:59:10 +0100523config AT91_TIMER_HZ
524 int "Kernel HZ (jiffies per second)"
525 range 32 1024
526 depends on ARCH_AT91
527 default "128" if ARCH_AT91RM9200
528 default "100"
529 help
530 On AT91rm9200 chips where you're using a system clock derived
531 from the 32768 Hz hardware clock, this tick rate should divide
532 it exactly: use a power-of-two value, such as 128 or 256, to
533 reduce timing errors caused by rounding.
534
535 On AT91sam926x chips, or otherwise when using a higher precision
536 system clock (of at least several MHz), rounding is less of a
537 problem so it can be safer to use a decimal values like 100.
538
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100539choice
540 prompt "Select a UART for early kernel messages"
541
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +0800542config AT91_EARLY_DBGU0
543 bool "DBGU on rm9200, 9260/9g20, 9261/9g10 and 9rl"
544 depends on HAVE_AT91_DBGU0
545
546config AT91_EARLY_DBGU1
547 bool "DBGU on 9263, 9g45 and cap9"
548 depends on HAVE_AT91_DBGU1
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100549
550config AT91_EARLY_USART0
551 bool "USART0"
552
553config AT91_EARLY_USART1
554 bool "USART1"
555
556config AT91_EARLY_USART2
557 bool "USART2"
558 depends on ! ARCH_AT91X40
559
560config AT91_EARLY_USART3
561 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200562 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100563
564config AT91_EARLY_USART4
565 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200566 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100567
568config AT91_EARLY_USART5
569 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200570 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100571
572endchoice
573
SAN People73a59c12006-01-09 17:05:41 +0000574endmenu
575
576endif