]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc85xx/Kconfig
powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
CommitLineData
dd84058d
MY
1menu "mpc85xx CPU"
2 depends on MPC85xx
3
4config SYS_CPU
dd84058d
MY
5 default "mpc85xx"
6
7choice
8 prompt "Target select"
a26cd049 9 optional
dd84058d
MY
10
11config TARGET_SBC8548
12 bool "Support sbc8548"
281ed4c7 13 select ARCH_MPC8548
dd84058d
MY
14
15config TARGET_SOCRATES
16 bool "Support socrates"
25cb74b3 17 select ARCH_MPC8544
dd84058d 18
45a8d117
YS
19config TARGET_B4420QDS
20 bool "Support B4420QDS"
b41f192b 21 select ARCH_B4420
45a8d117
YS
22 select SUPPORT_SPL
23 select PHYS_64BIT
24
dd84058d
MY
25config TARGET_B4860QDS
26 bool "Support B4860QDS"
3006ebc3 27 select ARCH_B4860
02627356 28 select SUPPORT_SPL
bb6b142f 29 select PHYS_64BIT
dd84058d
MY
30
31config TARGET_BSC9131RDB
32 bool "Support BSC9131RDB"
115d60c0 33 select ARCH_BSC9131
02627356 34 select SUPPORT_SPL
dd84058d
MY
35
36config TARGET_BSC9132QDS
37 bool "Support BSC9132QDS"
115d60c0 38 select ARCH_BSC9132
02627356 39 select SUPPORT_SPL
dd84058d
MY
40
41config TARGET_C29XPCIE
42 bool "Support C29XPCIE"
4fd64746 43 select ARCH_C29X
02627356 44 select SUPPORT_SPL
cf6bbe4c 45 select SUPPORT_TPL
bb6b142f 46 select PHYS_64BIT
dd84058d
MY
47
48config TARGET_P3041DS
49 bool "Support P3041DS"
bb6b142f 50 select PHYS_64BIT
5e5fdd2d 51 select ARCH_P3041
dd84058d
MY
52
53config TARGET_P4080DS
54 bool "Support P4080DS"
bb6b142f 55 select PHYS_64BIT
e71372cb 56 select ARCH_P4080
dd84058d
MY
57
58config TARGET_P5020DS
59 bool "Support P5020DS"
bb6b142f 60 select PHYS_64BIT
cefe11cd 61 select ARCH_P5020
dd84058d
MY
62
63config TARGET_P5040DS
64 bool "Support P5040DS"
bb6b142f 65 select PHYS_64BIT
95390360 66 select ARCH_P5040
dd84058d
MY
67
68config TARGET_MPC8536DS
69 bool "Support MPC8536DS"
24ad75ae 70 select ARCH_MPC8536
dd84058d
MY
71
72config TARGET_MPC8540ADS
73 bool "Support MPC8540ADS"
7f825218 74 select ARCH_MPC8540
dd84058d
MY
75
76config TARGET_MPC8541CDS
77 bool "Support MPC8541CDS"
3aff3082 78 select ARCH_MPC8541
dd84058d
MY
79
80config TARGET_MPC8544DS
81 bool "Support MPC8544DS"
25cb74b3 82 select ARCH_MPC8544
dd84058d
MY
83
84config TARGET_MPC8548CDS
85 bool "Support MPC8548CDS"
281ed4c7 86 select ARCH_MPC8548
dd84058d
MY
87
88config TARGET_MPC8555CDS
89 bool "Support MPC8555CDS"
3c3d8ab5 90 select ARCH_MPC8555
dd84058d
MY
91
92config TARGET_MPC8560ADS
93 bool "Support MPC8560ADS"
99d0a312 94 select ARCH_MPC8560
dd84058d
MY
95
96config TARGET_MPC8568MDS
97 bool "Support MPC8568MDS"
d07c3843 98 select ARCH_MPC8568
dd84058d
MY
99
100config TARGET_MPC8569MDS
101 bool "Support MPC8569MDS"
23b36a7d 102 select ARCH_MPC8569
dd84058d
MY
103
104config TARGET_MPC8572DS
105 bool "Support MPC8572DS"
c8f48474 106 select ARCH_MPC8572
dd84058d 107
7601686c
YS
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"
7d5f9f84 116 select ARCH_P1010
02627356 117 select SUPPORT_SPL
cf6bbe4c 118 select SUPPORT_TPL
dd84058d
MY
119
120config TARGET_P1022DS
121 bool "Support P1022DS"
feb9e25b 122 select ARCH_P1022
02627356 123 select SUPPORT_SPL
cf6bbe4c 124 select SUPPORT_TPL
dd84058d
MY
125
126config TARGET_P1023RDB
127 bool "Support P1023RDB"
9bb1d6bc 128 select ARCH_P1023
dd84058d 129
fedae6eb
YS
130config TARGET_P1020MBG
131 bool "Support P1020MBG-PC"
132 select SUPPORT_SPL
133 select SUPPORT_TPL
484fff64
YS
134 select ARCH_P1020
135
aa14620c
YS
136config TARGET_P1020RDB_PC
137 bool "Support P1020RDB-PC"
138 select SUPPORT_SPL
139 select SUPPORT_TPL
484fff64 140 select ARCH_P1020
aa14620c 141
f404b66c
YS
142config TARGET_P1020RDB_PD
143 bool "Support P1020RDB-PD"
144 select SUPPORT_SPL
145 select SUPPORT_TPL
484fff64 146 select ARCH_P1020
f404b66c 147
e9bc8a8f
YS
148config TARGET_P1020UTM
149 bool "Support P1020UTM"
150 select SUPPORT_SPL
151 select SUPPORT_TPL
484fff64 152 select ARCH_P1020
fedae6eb 153
da439db3
YS
154config TARGET_P1021RDB
155 bool "Support P1021RDB"
156 select SUPPORT_SPL
157 select SUPPORT_TPL
a990799d 158 select ARCH_P1021
da439db3 159
4eedabfe
YS
160config TARGET_P1024RDB
161 bool "Support P1024RDB"
162 select SUPPORT_SPL
163 select SUPPORT_TPL
52b6f13d 164 select ARCH_P1024
4eedabfe 165
b0c98b4b
YS
166config TARGET_P1025RDB
167 bool "Support P1025RDB"
168 select SUPPORT_SPL
169 select SUPPORT_TPL
4167a67d 170 select ARCH_P1025
b0c98b4b 171
8435aa77
YS
172config TARGET_P2020RDB
173 bool "Support P2020RDB-PC"
174 select SUPPORT_SPL
175 select SUPPORT_TPL
4593637b 176 select ARCH_P2020
8435aa77 177
dd84058d
MY
178config TARGET_P1_TWR
179 bool "Support p1_twr"
4167a67d 180 select ARCH_P1025
dd84058d 181
dd84058d
MY
182config TARGET_P2041RDB
183 bool "Support P2041RDB"
ce040c83 184 select ARCH_P2041
bb6b142f 185 select PHYS_64BIT
dd84058d
MY
186
187config TARGET_QEMU_PPCE500
188 bool "Support qemu-ppce500"
10343403 189 select ARCH_QEMU_E500
bb6b142f 190 select PHYS_64BIT
dd84058d 191
6f53bd47
YS
192config TARGET_T1024QDS
193 bool "Support T1024QDS"
e5d5f5a8 194 select ARCH_T1024
aba80048 195 select SUPPORT_SPL
bb6b142f 196 select PHYS_64BIT
aba80048 197
08c75292
YS
198config TARGET_T1023RDB
199 bool "Support T1023RDB"
5ff3f41d 200 select ARCH_T1023
08c75292
YS
201 select SUPPORT_SPL
202 select PHYS_64BIT
203
204config TARGET_T1024RDB
205 bool "Support T1024RDB"
e5d5f5a8 206 select ARCH_T1024
48c6f328 207 select SUPPORT_SPL
bb6b142f 208 select PHYS_64BIT
48c6f328 209
dd84058d
MY
210config TARGET_T1040QDS
211 bool "Support T1040QDS"
5d737010 212 select ARCH_T1040
bb6b142f 213 select PHYS_64BIT
dd84058d 214
95a809b9
YS
215config TARGET_T1040RDB
216 bool "Support T1040RDB"
5d737010 217 select ARCH_T1040
95a809b9
YS
218 select SUPPORT_SPL
219 select PHYS_64BIT
220
a016735c
YS
221config TARGET_T1040D4RDB
222 bool "Support T1040D4RDB"
223 select ARCH_T1040
224 select SUPPORT_SPL
225 select PHYS_64BIT
226
95a809b9
YS
227config TARGET_T1042RDB
228 bool "Support T1042RDB"
5449c98a 229 select ARCH_T1042
02627356 230 select SUPPORT_SPL
bb6b142f 231 select PHYS_64BIT
dd84058d 232
319ed24a
YS
233config TARGET_T1042D4RDB
234 bool "Support T1042D4RDB"
235 select ARCH_T1042
236 select SUPPORT_SPL
237 select PHYS_64BIT
238
55ed8ae3
YS
239config TARGET_T1042RDB_PI
240 bool "Support T1042RDB_PI"
241 select ARCH_T1042
242 select SUPPORT_SPL
243 select PHYS_64BIT
244
638d5be0
YS
245config TARGET_T2080QDS
246 bool "Support T2080QDS"
0f3d80e9 247 select ARCH_T2080
02627356 248 select SUPPORT_SPL
bb6b142f 249 select PHYS_64BIT
dd84058d 250
01671e66
YS
251config TARGET_T2080RDB
252 bool "Support T2080RDB"
0f3d80e9 253 select ARCH_T2080
02627356 254 select SUPPORT_SPL
bb6b142f 255 select PHYS_64BIT
dd84058d 256
638d5be0
YS
257config TARGET_T2081QDS
258 bool "Support T2081QDS"
0f3d80e9 259 select ARCH_T2081
638d5be0
YS
260 select SUPPORT_SPL
261 select PHYS_64BIT
262
dd84058d
MY
263config TARGET_T4240QDS
264 bool "Support T4240QDS"
02627356 265 select SUPPORT_SPL
bb6b142f 266 select PHYS_64BIT
dd84058d
MY
267
268config TARGET_T4240RDB
269 bool "Support T4240RDB"
373762c3 270 select SUPPORT_SPL
bb6b142f 271 select PHYS_64BIT
dd84058d
MY
272
273config TARGET_CONTROLCENTERD
274 bool "Support controlcenterd"
feb9e25b 275 select ARCH_P1022
dd84058d
MY
276
277config TARGET_KMP204X
278 bool "Support kmp204x"
ce040c83 279 select ARCH_P2041
bb6b142f 280 select PHYS_64BIT
dd84058d 281
dd84058d
MY
282config TARGET_XPEDITE520X
283 bool "Support xpedite520x"
281ed4c7 284 select ARCH_MPC8548
dd84058d
MY
285
286config TARGET_XPEDITE537X
287 bool "Support xpedite537x"
c8f48474 288 select ARCH_MPC8572
dd84058d
MY
289
290config TARGET_XPEDITE550X
291 bool "Support xpedite550x"
4593637b 292 select ARCH_P2020
dd84058d 293
8b0044ff
OZ
294config TARGET_UCP1020
295 bool "Support uCP1020"
484fff64 296 select ARCH_P1020
8b0044ff 297
87e29878
AF
298config TARGET_CYRUS
299 bool "Support Varisys Cyrus"
bb6b142f 300 select PHYS_64BIT
87e29878 301
dd84058d
MY
302endchoice
303
b41f192b
YS
304config ARCH_B4420
305 bool
306
3006ebc3
YS
307config ARCH_B4860
308 bool
309
115d60c0
YS
310config ARCH_BSC9131
311 bool
312
313config ARCH_BSC9132
314 bool
315
4fd64746
YS
316config ARCH_C29X
317 bool
318
24ad75ae
YS
319config ARCH_MPC8536
320 bool
321
7f825218
YS
322config ARCH_MPC8540
323 bool
324
3aff3082
YS
325config ARCH_MPC8541
326 bool
327
25cb74b3
YS
328config ARCH_MPC8544
329 bool
330
281ed4c7
YS
331config ARCH_MPC8548
332 bool
333
3c3d8ab5
YS
334config ARCH_MPC8555
335 bool
336
99d0a312
YS
337config ARCH_MPC8560
338 bool
339
d07c3843
YS
340config ARCH_MPC8568
341 bool
342
23b36a7d
YS
343config ARCH_MPC8569
344 bool
345
c8f48474
YS
346config ARCH_MPC8572
347 bool
348
7d5f9f84
YS
349config ARCH_P1010
350 bool
351
1cdd96f3
YS
352config ARCH_P1011
353 bool
354
484fff64
YS
355config ARCH_P1020
356 bool
357
a990799d
YS
358config ARCH_P1021
359 bool
360
feb9e25b
YS
361config ARCH_P1022
362 bool
363
9bb1d6bc
YS
364config ARCH_P1023
365 bool
366
52b6f13d
YS
367config ARCH_P1024
368 bool
369
4167a67d
YS
370config ARCH_P1025
371 bool
372
4593637b
YS
373config ARCH_P2020
374 bool
375
ce040c83
YS
376config ARCH_P2041
377 bool
378
5e5fdd2d
YS
379config ARCH_P3041
380 bool
381
e71372cb
YS
382config ARCH_P4080
383 bool
384
cefe11cd
YS
385config ARCH_P5020
386 bool
387
95390360
YS
388config ARCH_P5040
389 bool
390
10343403
YS
391config ARCH_QEMU_E500
392 bool
393
5ff3f41d
YS
394config ARCH_T1023
395 bool
396
e5d5f5a8
YS
397config ARCH_T1024
398 bool
399
5d737010
YS
400config ARCH_T1040
401 bool
402
5449c98a
YS
403config ARCH_T1042
404 bool
405
0f3d80e9
YS
406config ARCH_T2080
407 bool
408
409config ARCH_T2081
410 bool
411
dd84058d
MY
412source "board/freescale/b4860qds/Kconfig"
413source "board/freescale/bsc9131rdb/Kconfig"
414source "board/freescale/bsc9132qds/Kconfig"
415source "board/freescale/c29xpcie/Kconfig"
416source "board/freescale/corenet_ds/Kconfig"
417source "board/freescale/mpc8536ds/Kconfig"
418source "board/freescale/mpc8540ads/Kconfig"
419source "board/freescale/mpc8541cds/Kconfig"
420source "board/freescale/mpc8544ds/Kconfig"
421source "board/freescale/mpc8548cds/Kconfig"
422source "board/freescale/mpc8555cds/Kconfig"
423source "board/freescale/mpc8560ads/Kconfig"
424source "board/freescale/mpc8568mds/Kconfig"
425source "board/freescale/mpc8569mds/Kconfig"
426source "board/freescale/mpc8572ds/Kconfig"
427source "board/freescale/p1010rdb/Kconfig"
428source "board/freescale/p1022ds/Kconfig"
429source "board/freescale/p1023rdb/Kconfig"
dd84058d
MY
430source "board/freescale/p1_p2_rdb_pc/Kconfig"
431source "board/freescale/p1_twr/Kconfig"
dd84058d
MY
432source "board/freescale/p2041rdb/Kconfig"
433source "board/freescale/qemu-ppce500/Kconfig"
aba80048 434source "board/freescale/t102xqds/Kconfig"
48c6f328 435source "board/freescale/t102xrdb/Kconfig"
dd84058d
MY
436source "board/freescale/t1040qds/Kconfig"
437source "board/freescale/t104xrdb/Kconfig"
438source "board/freescale/t208xqds/Kconfig"
439source "board/freescale/t208xrdb/Kconfig"
440source "board/freescale/t4qds/Kconfig"
441source "board/freescale/t4rdb/Kconfig"
442source "board/gdsys/p1022/Kconfig"
443source "board/keymile/kmp204x/Kconfig"
444source "board/sbc8548/Kconfig"
445source "board/socrates/Kconfig"
87e29878 446source "board/varisys/cyrus/Kconfig"
dd84058d
MY
447source "board/xes/xpedite520x/Kconfig"
448source "board/xes/xpedite537x/Kconfig"
449source "board/xes/xpedite550x/Kconfig"
8b0044ff 450source "board/Arcturus/ucp1020/Kconfig"
dd84058d
MY
451
452endmenu