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