]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - arch/powerpc/cpu/mpc85xx/Kconfig
powerpc: T104XRDB: Split to T1040RDB and T1042RDB in Kconfig
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
... / ...
CommitLineData
1menu "mpc85xx CPU"
2 depends on MPC85xx
3
4config SYS_CPU
5 default "mpc85xx"
6
7choice
8 prompt "Target select"
9 optional
10
11config TARGET_SBC8548
12 bool "Support sbc8548"
13 select ARCH_MPC8548
14
15config TARGET_SOCRATES
16 bool "Support socrates"
17 select ARCH_MPC8544
18
19config TARGET_B4420QDS
20 bool "Support B4420QDS"
21 select ARCH_B4420
22 select SUPPORT_SPL
23 select PHYS_64BIT
24
25config TARGET_B4860QDS
26 bool "Support B4860QDS"
27 select ARCH_B4860
28 select SUPPORT_SPL
29 select PHYS_64BIT
30
31config TARGET_BSC9131RDB
32 bool "Support BSC9131RDB"
33 select ARCH_BSC9131
34 select SUPPORT_SPL
35
36config TARGET_BSC9132QDS
37 bool "Support BSC9132QDS"
38 select ARCH_BSC9132
39 select SUPPORT_SPL
40
41config TARGET_C29XPCIE
42 bool "Support C29XPCIE"
43 select ARCH_C29X
44 select SUPPORT_SPL
45 select SUPPORT_TPL
46 select PHYS_64BIT
47
48config TARGET_P3041DS
49 bool "Support P3041DS"
50 select PHYS_64BIT
51 select ARCH_P3041
52
53config TARGET_P4080DS
54 bool "Support P4080DS"
55 select PHYS_64BIT
56 select ARCH_P4080
57
58config TARGET_P5020DS
59 bool "Support P5020DS"
60 select PHYS_64BIT
61 select ARCH_P5020
62
63config TARGET_P5040DS
64 bool "Support P5040DS"
65 select PHYS_64BIT
66 select ARCH_P5040
67
68config TARGET_MPC8536DS
69 bool "Support MPC8536DS"
70 select ARCH_MPC8536
71
72config TARGET_MPC8540ADS
73 bool "Support MPC8540ADS"
74 select ARCH_MPC8540
75
76config TARGET_MPC8541CDS
77 bool "Support MPC8541CDS"
78 select ARCH_MPC8541
79
80config TARGET_MPC8544DS
81 bool "Support MPC8544DS"
82 select ARCH_MPC8544
83
84config TARGET_MPC8548CDS
85 bool "Support MPC8548CDS"
86 select ARCH_MPC8548
87
88config TARGET_MPC8555CDS
89 bool "Support MPC8555CDS"
90 select ARCH_MPC8555
91
92config TARGET_MPC8560ADS
93 bool "Support MPC8560ADS"
94 select ARCH_MPC8560
95
96config TARGET_MPC8568MDS
97 bool "Support MPC8568MDS"
98 select ARCH_MPC8568
99
100config TARGET_MPC8569MDS
101 bool "Support MPC8569MDS"
102 select ARCH_MPC8569
103
104config TARGET_MPC8572DS
105 bool "Support MPC8572DS"
106 select ARCH_MPC8572
107
108config TARGET_P1010RDB_PA
109 bool "Support P1010RDB_PA"
110 select ARCH_P1010
111 select SUPPORT_SPL
112 select SUPPORT_TPL
113
114config TARGET_P1010RDB_PB
115 bool "Support P1010RDB_PB"
116 select ARCH_P1010
117 select SUPPORT_SPL
118 select SUPPORT_TPL
119
120config TARGET_P1022DS
121 bool "Support P1022DS"
122 select ARCH_P1022
123 select SUPPORT_SPL
124 select SUPPORT_TPL
125
126config TARGET_P1023RDB
127 bool "Support P1023RDB"
128 select ARCH_P1023
129
130config TARGET_P1020MBG
131 bool "Support P1020MBG-PC"
132 select SUPPORT_SPL
133 select SUPPORT_TPL
134 select ARCH_P1020
135
136config TARGET_P1020RDB_PC
137 bool "Support P1020RDB-PC"
138 select SUPPORT_SPL
139 select SUPPORT_TPL
140 select ARCH_P1020
141
142config TARGET_P1020RDB_PD
143 bool "Support P1020RDB-PD"
144 select SUPPORT_SPL
145 select SUPPORT_TPL
146 select ARCH_P1020
147
148config TARGET_P1020UTM
149 bool "Support P1020UTM"
150 select SUPPORT_SPL
151 select SUPPORT_TPL
152 select ARCH_P1020
153
154config TARGET_P1021RDB
155 bool "Support P1021RDB"
156 select SUPPORT_SPL
157 select SUPPORT_TPL
158 select ARCH_P1021
159
160config TARGET_P1024RDB
161 bool "Support P1024RDB"
162 select SUPPORT_SPL
163 select SUPPORT_TPL
164 select ARCH_P1024
165
166config TARGET_P1025RDB
167 bool "Support P1025RDB"
168 select SUPPORT_SPL
169 select SUPPORT_TPL
170 select ARCH_P1025
171
172config TARGET_P2020RDB
173 bool "Support P2020RDB-PC"
174 select SUPPORT_SPL
175 select SUPPORT_TPL
176 select ARCH_P2020
177
178config TARGET_P1_TWR
179 bool "Support p1_twr"
180 select ARCH_P1025
181
182config TARGET_P2041RDB
183 bool "Support P2041RDB"
184 select ARCH_P2041
185 select PHYS_64BIT
186
187config TARGET_QEMU_PPCE500
188 bool "Support qemu-ppce500"
189 select ARCH_QEMU_E500
190 select PHYS_64BIT
191
192config TARGET_T1024QDS
193 bool "Support T1024QDS"
194 select ARCH_T1024
195 select SUPPORT_SPL
196 select PHYS_64BIT
197
198config TARGET_T1023RDB
199 bool "Support T1023RDB"
200 select ARCH_T1023
201 select SUPPORT_SPL
202 select PHYS_64BIT
203
204config TARGET_T1024RDB
205 bool "Support T1024RDB"
206 select ARCH_T1024
207 select SUPPORT_SPL
208 select PHYS_64BIT
209
210config TARGET_T1040QDS
211 bool "Support T1040QDS"
212 select PHYS_64BIT
213
214config TARGET_T1040RDB
215 bool "Support T1040RDB"
216 select SUPPORT_SPL
217 select PHYS_64BIT
218
219config TARGET_T1042RDB
220 bool "Support T1042RDB"
221 select SUPPORT_SPL
222 select PHYS_64BIT
223
224config TARGET_T208XQDS
225 bool "Support T208xQDS"
226 select SUPPORT_SPL
227 select PHYS_64BIT
228
229config TARGET_T208XRDB
230 bool "Support T208xRDB"
231 select SUPPORT_SPL
232 select PHYS_64BIT
233
234config TARGET_T4240QDS
235 bool "Support T4240QDS"
236 select SUPPORT_SPL
237 select PHYS_64BIT
238
239config TARGET_T4240RDB
240 bool "Support T4240RDB"
241 select SUPPORT_SPL
242 select PHYS_64BIT
243
244config TARGET_CONTROLCENTERD
245 bool "Support controlcenterd"
246 select ARCH_P1022
247
248config TARGET_KMP204X
249 bool "Support kmp204x"
250 select ARCH_P2041
251 select PHYS_64BIT
252
253config TARGET_XPEDITE520X
254 bool "Support xpedite520x"
255 select ARCH_MPC8548
256
257config TARGET_XPEDITE537X
258 bool "Support xpedite537x"
259 select ARCH_MPC8572
260
261config TARGET_XPEDITE550X
262 bool "Support xpedite550x"
263 select ARCH_P2020
264
265config TARGET_UCP1020
266 bool "Support uCP1020"
267 select ARCH_P1020
268
269config TARGET_CYRUS
270 bool "Support Varisys Cyrus"
271 select PHYS_64BIT
272
273endchoice
274
275config ARCH_B4420
276 bool
277
278config ARCH_B4860
279 bool
280
281config ARCH_BSC9131
282 bool
283
284config ARCH_BSC9132
285 bool
286
287config ARCH_C29X
288 bool
289
290config ARCH_MPC8536
291 bool
292
293config ARCH_MPC8540
294 bool
295
296config ARCH_MPC8541
297 bool
298
299config ARCH_MPC8544
300 bool
301
302config ARCH_MPC8548
303 bool
304
305config ARCH_MPC8555
306 bool
307
308config ARCH_MPC8560
309 bool
310
311config ARCH_MPC8568
312 bool
313
314config ARCH_MPC8569
315 bool
316
317config ARCH_MPC8572
318 bool
319
320config ARCH_P1010
321 bool
322
323config ARCH_P1011
324 bool
325
326config ARCH_P1020
327 bool
328
329config ARCH_P1021
330 bool
331
332config ARCH_P1022
333 bool
334
335config ARCH_P1023
336 bool
337
338config ARCH_P1024
339 bool
340
341config ARCH_P1025
342 bool
343
344config ARCH_P2020
345 bool
346
347config ARCH_P2041
348 bool
349
350config ARCH_P3041
351 bool
352
353config ARCH_P4080
354 bool
355
356config ARCH_P5020
357 bool
358
359config ARCH_P5040
360 bool
361
362config ARCH_QEMU_E500
363 bool
364
365config ARCH_T1023
366 bool
367
368config ARCH_T1024
369 bool
370
371source "board/freescale/b4860qds/Kconfig"
372source "board/freescale/bsc9131rdb/Kconfig"
373source "board/freescale/bsc9132qds/Kconfig"
374source "board/freescale/c29xpcie/Kconfig"
375source "board/freescale/corenet_ds/Kconfig"
376source "board/freescale/mpc8536ds/Kconfig"
377source "board/freescale/mpc8540ads/Kconfig"
378source "board/freescale/mpc8541cds/Kconfig"
379source "board/freescale/mpc8544ds/Kconfig"
380source "board/freescale/mpc8548cds/Kconfig"
381source "board/freescale/mpc8555cds/Kconfig"
382source "board/freescale/mpc8560ads/Kconfig"
383source "board/freescale/mpc8568mds/Kconfig"
384source "board/freescale/mpc8569mds/Kconfig"
385source "board/freescale/mpc8572ds/Kconfig"
386source "board/freescale/p1010rdb/Kconfig"
387source "board/freescale/p1022ds/Kconfig"
388source "board/freescale/p1023rdb/Kconfig"
389source "board/freescale/p1_p2_rdb_pc/Kconfig"
390source "board/freescale/p1_twr/Kconfig"
391source "board/freescale/p2041rdb/Kconfig"
392source "board/freescale/qemu-ppce500/Kconfig"
393source "board/freescale/t102xqds/Kconfig"
394source "board/freescale/t102xrdb/Kconfig"
395source "board/freescale/t1040qds/Kconfig"
396source "board/freescale/t104xrdb/Kconfig"
397source "board/freescale/t208xqds/Kconfig"
398source "board/freescale/t208xrdb/Kconfig"
399source "board/freescale/t4qds/Kconfig"
400source "board/freescale/t4rdb/Kconfig"
401source "board/gdsys/p1022/Kconfig"
402source "board/keymile/kmp204x/Kconfig"
403source "board/sbc8548/Kconfig"
404source "board/socrates/Kconfig"
405source "board/varisys/cyrus/Kconfig"
406source "board/xes/xpedite520x/Kconfig"
407source "board/xes/xpedite537x/Kconfig"
408source "board/xes/xpedite550x/Kconfig"
409source "board/Arcturus/ucp1020/Kconfig"
410
411endmenu