ARM: at91: code removal of CAP9 SoC
[deliverable/linux.git] / arch / arm / mach-at91 / Kconfig
1 if ARCH_AT91
2
3 config HAVE_AT91_DATAFLASH_CARD
4 bool
5
6 config HAVE_AT91_DBGU0
7 bool
8
9 config HAVE_AT91_DBGU1
10 bool
11
12 config HAVE_AT91_USART3
13 bool
14
15 config HAVE_AT91_USART4
16 bool
17
18 config HAVE_AT91_USART5
19 bool
20
21 config AT91_SAM9_ALT_RESET
22 bool
23
24 config AT91_SAM9G45_RESET
25 bool
26
27 menu "Atmel AT91 System-on-Chip"
28
29 choice
30 prompt "Atmel AT91 Processor"
31
32 config ARCH_AT91RM9200
33 bool "AT91RM9200"
34 select CPU_ARM920T
35 select GENERIC_CLOCKEVENTS
36 select HAVE_AT91_DBGU0
37 select HAVE_AT91_USART3
38
39 config ARCH_AT91SAM9260
40 bool "AT91SAM9260 or AT91SAM9XE"
41 select CPU_ARM926T
42 select GENERIC_CLOCKEVENTS
43 select HAVE_AT91_DBGU0
44 select HAVE_AT91_USART3
45 select HAVE_AT91_USART4
46 select HAVE_AT91_USART5
47 select HAVE_NET_MACB
48 select AT91_SAM9_ALT_RESET
49
50 config ARCH_AT91SAM9261
51 bool "AT91SAM9261"
52 select CPU_ARM926T
53 select GENERIC_CLOCKEVENTS
54 select HAVE_FB_ATMEL
55 select HAVE_AT91_DBGU0
56 select AT91_SAM9_ALT_RESET
57
58 config ARCH_AT91SAM9G10
59 bool "AT91SAM9G10"
60 select CPU_ARM926T
61 select GENERIC_CLOCKEVENTS
62 select HAVE_AT91_DBGU0
63 select HAVE_FB_ATMEL
64 select AT91_SAM9_ALT_RESET
65
66 config ARCH_AT91SAM9263
67 bool "AT91SAM9263"
68 select CPU_ARM926T
69 select GENERIC_CLOCKEVENTS
70 select HAVE_FB_ATMEL
71 select HAVE_NET_MACB
72 select HAVE_AT91_DBGU1
73 select AT91_SAM9_ALT_RESET
74
75 config ARCH_AT91SAM9RL
76 bool "AT91SAM9RL"
77 select CPU_ARM926T
78 select GENERIC_CLOCKEVENTS
79 select HAVE_AT91_USART3
80 select HAVE_FB_ATMEL
81 select HAVE_AT91_DBGU0
82 select AT91_SAM9_ALT_RESET
83
84 config ARCH_AT91SAM9G20
85 bool "AT91SAM9G20"
86 select CPU_ARM926T
87 select GENERIC_CLOCKEVENTS
88 select HAVE_AT91_DBGU0
89 select HAVE_AT91_USART3
90 select HAVE_AT91_USART4
91 select HAVE_AT91_USART5
92 select HAVE_NET_MACB
93 select AT91_SAM9_ALT_RESET
94
95 config ARCH_AT91SAM9G45
96 bool "AT91SAM9G45"
97 select CPU_ARM926T
98 select GENERIC_CLOCKEVENTS
99 select HAVE_AT91_USART3
100 select HAVE_FB_ATMEL
101 select HAVE_NET_MACB
102 select HAVE_AT91_DBGU1
103 select AT91_SAM9G45_RESET
104
105 config ARCH_AT91X40
106 bool "AT91x40"
107 select ARCH_USES_GETTIMEOFFSET
108
109 endchoice
110
111 config AT91_PMC_UNIT
112 bool
113 default !ARCH_AT91X40
114
115 # ----------------------------------------------------------
116
117 if ARCH_AT91RM9200
118
119 comment "AT91RM9200 Board Type"
120
121 config MACH_ONEARM
122 bool "Ajeco 1ARM Single Board Computer"
123 help
124 Select this if you are using Ajeco's 1ARM Single Board Computer.
125 <http://www.ajeco.fi/>
126
127 config ARCH_AT91RM9200DK
128 bool "Atmel AT91RM9200-DK Development board"
129 select HAVE_AT91_DATAFLASH_CARD
130 help
131 Select this if you are using Atmel's AT91RM9200-DK Development board.
132 (Discontinued)
133
134 config MACH_AT91RM9200EK
135 bool "Atmel AT91RM9200-EK Evaluation Kit"
136 select HAVE_AT91_DATAFLASH_CARD
137 help
138 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>
140
141 config MACH_CSB337
142 bool "Cogent CSB337"
143 help
144 Select this if you are using Cogent's CSB337 board.
145 <http://www.cogcomp.com/csb_csb337.htm>
146
147 config MACH_CSB637
148 bool "Cogent CSB637"
149 help
150 Select this if you are using Cogent's CSB637 board.
151 <http://www.cogcomp.com/csb_csb637.htm>
152
153 config MACH_CARMEVA
154 bool "Conitec ARM&EVA"
155 help
156 Select this if you are using Conitec's AT91RM9200-MCU-Module.
157 <http://www.conitec.net/english/linuxboard.php>
158
159 config MACH_ATEB9200
160 bool "Embest ATEB9200"
161 help
162 Select this if you are using Embest's ATEB9200 board.
163 <http://www.embedinfo.com/english/product/ATEB9200.asp>
164
165 config MACH_KB9200
166 bool "KwikByte KB920x"
167 help
168 Select this if you are using KwikByte's KB920x board.
169 <http://www.kwikbyte.com/KB9202.html>
170
171 config MACH_PICOTUX2XX
172 bool "picotux 200"
173 help
174 Select this if you are using a picotux 200.
175 <http://www.picotux.com/>
176
177 config MACH_KAFA
178 bool "Sperry-Sun KAFA board"
179 help
180 Select this if you are using Sperry-Sun's KAFA board.
181
182 config MACH_ECBAT91
183 bool "emQbit ECB_AT91 SBC"
184 select HAVE_AT91_DATAFLASH_CARD
185 help
186 Select this if you are using emQbit's ECB_AT91 board.
187 <http://wiki.emqbit.com/free-ecb-at91>
188
189 config MACH_YL9200
190 bool "ucDragon YL-9200"
191 help
192 Select this if you are using the ucDragon YL-9200 board.
193
194 config MACH_CPUAT91
195 bool "Eukrea CPUAT91"
196 help
197 Select this if you are using the Eukrea Electromatique's
198 CPUAT91 board <http://www.eukrea.com/>.
199
200 config MACH_ECO920
201 bool "eco920"
202 help
203 Select this if you are using the eco920 board
204
205 config 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.
210 endif
211
212 # ----------------------------------------------------------
213
214 if ARCH_AT91SAM9260
215
216 comment "AT91SAM9260 Variants"
217
218 comment "AT91SAM9260 / AT91SAM9XE Board Type"
219
220 config MACH_AT91SAM9260EK
221 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
222 select HAVE_AT91_DATAFLASH_CARD
223 help
224 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
225 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
226
227 config MACH_CAM60
228 bool "KwikByte KB9260 (CAM60) board"
229 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
233 config MACH_SAM9_L9260
234 bool "Olimex SAM9-L9260 board"
235 select HAVE_AT91_DATAFLASH_CARD
236 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
240 config MACH_AFEB9260
241 bool "Custom afeb9260 board v1"
242 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
248 config MACH_USB_A9260
249 bool "CALAO USB-A9260"
250 help
251 Select this if you are using a Calao Systems USB-A9260.
252 <http://www.calao-systems.com>
253
254 config MACH_QIL_A9260
255 bool "CALAO QIL-A9260 board"
256 help
257 Select this if you are using a Calao Systems QIL-A9260 Board.
258 <http://www.calao-systems.com>
259
260 config MACH_CPU9260
261 bool "Eukrea CPU9260 board"
262 help
263 Select this if you are using a Eukrea Electromatique's
264 CPU9260 Board <http://www.eukrea.com/>
265
266 config 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
272 endif
273
274 # ----------------------------------------------------------
275
276 if ARCH_AT91SAM9261
277
278 comment "AT91SAM9261 Board Type"
279
280 config MACH_AT91SAM9261EK
281 bool "Atmel AT91SAM9261-EK Evaluation Kit"
282 select HAVE_AT91_DATAFLASH_CARD
283 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
287 endif
288
289 # ----------------------------------------------------------
290
291 if ARCH_AT91SAM9G10
292
293 comment "AT91SAM9G10 Board Type"
294
295 config MACH_AT91SAM9G10EK
296 bool "Atmel AT91SAM9G10-EK Evaluation Kit"
297 select HAVE_AT91_DATAFLASH_CARD
298 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
302 endif
303
304 # ----------------------------------------------------------
305
306 if ARCH_AT91SAM9263
307
308 comment "AT91SAM9263 Board Type"
309
310 config MACH_AT91SAM9263EK
311 bool "Atmel AT91SAM9263-EK Evaluation Kit"
312 select HAVE_AT91_DATAFLASH_CARD
313 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
317 config MACH_USB_A9263
318 bool "CALAO USB-A9263"
319 help
320 Select this if you are using a Calao Systems USB-A9263.
321 <http://www.calao-systems.com>
322
323 config MACH_NEOCORE926
324 bool "Adeneo NEOCORE926"
325 select HAVE_AT91_DATAFLASH_CARD
326 help
327 Select this if you are using the Adeneo Neocore 926 board.
328
329 endif
330
331 # ----------------------------------------------------------
332
333 if ARCH_AT91SAM9RL
334
335 comment "AT91SAM9RL Board Type"
336
337 config MACH_AT91SAM9RLEK
338 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
339 help
340 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
341
342 endif
343
344 # ----------------------------------------------------------
345
346 if ARCH_AT91SAM9G20
347
348 comment "AT91SAM9G20 Board Type"
349
350 config MACH_AT91SAM9G20EK
351 bool "Atmel AT91SAM9G20-EK Evaluation Kit"
352 select HAVE_AT91_DATAFLASH_CARD
353 help
354 Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
355 that embeds only one SD/MMC slot.
356
357 config MACH_AT91SAM9G20EK_2MMC
358 depends on MACH_AT91SAM9G20EK
359 bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
360 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.
364
365 config MACH_CPU9G20
366 bool "Eukrea CPU9G20 board"
367 help
368 Select this if you are using a Eukrea Electromatique's
369 CPU9G20 Board <http://www.eukrea.com/>
370
371 config 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
377 config 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
383 config 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
390 config 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
396
397 config 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>
403
404 config 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
411 endif
412
413 if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20)
414 comment "AT91SAM9260/AT91SAM9G20 boards"
415
416 config 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/>
422 endif
423
424 # ----------------------------------------------------------
425
426 if ARCH_AT91SAM9G45
427
428 comment "AT91SAM9G45 Board Type"
429
430 config MACH_AT91SAM9M10G45EK
431 bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
432 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
437 endif
438
439 # ----------------------------------------------------------
440
441 if ARCH_AT91X40
442
443 comment "AT91X40 Board Type"
444
445 config 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
453 endif
454
455 # ----------------------------------------------------------
456
457 comment "Generic Board Type"
458
459 config 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
468 comment "AT91 Board Options"
469
470 config MTD_AT91_DATAFLASH_CARD
471 bool "Enable DataFlash Card support"
472 depends on HAVE_AT91_DATAFLASH_CARD
473 help
474 Enable support for the DataFlash card.
475
476 # ----------------------------------------------------------
477
478 comment "AT91 Feature Selections"
479
480 config 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
486 config 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
499 config 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
515 choice
516 prompt "Select a UART for early kernel messages"
517
518 config AT91_EARLY_DBGU0
519 bool "DBGU on rm9200, 9260/9g20, 9261/9g10 and 9rl"
520 depends on HAVE_AT91_DBGU0
521
522 config AT91_EARLY_DBGU1
523 bool "DBGU on 9263 and 9g45"
524 depends on HAVE_AT91_DBGU1
525
526 config AT91_EARLY_USART0
527 bool "USART0"
528
529 config AT91_EARLY_USART1
530 bool "USART1"
531
532 config AT91_EARLY_USART2
533 bool "USART2"
534 depends on ! ARCH_AT91X40
535
536 config AT91_EARLY_USART3
537 bool "USART3"
538 depends on HAVE_AT91_USART3
539
540 config AT91_EARLY_USART4
541 bool "USART4"
542 depends on HAVE_AT91_USART4
543
544 config AT91_EARLY_USART5
545 bool "USART5"
546 depends on HAVE_AT91_USART5
547
548 endchoice
549
550 endmenu
551
552 endif
This page took 0.042133 seconds and 5 git commands to generate.