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