blob: 3d549a9afe1d8f334926a1b1ff225317ebc33128 [file] [log] [blame]
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01001if ARCH_AT91
SAN People73a59c12006-01-09 17:05:41 +00002
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01003menu "Atmel AT91 System-on-Chip"
4
Andrew Victor05043d02006-12-01 11:51:19 +01005choice
6 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01007
8config ARCH_AT91RM9200
9 bool "AT91RM9200"
David Brownell5e802df2007-07-31 01:41:26 +010010 select GENERIC_TIME
11 select GENERIC_CLOCKEVENTS
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010012
13config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010014 bool "AT91SAM9260 or AT91SAM9XE"
Andrew Victorad48ce72008-04-16 20:43:49 +010015 select GENERIC_TIME
16 select GENERIC_CLOCKEVENTS
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010017
18config ARCH_AT91SAM9261
19 bool "AT91SAM9261"
Andrew Victorad48ce72008-04-16 20:43:49 +010020 select GENERIC_TIME
21 select GENERIC_CLOCKEVENTS
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010022
Andrew Victorb2c65612007-02-08 09:42:40 +010023config ARCH_AT91SAM9263
24 bool "AT91SAM9263"
Andrew Victorad48ce72008-04-16 20:43:49 +010025 select GENERIC_TIME
26 select GENERIC_CLOCKEVENTS
Andrew Victorb2c65612007-02-08 09:42:40 +010027
Andrew Victor877d7722007-05-11 20:49:56 +010028config ARCH_AT91SAM9RL
29 bool "AT91SAM9RL"
Andrew Victorad48ce72008-04-16 20:43:49 +010030 select GENERIC_TIME
31 select GENERIC_CLOCKEVENTS
Andrew Victor877d7722007-05-11 20:49:56 +010032
Andrew Victor2b3b3512008-01-24 15:10:39 +010033config ARCH_AT91CAP9
34 bool "AT91CAP9"
Andrew Victorad48ce72008-04-16 20:43:49 +010035 select GENERIC_TIME
36 select GENERIC_CLOCKEVENTS
Andrew Victor2b3b3512008-01-24 15:10:39 +010037
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010038config ARCH_AT91X40
39 bool "AT91x40"
40
Andrew Victor05043d02006-12-01 11:51:19 +010041endchoice
42
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010043config AT91_PMC_UNIT
44 bool
45 default !ARCH_AT91X40
46
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010047# ----------------------------------------------------------
48
49if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +000050
51comment "AT91RM9200 Board Type"
52
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010053config MACH_ONEARM
54 bool "Ajeco 1ARM Single Board Computer"
55 depends on ARCH_AT91RM9200
56 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010057 Select this if you are using Ajeco's 1ARM Single Board Computer.
58 <http://www.ajeco.fi/products.htm>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010059
SAN People73a59c12006-01-09 17:05:41 +000060config ARCH_AT91RM9200DK
61 bool "Atmel AT91RM9200-DK Development board"
62 depends on ARCH_AT91RM9200
63 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010064 Select this if you are using Atmel's AT91RM9200-DK Development board.
65 (Discontinued)
66
SAN People73a59c12006-01-09 17:05:41 +000067config MACH_AT91RM9200EK
68 bool "Atmel AT91RM9200-EK Evaluation Kit"
69 depends on ARCH_AT91RM9200
70 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010071 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
72 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +000073
74config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010075 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +000076 depends on ARCH_AT91RM9200
77 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010078 Select this if you are using Cogent's CSB337 board.
79 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +000080
81config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010082 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +000083 depends on ARCH_AT91RM9200
84 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010085 Select this if you are using Cogent's CSB637 board.
86 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +000087
88config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010089 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +000090 depends on ARCH_AT91RM9200
91 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010092 Select this if you are using Conitec's AT91RM9200-MCU-Module.
93 <http://www.conitec.net/english/linuxboard.htm>
SAN People73a59c12006-01-09 17:05:41 +000094
Andrew Victor6902f522006-06-20 19:30:18 +010095config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010096 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +010097 depends on ARCH_AT91RM9200
98 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010099 Select this if you are using Embest's ATEB9200 board.
100 <http://www.embedinfo.com/english/product/ATEB9200.asp>
101
102config MACH_KB9200
103 bool "KwikByte KB920x"
104 depends on ARCH_AT91RM9200
105 help
106 Select this if you are using KwikByte's KB920x board.
107 <http://kwikbyte.com/KB9202_description_new.htm>
Andrew Victor6902f522006-06-20 19:30:18 +0100108
Simon Richter5d01f132007-04-02 14:06:29 +0100109config MACH_PICOTUX2XX
110 bool "picotux 200"
111 depends on ARCH_AT91RM9200
112 help
113 Select this if you are using a picotux 200.
114 <http://www.picotux.com/>
115
Andrew Victor6902f522006-06-20 19:30:18 +0100116config MACH_KAFA
117 bool "Sperry-Sun KAFA board"
118 depends on ARCH_AT91RM9200
119 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100120 Select this if you are using Sperry-Sun's KAFA board.
121
Andrew Victor2f036ac2008-04-15 21:10:11 +0100122config MACH_ECBAT91
123 bool "emQbit ECB_AT91 SBC"
124 depends on ARCH_AT91RM9200
125 help
126 Select this if you are using emQbit's ECB_AT91 board.
127 <http://wiki.emqbit.com/free-ecb-at91>
128
Andrew Victore3ba22d2008-05-24 17:06:45 +0100129config MACH_YL9200
130 bool "ucDragon YL-9200"
131 depends on ARCH_AT91RM9200
132 help
133 Select this if you are using the ucDragon YL-9200 board.
134
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100135endif
136
137# ----------------------------------------------------------
138
139if ARCH_AT91SAM9260
140
Andrew Victorf7eee892007-02-15 08:17:38 +0100141comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100142
Andrew Victorf7eee892007-02-15 08:17:38 +0100143config ARCH_AT91SAM9260_SAM9XE
144 bool "AT91SAM9XE"
Andrew Victor58a0cd72006-12-01 14:51:13 +0100145 depends on ARCH_AT91SAM9260
146 help
Andrew Victorf7eee892007-02-15 08:17:38 +0100147 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
Matt LaPlantea982ac02007-05-09 07:35:06 +0200148 They are basically AT91SAM9260s with various sizes of embedded Flash.
Andrew Victorf7eee892007-02-15 08:17:38 +0100149
150comment "AT91SAM9260 / AT91SAM9XE Board Type"
151
152config MACH_AT91SAM9260EK
153 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
154 depends on ARCH_AT91SAM9260
155 help
156 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100157 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
158
Andrew Victor35131fb2008-04-15 21:05:03 +0100159config MACH_CAM60
160 bool "KwikByte KB9260 (CAM60) board"
161 depends on ARCH_AT91SAM9260
162 help
163 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
164 <http://www.kwikbyte.com/KB9260.html>
165
Andrew Victor66dbfc62008-04-15 21:07:08 +0100166config MACH_SAM9_L9260
167 bool "Olimex SAM9-L9260 board"
168 depends on ARCH_AT91SAM9260
169 help
170 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
171 <http://www.olimex.com/dev/sam9-L9260.html>
172
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100173endif
174
175# ----------------------------------------------------------
176
177if ARCH_AT91SAM9261
178
179comment "AT91SAM9261 Board Type"
180
Andrew Victor58a0cd72006-12-01 14:51:13 +0100181config MACH_AT91SAM9261EK
182 bool "Atmel AT91SAM9261-EK Evaluation Kit"
183 depends on ARCH_AT91SAM9261
184 help
185 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
186 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
187
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100188endif
Andrew Victor6902f522006-06-20 19:30:18 +0100189
Andrew Victor58a0cd72006-12-01 14:51:13 +0100190# ----------------------------------------------------------
191
Andrew Victore6d92e62007-02-08 10:22:16 +0100192if ARCH_AT91SAM9263
193
194comment "AT91SAM9263 Board Type"
195
196config MACH_AT91SAM9263EK
197 bool "Atmel AT91SAM9263-EK Evaluation Kit"
198 depends on ARCH_AT91SAM9263
199 help
200 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
201 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
202
203endif
204
205# ----------------------------------------------------------
206
Andrew Victorc42dcb32007-05-11 19:24:18 +0100207if ARCH_AT91SAM9RL
208
209comment "AT91SAM9RL Board Type"
210
211config MACH_AT91SAM9RLEK
212 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
213 depends on ARCH_AT91SAM9RL
214 help
215 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
216
217endif
218
219# ----------------------------------------------------------
220
Andrew Victor86640ca2008-01-24 15:16:41 +0100221if ARCH_AT91CAP9
222
223comment "AT91CAP9 Board Type"
224
225config MACH_AT91CAP9ADK
226 bool "Atmel AT91CAP9A-DK Evaluation Kit"
227 depends on ARCH_AT91CAP9
228 help
229 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
230 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
231
232endif
233
234# ----------------------------------------------------------
235
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100236if ARCH_AT91X40
237
238comment "AT91X40 Board Type"
239
240config MACH_AT91EB01
241 bool "Atmel AT91EB01 Evaluation Kit"
242 help
243 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
244 It is also a popular target for simulators such as GDB's
245 ARM simulator (commonly known as the ARMulator) and the
246 Skyeye simulator.
247
248endif
249
250# ----------------------------------------------------------
251
Andrew Victor58a0cd72006-12-01 14:51:13 +0100252comment "AT91 Board Options"
253
254config MTD_AT91_DATAFLASH_CARD
255 bool "Enable DataFlash Card support"
Andrew Victor2f036ac2008-04-15 21:10:11 +0100256 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK || MACH_SAM9_L9260 || MACH_ECBAT91)
Andrew Victor58a0cd72006-12-01 14:51:13 +0100257 help
258 Enable support for the DataFlash card.
259
260config MTD_NAND_AT91_BUSWIDTH_16
261 bool "Enable 16-bit data bus interface to NAND flash"
Andrew Victor86640ca2008-01-24 15:16:41 +0100262 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK)
Andrew Victor58a0cd72006-12-01 14:51:13 +0100263 help
264 On AT91SAM926x boards both types of NAND flash can be present
265 (8 and 16 bit data bus width).
SAN People73a59c12006-01-09 17:05:41 +0000266
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100267# ----------------------------------------------------------
268
269comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000270
271config AT91_PROGRAMMABLE_CLOCKS
272 bool "Programmable Clocks"
273 help
274 Select this if you need to program one or more of the PCK0..PCK3
275 programmable clock outputs.
276
David Brownell5248c652007-11-12 17:59:10 +0100277config AT91_TIMER_HZ
278 int "Kernel HZ (jiffies per second)"
279 range 32 1024
280 depends on ARCH_AT91
281 default "128" if ARCH_AT91RM9200
282 default "100"
283 help
284 On AT91rm9200 chips where you're using a system clock derived
285 from the 32768 Hz hardware clock, this tick rate should divide
286 it exactly: use a power-of-two value, such as 128 or 256, to
287 reduce timing errors caused by rounding.
288
289 On AT91sam926x chips, or otherwise when using a higher precision
290 system clock (of at least several MHz), rounding is less of a
291 problem so it can be safer to use a decimal values like 100.
292
Guennadi Liakhovetskifa3218d2008-01-29 15:43:13 +0100293choice
294 prompt "Select a UART for early kernel messages"
295
296config AT91_EARLY_DBGU
297 bool "DBGU"
298
299config AT91_EARLY_USART0
300 bool "USART0"
301
302config AT91_EARLY_USART1
303 bool "USART1"
304
305config AT91_EARLY_USART2
306 bool "USART2"
307 depends on ! ARCH_AT91X40
308
309config AT91_EARLY_USART3
310 bool "USART3"
311 depends on (ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9260)
312
313config AT91_EARLY_USART4
314 bool "USART4"
315 depends on ARCH_AT91SAM9260
316
317config AT91_EARLY_USART5
318 bool "USART5"
319 depends on ARCH_AT91SAM9260
320
321endchoice
322
SAN People73a59c12006-01-09 17:05:41 +0000323endmenu
324
325endif