blob: d8bc1d0beb88b0ee68a2d1ff2fa345df8bb7e762 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc85xx CPU"
2 depends on MPC85xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc85xx"
6
7choice
8 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05009 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090010
11config TARGET_SBC8548
12 bool "Support sbc8548"
York Sun281ed4c2016-11-15 13:52:34 -080013 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +090014
15config TARGET_SOCRATES
16 bool "Support socrates"
York Sun25cb74b2016-11-15 13:57:15 -080017 select ARCH_MPC8544
Masahiro Yamadadd840582014-07-30 14:08:14 +090018
Masahiro Yamadadd840582014-07-30 14:08:14 +090019config TARGET_B4860QDS
20 bool "Support B4860QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +090021 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090022 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090023
24config TARGET_BSC9131RDB
25 bool "Support BSC9131RDB"
York Sun115d60c2016-11-15 14:09:50 -080026 select ARCH_BSC9131
Masahiro Yamada02627352014-10-20 17:45:56 +090027 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090028
29config TARGET_BSC9132QDS
30 bool "Support BSC9132QDS"
York Sun115d60c2016-11-15 14:09:50 -080031 select ARCH_BSC9132
Masahiro Yamada02627352014-10-20 17:45:56 +090032 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090033
34config TARGET_C29XPCIE
35 bool "Support C29XPCIE"
York Sun4fd64742016-11-15 18:44:22 -080036 select ARCH_C29X
Masahiro Yamada02627352014-10-20 17:45:56 +090037 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090038 select SUPPORT_TPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090039 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090040
41config TARGET_P3041DS
42 bool "Support P3041DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090043 select PHYS_64BIT
York Sun5e5fdd22016-11-18 11:20:40 -080044 select ARCH_P3041
Masahiro Yamadadd840582014-07-30 14:08:14 +090045
46config TARGET_P4080DS
47 bool "Support P4080DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090048 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090049
50config TARGET_P5020DS
51 bool "Support P5020DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090052 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090053
54config TARGET_P5040DS
55 bool "Support P5040DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090056 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090057
58config TARGET_MPC8536DS
59 bool "Support MPC8536DS"
York Sun24ad75a2016-11-16 11:06:47 -080060 select ARCH_MPC8536
Masahiro Yamadadd840582014-07-30 14:08:14 +090061
62config TARGET_MPC8540ADS
63 bool "Support MPC8540ADS"
York Sun7f825212016-11-16 11:13:06 -080064 select ARCH_MPC8540
Masahiro Yamadadd840582014-07-30 14:08:14 +090065
66config TARGET_MPC8541CDS
67 bool "Support MPC8541CDS"
York Sun3aff3082016-11-16 11:18:31 -080068 select ARCH_MPC8541
Masahiro Yamadadd840582014-07-30 14:08:14 +090069
70config TARGET_MPC8544DS
71 bool "Support MPC8544DS"
York Sun25cb74b2016-11-15 13:57:15 -080072 select ARCH_MPC8544
Masahiro Yamadadd840582014-07-30 14:08:14 +090073
74config TARGET_MPC8548CDS
75 bool "Support MPC8548CDS"
York Sun281ed4c2016-11-15 13:52:34 -080076 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +090077
78config TARGET_MPC8555CDS
79 bool "Support MPC8555CDS"
York Sun3c3d8ab2016-11-16 11:23:23 -080080 select ARCH_MPC8555
Masahiro Yamadadd840582014-07-30 14:08:14 +090081
82config TARGET_MPC8560ADS
83 bool "Support MPC8560ADS"
York Sun99d0a312016-11-16 11:26:45 -080084 select ARCH_MPC8560
Masahiro Yamadadd840582014-07-30 14:08:14 +090085
86config TARGET_MPC8568MDS
87 bool "Support MPC8568MDS"
York Sund07c3842016-11-16 11:32:17 -080088 select ARCH_MPC8568
Masahiro Yamadadd840582014-07-30 14:08:14 +090089
90config TARGET_MPC8569MDS
91 bool "Support MPC8569MDS"
York Sun23b36a72016-11-16 11:34:52 -080092 select ARCH_MPC8569
Masahiro Yamadadd840582014-07-30 14:08:14 +090093
94config TARGET_MPC8572DS
95 bool "Support MPC8572DS"
York Sunc8f48472016-11-16 11:39:20 -080096 select ARCH_MPC8572
Masahiro Yamadadd840582014-07-30 14:08:14 +090097
York Sun76016862016-11-16 13:30:06 -080098config 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"
York Sun7d5f9f82016-11-16 13:08:52 -0800106 select ARCH_P1010
Masahiro Yamada02627352014-10-20 17:45:56 +0900107 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +0900108 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900109
110config TARGET_P1022DS
111 bool "Support P1022DS"
York Sunfeb9e252016-11-16 15:23:52 -0800112 select ARCH_P1022
Masahiro Yamada02627352014-10-20 17:45:56 +0900113 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +0900114 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900115
116config TARGET_P1023RDB
117 bool "Support P1023RDB"
York Sun9bb1d6b2016-11-16 15:45:31 -0800118 select ARCH_P1023
Masahiro Yamadadd840582014-07-30 14:08:14 +0900119
York Sunfedae6e2016-11-17 13:12:38 -0800120config TARGET_P1020MBG
121 bool "Support P1020MBG-PC"
122 select SUPPORT_SPL
123 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800124 select ARCH_P1020
125
York Sunaa146202016-11-17 13:52:44 -0800126config TARGET_P1020RDB_PC
127 bool "Support P1020RDB-PC"
128 select SUPPORT_SPL
129 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800130 select ARCH_P1020
York Sunaa146202016-11-17 13:52:44 -0800131
York Sunf404b662016-11-17 13:53:33 -0800132config TARGET_P1020RDB_PD
133 bool "Support P1020RDB-PD"
134 select SUPPORT_SPL
135 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800136 select ARCH_P1020
York Sunf404b662016-11-17 13:53:33 -0800137
York Sune9bc8a82016-11-17 13:53:54 -0800138config TARGET_P1020UTM
139 bool "Support P1020UTM"
140 select SUPPORT_SPL
141 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800142 select ARCH_P1020
York Sunfedae6e2016-11-17 13:12:38 -0800143
York Sunda439db2016-11-17 13:43:18 -0800144config TARGET_P1021RDB
145 bool "Support P1021RDB"
146 select SUPPORT_SPL
147 select SUPPORT_TPL
York Suna9907992016-11-18 10:59:02 -0800148 select ARCH_P1021
York Sunda439db2016-11-17 13:43:18 -0800149
York Sun4eedabf2016-11-17 13:48:39 -0800150config TARGET_P1024RDB
151 bool "Support P1024RDB"
152 select SUPPORT_SPL
153 select SUPPORT_TPL
York Sun52b6f132016-11-18 11:00:57 -0800154 select ARCH_P1024
York Sun4eedabf2016-11-17 13:48:39 -0800155
York Sunb0c98b42016-11-17 14:10:14 -0800156config TARGET_P1025RDB
157 bool "Support P1025RDB"
158 select SUPPORT_SPL
159 select SUPPORT_TPL
York Sun4167a672016-11-18 11:05:38 -0800160 select ARCH_P1025
York Sunb0c98b42016-11-17 14:10:14 -0800161
York Sun8435aa72016-11-17 14:19:18 -0800162config TARGET_P2020RDB
163 bool "Support P2020RDB-PC"
164 select SUPPORT_SPL
165 select SUPPORT_TPL
York Sun45936372016-11-18 11:08:43 -0800166 select ARCH_P2020
York Sun8435aa72016-11-17 14:19:18 -0800167
Masahiro Yamadadd840582014-07-30 14:08:14 +0900168config TARGET_P1_TWR
169 bool "Support p1_twr"
York Sun4167a672016-11-18 11:05:38 -0800170 select ARCH_P1025
Masahiro Yamadadd840582014-07-30 14:08:14 +0900171
Masahiro Yamadadd840582014-07-30 14:08:14 +0900172config TARGET_P2041RDB
173 bool "Support P2041RDB"
York Sunce040c82016-11-18 11:15:21 -0800174 select ARCH_P2041
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900175 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900176
177config TARGET_QEMU_PPCE500
178 bool "Support qemu-ppce500"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900179 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900180
Shengzhou Liuaba80042014-11-24 17:11:55 +0800181config TARGET_T102XQDS
182 bool "Support T102xQDS"
183 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900184 select PHYS_64BIT
Shengzhou Liuaba80042014-11-24 17:11:55 +0800185
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800186config TARGET_T102XRDB
187 bool "Support T102xRDB"
188 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900189 select PHYS_64BIT
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800190
Masahiro Yamadadd840582014-07-30 14:08:14 +0900191config TARGET_T1040QDS
192 bool "Support T1040QDS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900193 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900194
195config TARGET_T104XRDB
196 bool "Support T104xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900197 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900198 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900199
200config TARGET_T208XQDS
201 bool "Support T208xQDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900202 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900203 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900204
205config TARGET_T208XRDB
206 bool "Support T208xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900207 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900208 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900209
Masahiro Yamadadd840582014-07-30 14:08:14 +0900210config TARGET_T4240QDS
211 bool "Support T4240QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900212 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900213 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900214
215config TARGET_T4240RDB
216 bool "Support T4240RDB"
Chunhe Lan373762c2015-03-20 17:08:54 +0800217 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900218 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900219
220config TARGET_CONTROLCENTERD
221 bool "Support controlcenterd"
York Sunfeb9e252016-11-16 15:23:52 -0800222 select ARCH_P1022
Masahiro Yamadadd840582014-07-30 14:08:14 +0900223
224config TARGET_KMP204X
225 bool "Support kmp204x"
York Sunce040c82016-11-18 11:15:21 -0800226 select ARCH_P2041
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900227 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900228
Masahiro Yamadadd840582014-07-30 14:08:14 +0900229config TARGET_XPEDITE520X
230 bool "Support xpedite520x"
York Sun281ed4c2016-11-15 13:52:34 -0800231 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +0900232
233config TARGET_XPEDITE537X
234 bool "Support xpedite537x"
York Sunc8f48472016-11-16 11:39:20 -0800235 select ARCH_MPC8572
Masahiro Yamadadd840582014-07-30 14:08:14 +0900236
237config TARGET_XPEDITE550X
238 bool "Support xpedite550x"
York Sun45936372016-11-18 11:08:43 -0800239 select ARCH_P2020
Masahiro Yamadadd840582014-07-30 14:08:14 +0900240
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400241config TARGET_UCP1020
242 bool "Support uCP1020"
York Sun484fff62016-11-18 10:02:14 -0800243 select ARCH_P1020
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400244
Andy Fleming87e29872015-11-04 15:48:32 -0600245config TARGET_CYRUS
246 bool "Support Varisys Cyrus"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900247 select PHYS_64BIT
Andy Fleming87e29872015-11-04 15:48:32 -0600248
Masahiro Yamadadd840582014-07-30 14:08:14 +0900249endchoice
250
York Sun115d60c2016-11-15 14:09:50 -0800251config ARCH_BSC9131
252 bool
253
254config ARCH_BSC9132
255 bool
256
York Sun4fd64742016-11-15 18:44:22 -0800257config ARCH_C29X
258 bool
259
York Sun24ad75a2016-11-16 11:06:47 -0800260config ARCH_MPC8536
261 bool
262
York Sun7f825212016-11-16 11:13:06 -0800263config ARCH_MPC8540
264 bool
265
York Sun3aff3082016-11-16 11:18:31 -0800266config ARCH_MPC8541
267 bool
268
York Sun25cb74b2016-11-15 13:57:15 -0800269config ARCH_MPC8544
270 bool
271
York Sun281ed4c2016-11-15 13:52:34 -0800272config ARCH_MPC8548
273 bool
274
York Sun3c3d8ab2016-11-16 11:23:23 -0800275config ARCH_MPC8555
276 bool
277
York Sun99d0a312016-11-16 11:26:45 -0800278config ARCH_MPC8560
279 bool
280
York Sund07c3842016-11-16 11:32:17 -0800281config ARCH_MPC8568
282 bool
283
York Sun23b36a72016-11-16 11:34:52 -0800284config ARCH_MPC8569
285 bool
286
York Sunc8f48472016-11-16 11:39:20 -0800287config ARCH_MPC8572
288 bool
289
York Sun7d5f9f82016-11-16 13:08:52 -0800290config ARCH_P1010
291 bool
292
York Sun1cdd96f2016-11-16 15:54:15 -0800293config ARCH_P1011
294 bool
295
York Sun484fff62016-11-18 10:02:14 -0800296config ARCH_P1020
297 bool
298
York Suna9907992016-11-18 10:59:02 -0800299config ARCH_P1021
300 bool
301
York Sunfeb9e252016-11-16 15:23:52 -0800302config ARCH_P1022
303 bool
304
York Sun9bb1d6b2016-11-16 15:45:31 -0800305config ARCH_P1023
306 bool
307
York Sun52b6f132016-11-18 11:00:57 -0800308config ARCH_P1024
309 bool
310
York Sun4167a672016-11-18 11:05:38 -0800311config ARCH_P1025
312 bool
313
York Sun45936372016-11-18 11:08:43 -0800314config ARCH_P2020
315 bool
316
York Sunce040c82016-11-18 11:15:21 -0800317config ARCH_P2041
318 bool
319
York Sun5e5fdd22016-11-18 11:20:40 -0800320config ARCH_P3041
321 bool
322
Masahiro Yamadadd840582014-07-30 14:08:14 +0900323source "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"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900341source "board/freescale/p1_p2_rdb_pc/Kconfig"
342source "board/freescale/p1_twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900343source "board/freescale/p2041rdb/Kconfig"
344source "board/freescale/qemu-ppce500/Kconfig"
Shengzhou Liuaba80042014-11-24 17:11:55 +0800345source "board/freescale/t102xqds/Kconfig"
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800346source "board/freescale/t102xrdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900347source "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"
Andy Fleming87e29872015-11-04 15:48:32 -0600357source "board/varisys/cyrus/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900358source "board/xes/xpedite520x/Kconfig"
359source "board/xes/xpedite537x/Kconfig"
360source "board/xes/xpedite550x/Kconfig"
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400361source "board/Arcturus/ucp1020/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900362
363endmenu