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