blob: bbd5efa65099a4efcd790c464b2c72c9cbb591be [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
6config HAVE_NAND_ATMEL_BUSWIDTH_16
7 bool
8
9config HAVE_AT91_USART3
10 bool
11
12config HAVE_AT91_USART4
13 bool
14
15config HAVE_AT91_USART5
16 bool
17
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010018menu "Atmel AT91 System-on-Chip"
19
Andrew Victor05043d02006-12-01 11:51:19 +010020choice
21 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010022
23config ARCH_AT91RM9200
24 bool "AT91RM9200"
Russell Kingc7508152008-10-26 10:55:14 +000025 select CPU_ARM920T
David Brownell5e802df2007-07-31 01:41:26 +010026 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020027 select HAVE_AT91_USART3
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010028
29config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010030 bool "AT91SAM9260 or AT91SAM9XE"
Russell Kingc7508152008-10-26 10:55:14 +000031 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010032 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020033 select HAVE_AT91_USART3
34 select HAVE_AT91_USART4
35 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020036 select HAVE_NET_MACB
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010037
38config ARCH_AT91SAM9261
39 bool "AT91SAM9261"
Russell Kingc7508152008-10-26 10:55:14 +000040 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010041 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020042 select HAVE_FB_ATMEL
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010043
Nicolas Ferreb319ff82009-06-26 15:37:01 +010044config ARCH_AT91SAM9G10
45 bool "AT91SAM9G10"
46 select CPU_ARM926T
Nicolas Ferreb319ff82009-06-26 15:37:01 +010047 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020048 select HAVE_FB_ATMEL
Nicolas Ferreb319ff82009-06-26 15:37:01 +010049
Andrew Victorb2c65612007-02-08 09:42:40 +010050config ARCH_AT91SAM9263
51 bool "AT91SAM9263"
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-VILLARDee621dd2010-08-08 06:21:33 +020055 select HAVE_NET_MACB
Andrew Victorb2c65612007-02-08 09:42:40 +010056
Andrew Victor877d7722007-05-11 20:49:56 +010057config ARCH_AT91SAM9RL
58 bool "AT91SAM9RL"
Russell Kingc7508152008-10-26 10:55:14 +000059 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010060 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020061 select HAVE_AT91_USART3
Nicolas Ferre0912e532009-06-23 16:30:56 +020062 select HAVE_FB_ATMEL
Andrew Victor877d7722007-05-11 20:49:56 +010063
sedji gaouaou61352662008-07-10 10:15:35 +010064config ARCH_AT91SAM9G20
65 bool "AT91SAM9G20"
Russell Kingc7508152008-10-26 10:55:14 +000066 select CPU_ARM926T
sedji gaouaou61352662008-07-10 10:15:35 +010067 select GENERIC_CLOCKEVENTS
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +020068 select HAVE_AT91_USART3
69 select HAVE_AT91_USART4
70 select HAVE_AT91_USART5
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +020071 select HAVE_NET_MACB
sedji gaouaou61352662008-07-10 10:15:35 +010072
Nicolas Ferre789b23b2009-06-26 15:36:58 +010073config ARCH_AT91SAM9G45
74 bool "AT91SAM9G45"
75 select CPU_ARM926T
Nicolas Ferre789b23b2009-06-26 15:36:58 +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-VILLARDee621dd2010-08-08 06:21:33 +020079 select HAVE_NET_MACB
Nicolas Ferre789b23b2009-06-26 15:36:58 +010080
Andrew Victor2b3b3512008-01-24 15:10:39 +010081config ARCH_AT91CAP9
82 bool "AT91CAP9"
Russell Kingc7508152008-10-26 10:55:14 +000083 select CPU_ARM926T
Andrew Victorad48ce72008-04-16 20:43:49 +010084 select GENERIC_CLOCKEVENTS
Nicolas Ferre0912e532009-06-23 16:30:56 +020085 select HAVE_FB_ATMEL
Andrew Victor2b3b3512008-01-24 15:10:39 +010086
Andrew Victor5e38efa2009-12-15 21:57:27 +010087config ARCH_AT572D940HF
88 bool "AT572D940HF"
89 select CPU_ARM926T
Andrew Victor5e38efa2009-12-15 21:57:27 +010090 select GENERIC_CLOCKEVENTS
91
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010092config ARCH_AT91X40
93 bool "AT91x40"
John Stultz5cfc8ee2010-03-24 00:22:36 +000094 select ARCH_USES_GETTIMEOFFSET
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010095
Andrew Victor05043d02006-12-01 11:51:19 +010096endchoice
97
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010098config AT91_PMC_UNIT
99 bool
100 default !ARCH_AT91X40
101
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100102# ----------------------------------------------------------
103
104if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +0000105
106comment "AT91RM9200 Board Type"
107
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100108config MACH_ONEARM
109 bool "Ajeco 1ARM Single Board Computer"
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100110 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100111 Select this if you are using Ajeco's 1ARM Single Board Computer.
112 <http://www.ajeco.fi/products.htm>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +0100113
SAN People73a59c12006-01-09 17:05:41 +0000114config ARCH_AT91RM9200DK
115 bool "Atmel AT91RM9200-DK Development board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200116 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000117 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100118 Select this if you are using Atmel's AT91RM9200-DK Development board.
119 (Discontinued)
120
SAN People73a59c12006-01-09 17:05:41 +0000121config MACH_AT91RM9200EK
122 bool "Atmel AT91RM9200-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200123 select HAVE_AT91_DATAFLASH_CARD
SAN People73a59c12006-01-09 17:05:41 +0000124 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100125 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
126 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +0000127
128config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100129 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +0000130 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100131 Select this if you are using Cogent's CSB337 board.
132 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +0000133
134config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100135 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +0000136 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100137 Select this if you are using Cogent's CSB637 board.
138 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +0000139
140config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100141 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +0000142 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100143 Select this if you are using Conitec's AT91RM9200-MCU-Module.
144 <http://www.conitec.net/english/linuxboard.htm>
SAN People73a59c12006-01-09 17:05:41 +0000145
Andrew Victor6902f522006-06-20 19:30:18 +0100146config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100147 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +0100148 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100149 Select this if you are using Embest's ATEB9200 board.
150 <http://www.embedinfo.com/english/product/ATEB9200.asp>
151
152config MACH_KB9200
153 bool "KwikByte KB920x"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100154 help
155 Select this if you are using KwikByte's KB920x board.
156 <http://kwikbyte.com/KB9202_description_new.htm>
Andrew Victor6902f522006-06-20 19:30:18 +0100157
Simon Richter5d01f132007-04-02 14:06:29 +0100158config MACH_PICOTUX2XX
159 bool "picotux 200"
Simon Richter5d01f132007-04-02 14:06:29 +0100160 help
161 Select this if you are using a picotux 200.
162 <http://www.picotux.com/>
163
Andrew Victor6902f522006-06-20 19:30:18 +0100164config MACH_KAFA
165 bool "Sperry-Sun KAFA board"
Andrew Victor6902f522006-06-20 19:30:18 +0100166 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100167 Select this if you are using Sperry-Sun's KAFA board.
168
Andrew Victor2f036ac2008-04-15 21:10:11 +0100169config MACH_ECBAT91
170 bool "emQbit ECB_AT91 SBC"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200171 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor2f036ac2008-04-15 21:10:11 +0100172 help
173 Select this if you are using emQbit's ECB_AT91 board.
174 <http://wiki.emqbit.com/free-ecb-at91>
175
Andrew Victore3ba22d2008-05-24 17:06:45 +0100176config MACH_YL9200
177 bool "ucDragon YL-9200"
Andrew Victore3ba22d2008-05-24 17:06:45 +0100178 help
179 Select this if you are using the ucDragon YL-9200 board.
180
Eric Bénard10233a92009-07-30 07:23:42 +0100181config MACH_CPUAT91
182 bool "Eukrea CPUAT91"
Eric Bénard10233a92009-07-30 07:23:42 +0100183 help
184 Select this if you are using the Eukrea Electromatique's
185 CPUAT91 board <http://www.eukrea.com/>.
186
Uwe Kleine-König01c62c92009-11-03 20:39:02 +0100187config MACH_ECO920
188 bool "eco920"
189 help
190 Select this if you are using the eco920 board
191
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100192endif
193
194# ----------------------------------------------------------
195
196if ARCH_AT91SAM9260
197
Andrew Victorf7eee892007-02-15 08:17:38 +0100198comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100199
Andrew Victorf7eee892007-02-15 08:17:38 +0100200config ARCH_AT91SAM9260_SAM9XE
201 bool "AT91SAM9XE"
Andrew Victor58a0cd72006-12-01 14:51:13 +0100202 help
Andrew Victorf7eee892007-02-15 08:17:38 +0100203 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
Matt LaPlantea982ac02007-05-09 07:35:06 +0200204 They are basically AT91SAM9260s with various sizes of embedded Flash.
Andrew Victorf7eee892007-02-15 08:17:38 +0100205
206comment "AT91SAM9260 / AT91SAM9XE Board Type"
207
208config MACH_AT91SAM9260EK
209 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200210 select HAVE_AT91_DATAFLASH_CARD
211 select HAVE_NAND_ATMEL_BUSWIDTH_16
Andrew Victorf7eee892007-02-15 08:17:38 +0100212 help
213 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100214 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
215
Andrew Victor35131fb2008-04-15 21:05:03 +0100216config MACH_CAM60
217 bool "KwikByte KB9260 (CAM60) board"
Andrew Victor35131fb2008-04-15 21:05:03 +0100218 help
219 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
220 <http://www.kwikbyte.com/KB9260.html>
221
Andrew Victor66dbfc62008-04-15 21:07:08 +0100222config MACH_SAM9_L9260
223 bool "Olimex SAM9-L9260 board"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200224 select HAVE_AT91_DATAFLASH_CARD
Andrew Victor66dbfc62008-04-15 21:07:08 +0100225 help
226 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
227 <http://www.olimex.com/dev/sam9-L9260.html>
228
Sergey Lapin9c784f92008-08-03 02:29:48 +0100229config MACH_AFEB9260
230 bool "Custom afeb9260 board v1"
Sergey Lapin9c784f92008-08-03 02:29:48 +0100231 help
232 Select this if you are using custom afeb9260 board based on
233 open hardware design. Select this for revision 1 of the board.
234 <svn://194.85.238.22/home/users/george/svn/arm9eb>
235 <http://groups.google.com/group/arm9fpga-evolution-board>
236
Andrew Victorca0a7892008-05-24 17:47:04 +0100237config MACH_USB_A9260
238 bool "CALAO USB-A9260"
Andrew Victorca0a7892008-05-24 17:47:04 +0100239 help
240 Select this if you are using a Calao Systems USB-A9260.
241 <http://www.calao-systems.com>
242
243config MACH_QIL_A9260
244 bool "CALAO QIL-A9260 board"
Andrew Victorca0a7892008-05-24 17:47:04 +0100245 help
246 Select this if you are using a Calao Systems QIL-A9260 Board.
247 <http://www.calao-systems.com>
248
Eric Bénard41a353d2009-07-30 07:20:03 +0100249config MACH_CPU9260
250 bool "Eukrea CPU9260 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100251 help
252 Select this if you are using a Eukrea Electromatique's
253 CPU9260 Board <http://www.eukrea.com/>
254
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100255endif
256
257# ----------------------------------------------------------
258
259if ARCH_AT91SAM9261
260
261comment "AT91SAM9261 Board Type"
262
Andrew Victor58a0cd72006-12-01 14:51:13 +0100263config MACH_AT91SAM9261EK
264 bool "Atmel AT91SAM9261-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200265 select HAVE_AT91_DATAFLASH_CARD
266 select HAVE_NAND_ATMEL_BUSWIDTH_16
Andrew Victor58a0cd72006-12-01 14:51:13 +0100267 help
268 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
269 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
270
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100271endif
Andrew Victor6902f522006-06-20 19:30:18 +0100272
Andrew Victor58a0cd72006-12-01 14:51:13 +0100273# ----------------------------------------------------------
274
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100275if ARCH_AT91SAM9G10
276
277comment "AT91SAM9G10 Board Type"
278
279config MACH_AT91SAM9G10EK
280 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200281 select HAVE_AT91_DATAFLASH_CARD
282 select HAVE_NAND_ATMEL_BUSWIDTH_16
Nicolas Ferreb319ff82009-06-26 15:37:01 +0100283 help
284 Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
285 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
286
287endif
288
289# ----------------------------------------------------------
290
Andrew Victore6d92e62007-02-08 10:22:16 +0100291if ARCH_AT91SAM9263
292
293comment "AT91SAM9263 Board Type"
294
295config MACH_AT91SAM9263EK
296 bool "Atmel AT91SAM9263-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200297 select HAVE_AT91_DATAFLASH_CARD
298 select HAVE_NAND_ATMEL_BUSWIDTH_16
Andrew Victore6d92e62007-02-08 10:22:16 +0100299 help
300 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
301 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
302
Andrew Victorca0a7892008-05-24 17:47:04 +0100303config MACH_USB_A9263
304 bool "CALAO USB-A9263"
Andrew Victorca0a7892008-05-24 17:47:04 +0100305 help
306 Select this if you are using a Calao Systems USB-A9263.
307 <http://www.calao-systems.com>
308
Andrew Victorffc63b72008-10-06 20:13:53 +0100309config MACH_NEOCORE926
310 bool "Adeneo NEOCORE926"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200311 select HAVE_AT91_DATAFLASH_CARD
Andrew Victorffc63b72008-10-06 20:13:53 +0100312 help
313 Select this if you are using the Adeneo Neocore 926 board.
314
Andrew Victore6d92e62007-02-08 10:22:16 +0100315endif
316
317# ----------------------------------------------------------
318
Andrew Victorc42dcb32007-05-11 19:24:18 +0100319if ARCH_AT91SAM9RL
320
321comment "AT91SAM9RL Board Type"
322
323config MACH_AT91SAM9RLEK
324 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
Andrew Victorc42dcb32007-05-11 19:24:18 +0100325 help
326 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
327
328endif
329
330# ----------------------------------------------------------
331
sedji gaouaou61352662008-07-10 10:15:35 +0100332if ARCH_AT91SAM9G20
333
334comment "AT91SAM9G20 Board Type"
335
336config MACH_AT91SAM9G20EK
337 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200338 select HAVE_AT91_DATAFLASH_CARD
339 select HAVE_NAND_ATMEL_BUSWIDTH_16
sedji gaouaou61352662008-07-10 10:15:35 +0100340 help
Nicolas Ferre0f742962009-10-20 16:32:53 +0200341 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
342 that embeds only one SD/MMC slot.
343
344config MACH_AT91SAM9G20EK_2MMC
Jean-Christophe PLAGNIOL-VILLARDa6e016f2010-09-21 18:01:37 +0200345 depends on MACH_AT91SAM9G20EK
Nicolas Ferre0f742962009-10-20 16:32:53 +0200346 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200347 select HAVE_NAND_ATMEL_BUSWIDTH_16
Nicolas Ferre0f742962009-10-20 16:32:53 +0200348 help
349 Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
350 with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
351 onwards.
sedji gaouaou61352662008-07-10 10:15:35 +0100352
Eric Bénard41a353d2009-07-30 07:20:03 +0100353config MACH_CPU9G20
354 bool "Eukrea CPU9G20 board"
Eric Bénard41a353d2009-07-30 07:20:03 +0100355 help
356 Select this if you are using a Eukrea Electromatique's
357 CPU9G20 Board <http://www.eukrea.com/>
358
Christian Glindkamp9b404b72010-04-13 14:55:10 +0100359config MACH_PORTUXG20
360 bool "taskit PortuxG20"
361 help
362 Select this if you are using taskit's PortuxG20.
363 <http://www.taskit.de/en/>
364
365config MACH_STAMP9G20
366 bool "taskit Stamp9G20 CPU module"
367 help
368 Select this if you are using taskit's Stamp9G20 CPU module on its
369 evaluation board.
370 <http://www.taskit.de/en/>
371
sedji gaouaou61352662008-07-10 10:15:35 +0100372endif
373
Ryan Mallon064baac2010-07-06 21:48:53 +0100374if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
375comment "AT91SAM9260/AT91SAM9G20 boards"
376
377config MACH_SNAPPER_9260
378 bool "Bluewater Systems Snapper 9260/9G20 module"
379 help
380 Select this if you are using the Bluewater Systems Snapper 9260 or
381 Snapper 9G20 modules.
382 <http://www.bluewatersys.com/>
383endif
384
sedji gaouaou61352662008-07-10 10:15:35 +0100385# ----------------------------------------------------------
386
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100387if ARCH_AT91SAM9G45
388
389comment "AT91SAM9G45 Board Type"
390
Jean-Christophe PLAGNIOL-VILLARD67dd8992010-09-22 07:55:59 +0200391config MACH_AT91SAM9M10G45EK
392 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200393 select HAVE_NAND_ATMEL_BUSWIDTH_16
Nicolas Ferre789b23b2009-06-26 15:36:58 +0100394 help
395 Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit.
396 "ES" at the end of the name means that this board is an
397 Engineering Sample.
398
399endif
400
401# ----------------------------------------------------------
402
Andrew Victor86640ca2008-01-24 15:16:41 +0100403if ARCH_AT91CAP9
404
405comment "AT91CAP9 Board Type"
406
407config MACH_AT91CAP9ADK
408 bool "Atmel AT91CAP9A-DK Evaluation Kit"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200409 select HAVE_AT91_DATAFLASH_CARD
410 select HAVE_NAND_ATMEL_BUSWIDTH_16
Andrew Victor86640ca2008-01-24 15:16:41 +0100411 help
412 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
413 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
414
415endif
416
417# ----------------------------------------------------------
418
Andrew Victorc9a8fdd2009-12-15 22:00:18 +0100419if ARCH_AT572D940HF
420
421comment "AT572D940HF Board Type"
422
423config MACH_AT572D940HFEB
424 bool "AT572D940HF-EK"
425 depends on ARCH_AT572D940HF
426 select HAVE_AT91_DATAFLASH_CARD
427 select HAVE_NAND_ATMEL_BUSWIDTH_16
428 help
429 Select this if you are using Atmel's AT572D940HF-EK evaluation kit.
430 <http://www.atmel.com/products/diopsis/default.asp>
431
432endif
433
434# ----------------------------------------------------------
435
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100436if ARCH_AT91X40
437
438comment "AT91X40 Board Type"
439
440config MACH_AT91EB01
441 bool "Atmel AT91EB01 Evaluation Kit"
442 help
443 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
444 It is also a popular target for simulators such as GDB's
445 ARM simulator (commonly known as the ARMulator) and the
446 Skyeye simulator.
447
448endif
449
450# ----------------------------------------------------------
451
Andrew Victor58a0cd72006-12-01 14:51:13 +0100452comment "AT91 Board Options"
453
454config MTD_AT91_DATAFLASH_CARD
455 bool "Enable DataFlash Card support"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200456 depends on HAVE_AT91_DATAFLASH_CARD
Andrew Victor58a0cd72006-12-01 14:51:13 +0100457 help
458 Enable support for the DataFlash card.
459
Pieter du Preezf6ed6f72008-08-01 10:06:40 +0100460config MTD_NAND_ATMEL_BUSWIDTH_16
Andrew Victor58a0cd72006-12-01 14:51:13 +0100461 bool "Enable 16-bit data bus interface to NAND flash"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200462 depends on HAVE_NAND_ATMEL_BUSWIDTH_16
Andrew Victor58a0cd72006-12-01 14:51:13 +0100463 help
464 On AT91SAM926x boards both types of NAND flash can be present
465 (8 and 16 bit data bus width).
SAN People73a59c12006-01-09 17:05:41 +0000466
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100467# ----------------------------------------------------------
468
469comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000470
471config AT91_PROGRAMMABLE_CLOCKS
472 bool "Programmable Clocks"
473 help
474 Select this if you need to program one or more of the PCK0..PCK3
475 programmable clock outputs.
476
Andrew Victoreaad2db2008-09-21 21:35:18 +0100477config AT91_SLOW_CLOCK
478 bool "Suspend-to-RAM disables main oscillator"
479 depends on SUSPEND
480 help
481 Select this if you want Suspend-to-RAM to save the most power
482 possible (without powering off the CPU) by disabling the PLLs
483 and main oscillator so that only the 32 KiHz clock is available.
484
485 When only that slow-clock is available, some peripherals lose
486 functionality. Many can't issue wakeup events unless faster
487 clocks are available. Some lose their operating state and
488 need to be completely re-initialized.
489
David Brownell5248c652007-11-12 17:59:10 +0100490config AT91_TIMER_HZ
491 int "Kernel HZ (jiffies per second)"
492 range 32 1024
493 depends on ARCH_AT91
494 default "128" if ARCH_AT91RM9200
495 default "100"
496 help
497 On AT91rm9200 chips where you're using a system clock derived
498 from the 32768 Hz hardware clock, this tick rate should divide
499 it exactly: use a power-of-two value, such as 128 or 256, to
500 reduce timing errors caused by rounding.
501
502 On AT91sam926x chips, or otherwise when using a higher precision
503 system clock (of at least several MHz), rounding is less of a
504 problem so it can be safer to use a decimal values like 100.
505
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100506choice
507 prompt "Select a UART for early kernel messages"
508
509config AT91_EARLY_DBGU
510 bool "DBGU"
511
512config AT91_EARLY_USART0
513 bool "USART0"
514
515config AT91_EARLY_USART1
516 bool "USART1"
517
518config AT91_EARLY_USART2
519 bool "USART2"
520 depends on ! ARCH_AT91X40
521
522config AT91_EARLY_USART3
523 bool "USART3"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200524 depends on HAVE_AT91_USART3
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100525
526config AT91_EARLY_USART4
527 bool "USART4"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200528 depends on HAVE_AT91_USART4
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100529
530config AT91_EARLY_USART5
531 bool "USART5"
Jean-Christophe PLAGNIOL-VILLARD2ef9f592009-10-22 18:50:26 +0200532 depends on HAVE_AT91_USART5
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100533
534endchoice
535
SAN People73a59c12006-01-09 17:05:41 +0000536endmenu
537
538endif