Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / arm / mach-at91 / Kconfig.non_dt
1 menu "Atmel Non-DT world"
2
3 config HAVE_AT91_DATAFLASH_CARD
4         bool
5
6 choice
7         prompt "Atmel AT91 Processor Devices for non DT boards"
8         depends on !ARCH_AT91X40
9
10 config ARCH_AT91_NONE
11         bool "None"
12
13 config ARCH_AT91RM9200
14         bool "AT91RM9200"
15         select SOC_AT91RM9200
16         select AT91_USE_OLD_CLK
17
18 config ARCH_AT91SAM9260
19         bool "AT91SAM9260 or AT91SAM9XE or AT91SAM9G20"
20         select SOC_AT91SAM9260
21         select AT91_USE_OLD_CLK
22
23 config ARCH_AT91SAM9261
24         bool "AT91SAM9261 or AT91SAM9G10"
25         select SOC_AT91SAM9261
26         select AT91_USE_OLD_CLK
27
28 config ARCH_AT91SAM9263
29         bool "AT91SAM9263"
30         select SOC_AT91SAM9263
31         select AT91_USE_OLD_CLK
32
33 config ARCH_AT91SAM9RL
34         bool "AT91SAM9RL"
35         select SOC_AT91SAM9RL
36         select AT91_USE_OLD_CLK
37
38 config ARCH_AT91SAM9G45
39         bool "AT91SAM9G45"
40         select SOC_AT91SAM9G45
41         select AT91_USE_OLD_CLK
42
43 endchoice
44
45 config ARCH_AT91SAM9G20
46         bool
47         select ARCH_AT91SAM9260
48
49 config ARCH_AT91SAM9G10
50         bool
51         select ARCH_AT91SAM9261
52
53 # ----------------------------------------------------------
54
55 if ARCH_AT91RM9200
56
57 comment "AT91RM9200 Board Type"
58
59 config MACH_ONEARM
60         bool "Ajeco 1ARM Single Board Computer"
61         help
62           Select this if you are using Ajeco's 1ARM Single Board Computer.
63           <http://www.ajeco.fi/>
64
65 config MACH_AT91RM9200EK
66         bool "Atmel AT91RM9200-EK Evaluation Kit"
67         select HAVE_AT91_DATAFLASH_CARD
68         help
69           Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
70           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
71
72 config MACH_CSB337
73         bool "Cogent CSB337"
74         help
75           Select this if you are using Cogent's CSB337 board.
76           <http://www.cogcomp.com/csb_csb337.htm>
77
78 config MACH_CSB637
79         bool "Cogent CSB637"
80         help
81           Select this if you are using Cogent's CSB637 board.
82           <http://www.cogcomp.com/csb_csb637.htm>
83
84 config MACH_CARMEVA
85         bool "Conitec ARM&EVA"
86         help
87           Select this if you are using Conitec's AT91RM9200-MCU-Module.
88           <http://www.conitec.net/english/linuxboard.php>
89
90 config MACH_ATEB9200
91         bool "Embest ATEB9200"
92         help
93           Select this if you are using Embest's ATEB9200 board.
94           <http://www.embedinfo.com/english/product/ATEB9200.asp>
95
96 config MACH_KB9200
97         bool "KwikByte KB920x"
98         help
99           Select this if you are using KwikByte's KB920x board.
100           <http://www.kwikbyte.com/KB9202.html>
101
102 config MACH_PICOTUX2XX
103         bool "picotux 200"
104         help
105           Select this if you are using a picotux 200.
106           <http://www.picotux.com/>
107
108 config MACH_KAFA
109         bool "Sperry-Sun KAFA board"
110         help
111           Select this if you are using Sperry-Sun's KAFA board.
112
113 config MACH_ECBAT91
114         bool "emQbit ECB_AT91 SBC"
115         select HAVE_AT91_DATAFLASH_CARD
116         help
117           Select this if you are using emQbit's ECB_AT91 board.
118           <http://wiki.emqbit.com/free-ecb-at91>
119
120 config MACH_YL9200
121         bool "ucDragon YL-9200"
122         help
123           Select this if you are using the ucDragon YL-9200 board.
124
125 config MACH_CPUAT91
126         bool "Eukrea CPUAT91"
127         help
128           Select this if you are using the Eukrea Electromatique's
129           CPUAT91 board <http://www.eukrea.com/>.
130
131 config MACH_ECO920
132         bool "eco920"
133         help
134           Select this if you are using the eco920 board
135
136 config MACH_RSI_EWS
137         bool "RSI Embedded Webserver"
138         depends on ARCH_AT91RM9200
139         help
140           Select this if you are using RSIs EWS board.
141 endif
142
143 # ----------------------------------------------------------
144
145 if ARCH_AT91SAM9260
146
147 comment "AT91SAM9260 Variants"
148
149 comment "AT91SAM9260 / AT91SAM9XE Board Type"
150
151 config MACH_AT91SAM9260EK
152         bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
153         select HAVE_AT91_DATAFLASH_CARD
154         help
155           Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
156           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
157
158 config MACH_CAM60
159         bool "KwikByte KB9260 (CAM60) board"
160         help
161           Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
162           <http://www.kwikbyte.com/KB9260.html>
163
164 config MACH_SAM9_L9260
165         bool "Olimex SAM9-L9260 board"
166         select HAVE_AT91_DATAFLASH_CARD
167         help
168           Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
169           <http://www.olimex.com/dev/sam9-L9260.html>
170
171 config MACH_AFEB9260
172         bool "Custom afeb9260 board v1"
173         help
174           Select this if you are using custom afeb9260 board based on
175           open hardware design. Select this for revision 1 of the board.
176           <svn://194.85.238.22/home/users/george/svn/arm9eb>
177           <http://groups.google.com/group/arm9fpga-evolution-board>
178
179 config MACH_CPU9260
180         bool "Eukrea CPU9260 board"
181         help
182           Select this if you are using a Eukrea Electromatique's
183           CPU9260 Board <http://www.eukrea.com/>
184
185 config MACH_FLEXIBITY
186         bool "Flexibity Connect board"
187         help
188           Select this if you are using Flexibity Connect board
189           <http://www.flexibity.com>
190
191 comment "AT91SAM9G20 Board Type"
192
193 config MACH_AT91SAM9G20EK
194         bool "Atmel AT91SAM9G20-EK Evaluation Kit"
195         select HAVE_AT91_DATAFLASH_CARD
196         help
197           Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit
198           that embeds only one SD/MMC slot.
199
200 config MACH_AT91SAM9G20EK_2MMC
201         depends on MACH_AT91SAM9G20EK
202         bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots"
203         help
204           Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit
205           with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and
206           onwards.
207           <http://www.atmel.com/tools/SAM9G20-EK.aspx>
208
209 config MACH_CPU9G20
210         bool "Eukrea CPU9G20 board"
211         help
212           Select this if you are using a Eukrea Electromatique's
213           CPU9G20 Board <http://www.eukrea.com/>
214
215 config MACH_ACMENETUSFOXG20
216         bool "Acme Systems srl FOX Board G20"
217         help
218           Select this if you are using Acme Systems
219           FOX Board G20 <http://www.acmesystems.it>
220
221 config MACH_PORTUXG20
222         bool "taskit PortuxG20"
223         help
224           Select this if you are using taskit's PortuxG20.
225           <http://www.taskit.de/en/>
226
227 config MACH_STAMP9G20
228         bool "taskit Stamp9G20 CPU module"
229         help
230           Select this if you are using taskit's Stamp9G20 CPU module on its
231           evaluation board.
232           <http://www.taskit.de/en/>
233
234 config MACH_PCONTROL_G20
235         bool "PControl G20 CPU module"
236         help
237           Select this if you are using taskit's Stamp9G20 CPU module on this
238           carrier board, being the decentralized unit of a building automation
239           system; featuring nvram, eth-switch, iso-rs485, display, io
240
241 config MACH_GSIA18S
242         bool "GS_IA18_S board"
243         help
244           This enables support for the GS_IA18_S board
245           produced by GeoSIG Ltd company. This is an internet accelerograph.
246           <http://www.geosig.com>
247
248 config MACH_SNAPPER_9260
249         bool "Bluewater Systems Snapper 9260/9G20 module"
250         help
251           Select this if you are using the Bluewater Systems Snapper 9260 or
252           Snapper 9G20 modules.
253           <http://www.bluewatersys.com/>
254 endif
255
256 # ----------------------------------------------------------
257
258 if ARCH_AT91SAM9261
259
260 comment "AT91SAM9261 Board Type"
261
262 config MACH_AT91SAM9261EK
263         bool "Atmel AT91SAM9261-EK Evaluation Kit"
264         select HAVE_AT91_DATAFLASH_CARD
265         help
266           Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
267           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
268
269 comment "AT91SAM9G10 Board Type"
270
271 config MACH_AT91SAM9G10EK
272         bool "Atmel AT91SAM9G10-EK Evaluation Kit"
273         select HAVE_AT91_DATAFLASH_CARD
274         help
275           Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
276           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
277
278 endif
279
280 # ----------------------------------------------------------
281
282 if ARCH_AT91SAM9263
283
284 comment "AT91SAM9263 Board Type"
285
286 config MACH_AT91SAM9263EK
287         bool "Atmel AT91SAM9263-EK Evaluation Kit"
288         select HAVE_AT91_DATAFLASH_CARD
289         help
290           Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
291           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
292
293 endif
294
295 # ----------------------------------------------------------
296
297 if ARCH_AT91SAM9RL
298
299 comment "AT91SAM9RL Board Type"
300
301 config MACH_AT91SAM9RLEK
302         bool "Atmel AT91SAM9RL-EK Evaluation Kit"
303         help
304           Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
305
306 endif
307
308 # ----------------------------------------------------------
309
310 if ARCH_AT91SAM9G45
311
312 comment "AT91SAM9G45 Board Type"
313
314 config MACH_AT91SAM9M10G45EK
315         bool "Atmel AT91SAM9M10G45-EK Evaluation Kits"
316         help
317           Select this if you are using Atmel's AT91SAM9M10G45-EK Evaluation Kit.
318           Those boards can be populated with any SoC of AT91SAM9G45 or AT91SAM9M10
319           families: AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
320           <http://www.atmel.com/tools/SAM9M10-G45-EK.aspx>
321
322 endif
323
324 # ----------------------------------------------------------
325
326 if ARCH_AT91X40
327
328 comment "AT91X40 Board Type"
329
330 config MACH_AT91EB01
331         bool "Atmel AT91EB01 Evaluation Kit"
332         help
333           Select this if you are using Atmel's AT91EB01 Evaluation Kit.
334           It is also a popular target for simulators such as GDB's
335           ARM simulator (commonly known as the ARMulator) and the
336           Skyeye simulator.
337
338 endif
339
340 # ----------------------------------------------------------
341
342 comment "AT91 Board Options"
343
344 config MTD_AT91_DATAFLASH_CARD
345         bool "Enable DataFlash Card support"
346         depends on HAVE_AT91_DATAFLASH_CARD
347         help
348           Enable support for the DataFlash card.
349
350 endmenu