blob: e401deaeea192ec738ad876e5be0505913e884e8 [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-VILLARDc0177592011-11-29 22:01:08 +080012config AT91_SAM9_ALT_RESET
13 bool
Jean-Christophe PLAGNIOL-VILLARD21ea52a2012-03-03 03:14:16 +080014 default !ARCH_AT91X40
Jean-Christophe PLAGNIOL-VILLARDc0177592011-11-29 22:01:08 +080015
Jean-Christophe PLAGNIOL-VILLARD14f991a2011-11-18 01:41:28 +080016config AT91_SAM9G45_RESET
17 bool
Jean-Christophe PLAGNIOL-VILLARD21ea52a2012-03-03 03:14:16 +080018 default !ARCH_AT91X40
Jean-Christophe PLAGNIOL-VILLARD14f991a2011-11-18 01:41:28 +080019
Jean-Christophe PLAGNIOL-VILLARD1441bd32012-04-06 13:04:04 +080020config SOC_AT91SAM9
21 bool
22 select GENERIC_CLOCKEVENTS
23 select CPU_ARM926T
24
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010025menu "Atmel AT91 System-on-Chip"
26
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080027comment "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010028
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080029config SOC_AT91SAM9
30 bool
31 select CPU_ARM926T
Ludovic Desroches3e135462012-06-11 15:38:03 +020032 select MULTI_IRQ_HANDLER
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080033 select AT91_SAM9_TIME
34 select AT91_SAM9_SMC
35
36config SOC_AT91RM9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010037 bool "AT91RM9200"
Russell Kingc7508152008-10-26 10:55:14 +000038 select CPU_ARM920T
David Brownell5e802df2007-07-31 01:41:26 +010039 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080040 select HAVE_AT91_DBGU0
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010041
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080042config SOC_AT91SAM9260
43 bool "AT91SAM9260, AT91SAM9XE or AT91SAM9G20"
Jean-Christophe PLAGNIOL-VILLARD1441bd32012-04-06 13:04:04 +080044 select SOC_AT91SAM9
Jean-Christophe PLAGNIOL-VILLARD13079a72011-11-02 01:43:31 +080045 select HAVE_AT91_DBGU0
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020046 select HAVE_NET_MACB
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080047 help
48 Select this if you are using one of Atmel's AT91SAM9260, AT91SAM9XE
49 or AT91SAM9G20 SoC.
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010050
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080051config SOC_AT91SAM9261
52 bool "AT91SAM9261 or AT91SAM9G10"
Jean-Christophe PLAGNIOL-VILLARD1441bd32012-04-06 13:04:04 +080053 select SOC_AT91SAM9
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
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080056 help
57 Select this if you are using one of Atmel's AT91SAM9261 or AT91SAM9G10 SoC.
Nicolas Ferreb319ff82009-06-26 15:37:01 +010058
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080059config SOC_AT91SAM9263
Andrew Victorb2c65612007-02-08 09:42:40 +010060 bool "AT91SAM9263"
Jean-Christophe PLAGNIOL-VILLARD1441bd32012-04-06 13:04:04 +080061 select SOC_AT91SAM9
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080062 select HAVE_AT91_DBGU1
Nicolas Ferre0912e532009-06-23 16:30:56 +020063 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020064 select HAVE_NET_MACB
Andrew Victorb2c65612007-02-08 09:42:40 +010065
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080066config SOC_AT91SAM9RL
Andrew Victor877d7722007-05-11 20:49:56 +010067 bool "AT91SAM9RL"
Jean-Christophe PLAGNIOL-VILLARD1441bd32012-04-06 13:04:04 +080068 select SOC_AT91SAM9
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080069 select HAVE_AT91_DBGU0
Nicolas Ferre0912e532009-06-23 16:30:56 +020070 select HAVE_FB_ATMEL
Andrew Victor877d7722007-05-11 20:49:56 +010071
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080072config SOC_AT91SAM9G45
Nicolas Ferreca1dcbf2012-03-15 12:26:43 +010073 bool "AT91SAM9G45 or AT91SAM9M10 families"
Jean-Christophe PLAGNIOL-VILLARD1441bd32012-04-06 13:04:04 +080074 select SOC_AT91SAM9
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080075 select HAVE_AT91_DBGU1
Nicolas Ferre0912e532009-06-23 16:30:56 +020076 select HAVE_FB_ATMEL
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020077 select HAVE_NET_MACB
Nicolas Ferreca1dcbf2012-03-15 12:26:43 +010078 help
79 Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
80 This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
Nicolas Ferre789b23b2009-06-26 15:36:58 +010081
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080082config SOC_AT91SAM9X5
Nicolas Ferre9a3ee402012-01-23 16:16:44 +010083 bool "AT91SAM9x5 family"
Jean-Christophe PLAGNIOL-VILLARD1441bd32012-04-06 13:04:04 +080084 select SOC_AT91SAM9
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +080085 select HAVE_AT91_DBGU0
Nicolas Ferre9a3ee402012-01-23 16:16:44 +010086 select HAVE_FB_ATMEL
87 select HAVE_NET_MACB
Nicolas Ferrea26e1af2012-03-15 12:48:41 +010088 help
89 Select this if you are using one of Atmel's AT91SAM9x5 family SoC.
90 This means that your SAM9 name finishes with a '5' (except if it is
91 AT91SAM9G45!).
92 This support covers AT91SAM9G15, AT91SAM9G25, AT91SAM9X25, AT91SAM9G35
93 and AT91SAM9X35.
Nicolas Ferre9a3ee402012-01-23 16:16:44 +010094
Hong Xu74db4fb2012-04-17 14:26:31 +080095config SOC_AT91SAM9N12
96 bool "AT91SAM9N12 family"
97 select SOC_AT91SAM9
98 select HAVE_AT91_DBGU0
99 select HAVE_FB_ATMEL
100 help
101 Select this if you are using Atmel's AT91SAM9N12 SoC.
102
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +0800103choice
104 prompt "Atmel AT91 Processor Devices for non DT boards"
105
106config ARCH_AT91_NONE
107 bool "None"
108
109config ARCH_AT91RM9200
110 bool "AT91RM9200"
111 select SOC_AT91RM9200
112
113config ARCH_AT91SAM9260
114 bool "AT91SAM9260 or AT91SAM9XE"
115 select SOC_AT91SAM9260
116
117config ARCH_AT91SAM9261
118 bool "AT91SAM9261"
119 select SOC_AT91SAM9261
120
121config ARCH_AT91SAM9G10
122 bool "AT91SAM9G10"
123 select SOC_AT91SAM9261
124
125config ARCH_AT91SAM9263
126 bool "AT91SAM9263"
127 select SOC_AT91SAM9263
128
129config ARCH_AT91SAM9RL
130 bool "AT91SAM9RL"
131 select SOC_AT91SAM9RL
132
133config ARCH_AT91SAM9G20
134 bool "AT91SAM9G20"
135 select SOC_AT91SAM9260
136
137config ARCH_AT91SAM9G45
138 bool "AT91SAM9G45"
139 select SOC_AT91SAM9G45
140
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100141config ARCH_AT91X40
142 bool "AT91x40"
Jean-Christophe PLAGNIOL-VILLARD1e3ce2b2012-04-06 11:51:50 +0800143 depends on !MMU
John Stultz5cfc8ee2010-03-24 00:22:36 +0000144 select ARCH_USES_GETTIMEOFFSET
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100145
Andrew Victor05043d02006-12-01 11:51:19 +0100146endchoice
147
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100148config AT91_PMC_UNIT
149 bool
150 default !ARCH_AT91X40
151
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100152# ----------------------------------------------------------
153
154if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +0000155
156comment "AT91RM9200 Board Type"
157
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100158config MACH_ONEARM
159 bool "Ajeco 1ARM Single Board Computer"
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100160 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100161 Select this if you are using Ajeco's 1ARM Single Board Computer.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700162 <http://www.ajeco.fi/>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100163
SAN People73a59c12006-01-09 17:05:41 +0000164config ARCH_AT91RM9200DK
165 bool "Atmel AT91RM9200-DK Development board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200166 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000167 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100168 Select this if you are using Atmel's AT91RM9200-DK Development board.
169 (Discontinued)
170
SAN People73a59c12006-01-09 17:05:41 +0000171config MACH_AT91RM9200EK
172 bool "Atmel AT91RM9200-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200173 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000174 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100175 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
176 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +0000177
178config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100179 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +0000180 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100181 Select this if you are using Cogent's CSB337 board.
182 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +0000183
184config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100185 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +0000186 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100187 Select this if you are using Cogent's CSB637 board.
188 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +0000189
190config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100191 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +0000192 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100193 Select this if you are using Conitec's AT91RM9200-MCU-Module.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700194 <http://www.conitec.net/english/linuxboard.php>
SAN People73a59c12006-01-09 17:05:41 +0000195
Andrew Victor6902f522006-06-20 19:30:18 +0100196config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100197 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +0100198 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100199 Select this if you are using Embest's ATEB9200 board.
200 <http://www.embedinfo.com/english/product/ATEB9200.asp>
201
202config MACH_KB9200
203 bool "KwikByte KB920x"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100204 help
205 Select this if you are using KwikByte's KB920x board.
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700206 <http://www.kwikbyte.com/KB9202.html>
Andrew Victor6902f522006-06-20 19:30:18 +0100207
Simon Richter5d01f132007-04-02 14:06:29 +0100208config MACH_PICOTUX2XX
209 bool "picotux 200"
Simon Richter5d01f132007-04-02 14:06:29 +0100210 help
211 Select this if you are using a picotux 200.
212 <http://www.picotux.com/>
213
Andrew Victor6902f522006-06-20 19:30:18 +0100214config MACH_KAFA
215 bool "Sperry-Sun KAFA board"
Andrew Victor6902f522006-06-20 19:30:18 +0100216 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100217 Select this if you are using Sperry-Sun's KAFA board.
218
Andrew Victor2f036ac2008-04-15 21:10:11 +0100219config MACH_ECBAT91
220 bool "emQbit ECB_AT91 SBC"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200221 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor2f036ac2008-04-15 21:10:11 +0100222 help
223 Select this if you are using emQbit's ECB_AT91 board.
224 <http://wiki.emqbit.com/free-ecb-at91>
225
Andrew Victore3ba22d2008-05-24 17:06:45 +0100226config MACH_YL9200
227 bool "ucDragon YL-9200"
Andrew Victore3ba22d2008-05-24 17:06:45 +0100228 help
229 Select this if you are using the ucDragon YL-9200 board.
230
Eric Bénard10233a92009-07-30 07:23:42 +0100231config MACH_CPUAT91
232 bool "Eukrea CPUAT91"
Eric Bénard10233a92009-07-30 07:23:42 +0100233 help
234 Select this if you are using the Eukrea Electromatique's
235 CPUAT91 board <http://www.eukrea.com/>.
236
Uwe Kleine-König01c62c92009-11-03 20:39:02 +0100237config MACH_ECO920
238 bool "eco920"
239 help
240 Select this if you are using the eco920 board
241
Josef Holzmayr82cb8652011-08-02 13:28:42 +0200242config MACH_RSI_EWS
243 bool "RSI Embedded Webserver"
244 depends on ARCH_AT91RM9200
245 help
246 Select this if you are using RSIs EWS board.
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100247endif
248
249# ----------------------------------------------------------
250
251if ARCH_AT91SAM9260
252
Andrew Victorf7eee892007-02-15 08:17:38 +0100253comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100254
Andrew Victorf7eee892007-02-15 08:17:38 +0100255comment "AT91SAM9260 / AT91SAM9XE Board Type"
256
257config MACH_AT91SAM9260EK
258 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200259 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorf7eee892007-02-15 08:17:38 +0100260 help
261 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100262 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
263
Andrew Victor35131fb2008-04-15 21:05:03 +0100264config MACH_CAM60
265 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100266 help
267 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
268 <http://www.kwikbyte.com/KB9260.html>
269
Andrew Victor66dbfc62008-04-15 21:07:08 +0100270config MACH_SAM9_L9260
271 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200272 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100273 help
274 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
275 <http://www.olimex.com/dev/sam9-L9260.html>
276
Sergey Lapin9c784f92008-08-03 02:29:48 +0100277config MACH_AFEB9260
278 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100279 help
280 Select this if you are using custom afeb9260 board based on
281 open hardware design. Select this for revision 1 of the board.
282 <svn://194.85.238.22/home/users/george/svn/arm9eb>
283 <http://groups.google.com/group/arm9fpga-evolution-board>
284
Andrew Victorca0a7892008-05-24 17:47:04 +0100285config MACH_USB_A9260
286 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100287 help
288 Select this if you are using a Calao Systems USB-A9260.
289 <http://www.calao-systems.com>
290
291config MACH_QIL_A9260
292 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100293 help
294 Select this if you are using a Calao Systems QIL-A9260 Board.
295 <http://www.calao-systems.com>
296
Eric Bénard41a353d2009-07-30 07:20:03 +0100297config MACH_CPU9260
298 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100299 help
300 Select this if you are using a Eukrea Electromatique's
301 CPU9260 Board <http://www.eukrea.com/>
302
Maxim Osipov8ed90592010-09-15 11:54:49 +0100303config MACH_FLEXIBITY
304 bool "Flexibity Connect board"
305 help
306 Select this if you are using Flexibity Connect board
307 <http://www.flexibity.com>
308
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100309endif
310
311# ----------------------------------------------------------
312
313if ARCH_AT91SAM9261
314
315comment "AT91SAM9261 Board Type"
316
Andrew Victor58a0cd72006-12-01 14:51:13 +0100317config MACH_AT91SAM9261EK
318 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200319 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100320 help
321 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
322 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
323
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100324endif
Andrew Victor6902f522006-06-20 19:30:18 +0100325
Andrew Victor58a0cd72006-12-01 14:51:13 +0100326# ----------------------------------------------------------
327
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100328if ARCH_AT91SAM9G10
329
330comment "AT91SAM9G10 Board Type"
331
332config MACH_AT91SAM9G10EK
333 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200334 select HAVE_AT91_DATAFLASH_CARD
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100335 help
336 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
337 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
338
339endif
340
341# ----------------------------------------------------------
342
Andrew Victore6d92e62007-02-08 10:22:16 +0100343if ARCH_AT91SAM9263
344
345comment "AT91SAM9263 Board Type"
346
347config MACH_AT91SAM9263EK
348 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200349 select HAVE_AT91_DATAFLASH_CARD
Andrew Victore6d92e62007-02-08 10:22:16 +0100350 help
351 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
352 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
353
Andrew Victorca0a7892008-05-24 17:47:04 +0100354config MACH_USB_A9263
355 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100356 help
357 Select this if you are using a Calao Systems USB-A9263.
358 <http://www.calao-systems.com>
359
Andrew Victorffc63b72008-10-06 20:13:53 +0100360config MACH_NEOCORE926
361 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200362 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100363 help
364 Select this if you are using the Adeneo Neocore 926 board.
365
Andrew Victore6d92e62007-02-08 10:22:16 +0100366endif
367
368# ----------------------------------------------------------
369
Andrew Victorc42dcb32007-05-11 19:24:18 +0100370if ARCH_AT91SAM9RL
371
372comment "AT91SAM9RL Board Type"
373
374config MACH_AT91SAM9RLEK
375 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100376 help
377 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
378
379endif
380
381# ----------------------------------------------------------
382
sedji gaouaou61352662008-07-10 10:15:35 +0100383if ARCH_AT91SAM9G20
384
385comment "AT91SAM9G20 Board Type"
386
387config MACH_AT91SAM9G20EK
388 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200389 select HAVE_AT91_DATAFLASH_CARD
sedji gaouaou61352662008-07-10 10:15:35 +0100390 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200391 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
392 that embeds only one SD/MMC slot.
393
394config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200395 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200396 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Nicolas Ferre0f742962009-10-20 16:32:53 +0200397 help
398 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
399 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
400 onwards.
Nicolas Ferreff65e392012-03-15 13:56:44 +0100401 <http://www.atmel.com/tools/SAM9G20-EK.aspx>
sedji gaouaou61352662008-07-10 10:15:35 +0100402
Eric Bénard41a353d2009-07-30 07:20:03 +0100403config MACH_CPU9G20
404 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100405 help
406 Select this if you are using a Eukrea Electromatique's
407 CPU9G20 Board <http://www.eukrea.com/>
408
Sergio Tanzilli0fb55d32010-10-14 02:06:26 +0200409config MACH_ACMENETUSFOXG20
410 bool "Acme Systems srl FOX Board G20"
411 help
412 Select this if you are using Acme Systems
413 FOX Board G20 <http://www.acmesystems.it>
414
Christian Glindkamp9b404b7c2010-04-13 14:55:10 +0100415config MACH_PORTUXG20
416 bool "taskit PortuxG20"
417 help
418 Select this if you are using taskit's PortuxG20.
419 <http://www.taskit.de/en/>
420
421config MACH_STAMP9G20
422 bool "taskit Stamp9G20 CPU module"
423 help
424 Select this if you are using taskit's Stamp9G20 CPU module on its
425 evaluation board.
426 <http://www.taskit.de/en/>
427
Peter Gsellmannabf0c1b2010-10-13 16:18:51 +0200428config MACH_PCONTROL_G20
429 bool "PControl G20 CPU module"
430 help
431 Select this if you are using taskit's Stamp9G20 CPU module on this
432 carrier board, beeing the decentralized unit of a building automation
433 system; featuring nvram, eth-switch, iso-rs485, display, io
Igor Plyatovfcdc2ea2011-01-14 19:01:13 +0100434
435config MACH_GSIA18S
436 bool "GS_IA18_S board"
437 help
438 This enables support for the GS_IA18_S board
439 produced by GeoSIG Ltd company. This is an internet accelerograph.
440 <http://www.geosig.com>
Jean-Christophe PLAGNIOL-VILLARD0a072a22011-08-30 18:25:53 +0200441
442config MACH_USB_A9G20
443 bool "CALAO USB-A9G20"
444 depends on ARCH_AT91SAM9G20
445 help
446 Select this if you are using a Calao Systems USB-A9G20.
447 <http://www.calao-systems.com>
448
sedji gaouaou61352662008-07-10 10:15:35 +0100449endif
450
Ryan Mallon064baac2010-07-06 21:48:53 +0100451if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
452comment "AT91SAM9260/AT91SAM9G20 boards"
453
454config MACH_SNAPPER_9260
455 bool "Bluewater Systems Snapper 9260/9G20 module"
456 help
457 Select this if you are using the Bluewater Systems Snapper 9260 or
458 Snapper 9G20 modules.
459 <http://www.bluewatersys.com/>
460endif
461
sedji gaouaou61352662008-07-10 10:15:35 +0100462# ----------------------------------------------------------
463
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100464if ARCH_AT91SAM9G45
465
466comment "AT91SAM9G45 Board Type"
467
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200468config MACH_AT91SAM9M10G45EK
469 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100470 help
Nicolas Ferrefefbc402012-03-15 12:57:03 +0100471 Select this if you are using Atmel's AT91SAM9M10G45-EK Evaluation Kit.
472 Those boards can be populated with any SoC of AT91SAM9G45 or AT91SAM9M10
473 families: AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
474 <http://www.atmel.com/tools/SAM9M10-G45-EK.aspx>
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100475
476endif
477
478# ----------------------------------------------------------
479
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100480if ARCH_AT91X40
481
482comment "AT91X40 Board Type"
483
484config MACH_AT91EB01
485 bool "Atmel AT91EB01 Evaluation Kit"
486 help
487 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
488 It is also a popular target for simulators such as GDB's
489 ARM simulator (commonly known as the ARMulator) and the
490 Skyeye simulator.
491
492endif
493
494# ----------------------------------------------------------
495
Nicolas Ferre49fe2ba2011-10-10 18:29:24 +0200496comment "Generic Board Type"
497
498config MACH_AT91SAM_DT
499 bool "Atmel AT91SAM Evaluation Kits with device-tree support"
500 select USE_OF
501 help
502 Select this if you want to experiment device-tree with
503 an Atmel Evaluation Kit.
504
505# ----------------------------------------------------------
506
Andrew Victor58a0cd72006-12-01 14:51:13 +0100507comment "AT91 Board Options"
508
509config MTD_AT91_DATAFLASH_CARD
510 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200511 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100512 help
513 Enable support for the DataFlash card.
514
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100515# ----------------------------------------------------------
516
517comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000518
519config AT91_PROGRAMMABLE_CLOCKS
520 bool "Programmable Clocks"
521 help
522 Select this if you need to program one or more of the PCK0..PCK3
523 programmable clock outputs.
524
Andrew Victoreaad2db2008-09-21 21:35:18 +0100525config AT91_SLOW_CLOCK
526 bool "Suspend-to-RAM disables main oscillator"
527 depends on SUSPEND
528 help
529 Select this if you want Suspend-to-RAM to save the most power
530 possible (without powering off the CPU) by disabling the PLLs
531 and main oscillator so that only the 32 KiHz clock is available.
532
533 When only that slow-clock is available, some peripherals lose
534 functionality. Many can't issue wakeup events unless faster
535 clocks are available. Some lose their operating state and
536 need to be completely re-initialized.
537
David Brownell5248c652007-11-12 17:59:10 +0100538config AT91_TIMER_HZ
539 int "Kernel HZ (jiffies per second)"
540 range 32 1024
541 depends on ARCH_AT91
542 default "128" if ARCH_AT91RM9200
543 default "100"
544 help
545 On AT91rm9200 chips where you're using a system clock derived
546 from the 32768 Hz hardware clock, this tick rate should divide
547 it exactly: use a power-of-two value, such as 128 or 256, to
548 reduce timing errors caused by rounding.
549
550 On AT91sam926x chips, or otherwise when using a higher precision
551 system clock (of at least several MHz), rounding is less of a
552 problem so it can be safer to use a decimal values like 100.
553
SAN People73a59c12006-01-09 17:05:41 +0000554endmenu
555
556endif