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