]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-at91/Kconfig
[ARM] 4980/1: [AT91] emQbit ECB_AT91 board support
[linux-2.6-omap-h63xx.git] / arch / arm / mach-at91 / Kconfig
1 if ARCH_AT91
2
3 menu "Atmel AT91 System-on-Chip"
4
5 choice
6         prompt "Atmel AT91 Processor"
7
8 config ARCH_AT91RM9200
9         bool "AT91RM9200"
10         select GENERIC_TIME
11         select GENERIC_CLOCKEVENTS
12
13 config ARCH_AT91SAM9260
14         bool "AT91SAM9260 or AT91SAM9XE"
15
16 config ARCH_AT91SAM9261
17         bool "AT91SAM9261"
18
19 config ARCH_AT91SAM9263
20         bool "AT91SAM9263"
21
22 config ARCH_AT91SAM9RL
23         bool "AT91SAM9RL"
24
25 config ARCH_AT91CAP9
26         bool "AT91CAP9"
27
28 config ARCH_AT91X40
29         bool "AT91x40"
30
31 endchoice
32
33 config AT91_PMC_UNIT
34         bool
35         default !ARCH_AT91X40
36
37 # ----------------------------------------------------------
38
39 if ARCH_AT91RM9200
40
41 comment "AT91RM9200 Board Type"
42
43 config MACH_ONEARM
44         bool "Ajeco 1ARM Single Board Computer"
45         depends on ARCH_AT91RM9200
46         help
47           Select this if you are using Ajeco's 1ARM Single Board Computer.
48           <http://www.ajeco.fi/products.htm>
49
50 config ARCH_AT91RM9200DK
51         bool "Atmel AT91RM9200-DK Development board"
52         depends on ARCH_AT91RM9200
53         help
54           Select this if you are using Atmel's AT91RM9200-DK Development board.
55           (Discontinued)
56
57 config MACH_AT91RM9200EK
58         bool "Atmel AT91RM9200-EK Evaluation Kit"
59         depends on ARCH_AT91RM9200
60         help
61           Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
62           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
63
64 config MACH_CSB337
65         bool "Cogent CSB337"
66         depends on ARCH_AT91RM9200
67         help
68           Select this if you are using Cogent's CSB337 board.
69           <http://www.cogcomp.com/csb_csb337.htm>
70
71 config MACH_CSB637
72         bool "Cogent CSB637"
73         depends on ARCH_AT91RM9200
74         help
75           Select this if you are using Cogent's CSB637 board.
76           <http://www.cogcomp.com/csb_csb637.htm>
77
78 config MACH_CARMEVA
79         bool "Conitec ARM&EVA"
80         depends on ARCH_AT91RM9200
81         help
82           Select this if you are using Conitec's AT91RM9200-MCU-Module.
83           <http://www.conitec.net/english/linuxboard.htm>
84
85 config MACH_ATEB9200
86         bool "Embest ATEB9200"
87         depends on ARCH_AT91RM9200
88         help
89           Select this if you are using Embest's ATEB9200 board.
90           <http://www.embedinfo.com/english/product/ATEB9200.asp>
91
92 config MACH_KB9200
93         bool "KwikByte KB920x"
94         depends on ARCH_AT91RM9200
95         help
96           Select this if you are using KwikByte's KB920x board.
97           <http://kwikbyte.com/KB9202_description_new.htm>
98
99 config MACH_PICOTUX2XX
100         bool "picotux 200"
101         depends on ARCH_AT91RM9200
102         help
103           Select this if you are using a picotux 200.
104           <http://www.picotux.com/>
105
106 config MACH_KAFA
107         bool "Sperry-Sun KAFA board"
108         depends on ARCH_AT91RM9200
109         help
110           Select this if you are using Sperry-Sun's KAFA board.
111
112 config MACH_ECBAT91
113         bool "emQbit ECB_AT91 SBC"
114         depends on ARCH_AT91RM9200
115         help
116           Select this if you are using emQbit's ECB_AT91 board.
117           <http://wiki.emqbit.com/free-ecb-at91>
118
119 endif
120
121 # ----------------------------------------------------------
122
123 if ARCH_AT91SAM9260
124
125 comment "AT91SAM9260 Variants"
126
127 config ARCH_AT91SAM9260_SAM9XE
128         bool "AT91SAM9XE"
129         depends on ARCH_AT91SAM9260
130         help
131           Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
132           They are basically AT91SAM9260s with various sizes of embedded Flash.
133
134 comment "AT91SAM9260 / AT91SAM9XE Board Type"
135
136 config MACH_AT91SAM9260EK
137         bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
138         depends on ARCH_AT91SAM9260
139         help
140           Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
141           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
142
143 config MACH_CAM60
144         bool "KwikByte KB9260 (CAM60) board"
145         depends on ARCH_AT91SAM9260
146         help
147           Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
148           <http://www.kwikbyte.com/KB9260.html>
149
150 config MACH_SAM9_L9260
151         bool "Olimex SAM9-L9260 board"
152         depends on ARCH_AT91SAM9260
153         help
154           Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
155           <http://www.olimex.com/dev/sam9-L9260.html>
156
157 endif
158
159 # ----------------------------------------------------------
160
161 if ARCH_AT91SAM9261
162
163 comment "AT91SAM9261 Board Type"
164
165 config MACH_AT91SAM9261EK
166         bool "Atmel AT91SAM9261-EK Evaluation Kit"
167         depends on ARCH_AT91SAM9261
168         help
169           Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
170           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
171
172 endif
173
174 # ----------------------------------------------------------
175
176 if ARCH_AT91SAM9263
177
178 comment "AT91SAM9263 Board Type"
179
180 config MACH_AT91SAM9263EK
181         bool "Atmel AT91SAM9263-EK Evaluation Kit"
182         depends on ARCH_AT91SAM9263
183         help
184           Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
185           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
186
187 endif
188
189 # ----------------------------------------------------------
190
191 if ARCH_AT91SAM9RL
192
193 comment "AT91SAM9RL Board Type"
194
195 config MACH_AT91SAM9RLEK
196         bool "Atmel AT91SAM9RL-EK Evaluation Kit"
197         depends on ARCH_AT91SAM9RL
198         help
199           Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
200
201 endif
202
203 # ----------------------------------------------------------
204
205 if ARCH_AT91CAP9
206
207 comment "AT91CAP9 Board Type"
208
209 config MACH_AT91CAP9ADK
210         bool "Atmel AT91CAP9A-DK Evaluation Kit"
211         depends on ARCH_AT91CAP9
212         help
213           Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
214           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
215
216 endif
217
218 # ----------------------------------------------------------
219
220 if ARCH_AT91X40
221
222 comment "AT91X40 Board Type"
223
224 config MACH_AT91EB01
225         bool "Atmel AT91EB01 Evaluation Kit"
226         help
227           Select this if you are using Atmel's AT91EB01 Evaluation Kit.
228           It is also a popular target for simulators such as GDB's
229           ARM simulator (commonly known as the ARMulator) and the
230           Skyeye simulator.
231
232 endif
233
234 # ----------------------------------------------------------
235
236 comment "AT91 Board Options"
237
238 config MTD_AT91_DATAFLASH_CARD
239         bool "Enable DataFlash Card support"
240         depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK || MACH_SAM9_L9260 || MACH_ECBAT91)
241         help
242           Enable support for the DataFlash card.
243
244 config MTD_NAND_AT91_BUSWIDTH_16
245         bool "Enable 16-bit data bus interface to NAND flash"
246         depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK)
247         help
248           On AT91SAM926x boards both types of NAND flash can be present
249           (8 and 16 bit data bus width).
250
251 # ----------------------------------------------------------
252
253 comment "AT91 Feature Selections"
254
255 config AT91_PROGRAMMABLE_CLOCKS
256         bool "Programmable Clocks"
257         help
258           Select this if you need to program one or more of the PCK0..PCK3
259           programmable clock outputs.
260
261 config AT91_TIMER_HZ
262        int "Kernel HZ (jiffies per second)"
263        range 32 1024
264        depends on ARCH_AT91
265        default "128" if ARCH_AT91RM9200
266        default "100"
267        help
268           On AT91rm9200 chips where you're using a system clock derived
269           from the 32768 Hz hardware clock, this tick rate should divide
270           it exactly: use a power-of-two value, such as 128 or 256, to
271           reduce timing errors caused by rounding.
272
273           On AT91sam926x chips, or otherwise when using a higher precision
274           system clock (of at least several MHz), rounding is less of a
275           problem so it can be safer to use a decimal values like 100.
276
277 choice
278         prompt "Select a UART for early kernel messages"
279
280 config AT91_EARLY_DBGU
281         bool "DBGU"
282
283 config AT91_EARLY_USART0
284         bool "USART0"
285
286 config AT91_EARLY_USART1
287         bool "USART1"
288
289 config AT91_EARLY_USART2
290         bool "USART2"
291         depends on ! ARCH_AT91X40
292
293 config AT91_EARLY_USART3
294         bool "USART3"
295         depends on (ARCH_AT91RM9200 || ARCH_AT91SAM9RL || ARCH_AT91SAM9260)
296
297 config AT91_EARLY_USART4
298         bool "USART4"
299         depends on ARCH_AT91SAM9260
300
301 config AT91_EARLY_USART5
302         bool "USART5"
303         depends on ARCH_AT91SAM9260
304
305 endchoice
306
307 endmenu
308
309 endif