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