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