blob: 11ae4eaf11f89b972ffc0cabac1d16f263d2a327 [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
York Sun45a8d112016-11-18 13:51:01 -080019config TARGET_B4420QDS
20 bool "Support B4420QDS"
York Sunb41f1922016-11-18 11:56:57 -080021 select ARCH_B4420
York Sun45a8d112016-11-18 13:51:01 -080022 select SUPPORT_SPL
23 select PHYS_64BIT
24
Masahiro Yamadadd840582014-07-30 14:08:14 +090025config TARGET_B4860QDS
26 bool "Support B4860QDS"
York Sun3006ebc2016-11-18 11:44:43 -080027 select ARCH_B4860
Masahiro Yamada02627352014-10-20 17:45:56 +090028 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090029 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090030
31config TARGET_BSC9131RDB
32 bool "Support BSC9131RDB"
York Sun115d60c2016-11-15 14:09:50 -080033 select ARCH_BSC9131
Masahiro Yamada02627352014-10-20 17:45:56 +090034 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090035
36config TARGET_BSC9132QDS
37 bool "Support BSC9132QDS"
York Sun115d60c2016-11-15 14:09:50 -080038 select ARCH_BSC9132
Masahiro Yamada02627352014-10-20 17:45:56 +090039 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090040
41config TARGET_C29XPCIE
42 bool "Support C29XPCIE"
York Sun4fd64742016-11-15 18:44:22 -080043 select ARCH_C29X
Masahiro Yamada02627352014-10-20 17:45:56 +090044 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090045 select SUPPORT_TPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090046 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090047
48config TARGET_P3041DS
49 bool "Support P3041DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090050 select PHYS_64BIT
York Sun5e5fdd22016-11-18 11:20:40 -080051 select ARCH_P3041
Masahiro Yamadadd840582014-07-30 14:08:14 +090052
53config TARGET_P4080DS
54 bool "Support P4080DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090055 select PHYS_64BIT
York Sune71372c2016-11-18 11:24:40 -080056 select ARCH_P4080
Masahiro Yamadadd840582014-07-30 14:08:14 +090057
58config TARGET_P5020DS
59 bool "Support P5020DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090060 select PHYS_64BIT
York Suncefe11c2016-11-18 11:30:56 -080061 select ARCH_P5020
Masahiro Yamadadd840582014-07-30 14:08:14 +090062
63config TARGET_P5040DS
64 bool "Support P5040DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090065 select PHYS_64BIT
York Sun95390362016-11-18 11:39:36 -080066 select ARCH_P5040
Masahiro Yamadadd840582014-07-30 14:08:14 +090067
68config TARGET_MPC8536DS
69 bool "Support MPC8536DS"
York Sun24ad75a2016-11-16 11:06:47 -080070 select ARCH_MPC8536
Masahiro Yamadadd840582014-07-30 14:08:14 +090071
72config TARGET_MPC8540ADS
73 bool "Support MPC8540ADS"
York Sun7f825212016-11-16 11:13:06 -080074 select ARCH_MPC8540
Masahiro Yamadadd840582014-07-30 14:08:14 +090075
76config TARGET_MPC8541CDS
77 bool "Support MPC8541CDS"
York Sun3aff3082016-11-16 11:18:31 -080078 select ARCH_MPC8541
Masahiro Yamadadd840582014-07-30 14:08:14 +090079
80config TARGET_MPC8544DS
81 bool "Support MPC8544DS"
York Sun25cb74b2016-11-15 13:57:15 -080082 select ARCH_MPC8544
Masahiro Yamadadd840582014-07-30 14:08:14 +090083
84config TARGET_MPC8548CDS
85 bool "Support MPC8548CDS"
York Sun281ed4c2016-11-15 13:52:34 -080086 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +090087
88config TARGET_MPC8555CDS
89 bool "Support MPC8555CDS"
York Sun3c3d8ab2016-11-16 11:23:23 -080090 select ARCH_MPC8555
Masahiro Yamadadd840582014-07-30 14:08:14 +090091
92config TARGET_MPC8560ADS
93 bool "Support MPC8560ADS"
York Sun99d0a312016-11-16 11:26:45 -080094 select ARCH_MPC8560
Masahiro Yamadadd840582014-07-30 14:08:14 +090095
96config TARGET_MPC8568MDS
97 bool "Support MPC8568MDS"
York Sund07c3842016-11-16 11:32:17 -080098 select ARCH_MPC8568
Masahiro Yamadadd840582014-07-30 14:08:14 +090099
100config TARGET_MPC8569MDS
101 bool "Support MPC8569MDS"
York Sun23b36a72016-11-16 11:34:52 -0800102 select ARCH_MPC8569
Masahiro Yamadadd840582014-07-30 14:08:14 +0900103
104config TARGET_MPC8572DS
105 bool "Support MPC8572DS"
York Sunc8f48472016-11-16 11:39:20 -0800106 select ARCH_MPC8572
Masahiro Yamadadd840582014-07-30 14:08:14 +0900107
York Sun76016862016-11-16 13:30:06 -0800108config TARGET_P1010RDB_PA
109 bool "Support P1010RDB_PA"
110 select ARCH_P1010
111 select SUPPORT_SPL
112 select SUPPORT_TPL
113
114config TARGET_P1010RDB_PB
115 bool "Support P1010RDB_PB"
York Sun7d5f9f82016-11-16 13:08:52 -0800116 select ARCH_P1010
Masahiro Yamada02627352014-10-20 17:45:56 +0900117 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +0900118 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900119
120config TARGET_P1022DS
121 bool "Support P1022DS"
York Sunfeb9e252016-11-16 15:23:52 -0800122 select ARCH_P1022
Masahiro Yamada02627352014-10-20 17:45:56 +0900123 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +0900124 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900125
126config TARGET_P1023RDB
127 bool "Support P1023RDB"
York Sun9bb1d6b2016-11-16 15:45:31 -0800128 select ARCH_P1023
Masahiro Yamadadd840582014-07-30 14:08:14 +0900129
York Sunfedae6e2016-11-17 13:12:38 -0800130config TARGET_P1020MBG
131 bool "Support P1020MBG-PC"
132 select SUPPORT_SPL
133 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800134 select ARCH_P1020
135
York Sunaa146202016-11-17 13:52:44 -0800136config TARGET_P1020RDB_PC
137 bool "Support P1020RDB-PC"
138 select SUPPORT_SPL
139 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800140 select ARCH_P1020
York Sunaa146202016-11-17 13:52:44 -0800141
York Sunf404b662016-11-17 13:53:33 -0800142config TARGET_P1020RDB_PD
143 bool "Support P1020RDB-PD"
144 select SUPPORT_SPL
145 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800146 select ARCH_P1020
York Sunf404b662016-11-17 13:53:33 -0800147
York Sune9bc8a82016-11-17 13:53:54 -0800148config TARGET_P1020UTM
149 bool "Support P1020UTM"
150 select SUPPORT_SPL
151 select SUPPORT_TPL
York Sun484fff62016-11-18 10:02:14 -0800152 select ARCH_P1020
York Sunfedae6e2016-11-17 13:12:38 -0800153
York Sunda439db2016-11-17 13:43:18 -0800154config TARGET_P1021RDB
155 bool "Support P1021RDB"
156 select SUPPORT_SPL
157 select SUPPORT_TPL
York Suna9907992016-11-18 10:59:02 -0800158 select ARCH_P1021
York Sunda439db2016-11-17 13:43:18 -0800159
York Sun4eedabf2016-11-17 13:48:39 -0800160config TARGET_P1024RDB
161 bool "Support P1024RDB"
162 select SUPPORT_SPL
163 select SUPPORT_TPL
York Sun52b6f132016-11-18 11:00:57 -0800164 select ARCH_P1024
York Sun4eedabf2016-11-17 13:48:39 -0800165
York Sunb0c98b42016-11-17 14:10:14 -0800166config TARGET_P1025RDB
167 bool "Support P1025RDB"
168 select SUPPORT_SPL
169 select SUPPORT_TPL
York Sun4167a672016-11-18 11:05:38 -0800170 select ARCH_P1025
York Sunb0c98b42016-11-17 14:10:14 -0800171
York Sun8435aa72016-11-17 14:19:18 -0800172config TARGET_P2020RDB
173 bool "Support P2020RDB-PC"
174 select SUPPORT_SPL
175 select SUPPORT_TPL
York Sun45936372016-11-18 11:08:43 -0800176 select ARCH_P2020
York Sun8435aa72016-11-17 14:19:18 -0800177
Masahiro Yamadadd840582014-07-30 14:08:14 +0900178config TARGET_P1_TWR
179 bool "Support p1_twr"
York Sun4167a672016-11-18 11:05:38 -0800180 select ARCH_P1025
Masahiro Yamadadd840582014-07-30 14:08:14 +0900181
Masahiro Yamadadd840582014-07-30 14:08:14 +0900182config TARGET_P2041RDB
183 bool "Support P2041RDB"
York Sunce040c82016-11-18 11:15:21 -0800184 select ARCH_P2041
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900185 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900186
187config TARGET_QEMU_PPCE500
188 bool "Support qemu-ppce500"
York Sun10343402016-11-18 12:29:51 -0800189 select ARCH_QEMU_E500
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900190 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900191
Shengzhou Liuaba80042014-11-24 17:11:55 +0800192config TARGET_T102XQDS
193 bool "Support T102xQDS"
194 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900195 select PHYS_64BIT
Shengzhou Liuaba80042014-11-24 17:11:55 +0800196
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800197config TARGET_T102XRDB
198 bool "Support T102xRDB"
199 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900200 select PHYS_64BIT
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800201
Masahiro Yamadadd840582014-07-30 14:08:14 +0900202config TARGET_T1040QDS
203 bool "Support T1040QDS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900204 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900205
206config TARGET_T104XRDB
207 bool "Support T104xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900208 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900209 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900210
211config TARGET_T208XQDS
212 bool "Support T208xQDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900213 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900214 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900215
216config TARGET_T208XRDB
217 bool "Support T208xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900218 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900219 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900220
Masahiro Yamadadd840582014-07-30 14:08:14 +0900221config TARGET_T4240QDS
222 bool "Support T4240QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900223 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900224 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900225
226config TARGET_T4240RDB
227 bool "Support T4240RDB"
Chunhe Lan373762c2015-03-20 17:08:54 +0800228 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900229 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900230
231config TARGET_CONTROLCENTERD
232 bool "Support controlcenterd"
York Sunfeb9e252016-11-16 15:23:52 -0800233 select ARCH_P1022
Masahiro Yamadadd840582014-07-30 14:08:14 +0900234
235config TARGET_KMP204X
236 bool "Support kmp204x"
York Sunce040c82016-11-18 11:15:21 -0800237 select ARCH_P2041
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900238 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900239
Masahiro Yamadadd840582014-07-30 14:08:14 +0900240config TARGET_XPEDITE520X
241 bool "Support xpedite520x"
York Sun281ed4c2016-11-15 13:52:34 -0800242 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +0900243
244config TARGET_XPEDITE537X
245 bool "Support xpedite537x"
York Sunc8f48472016-11-16 11:39:20 -0800246 select ARCH_MPC8572
Masahiro Yamadadd840582014-07-30 14:08:14 +0900247
248config TARGET_XPEDITE550X
249 bool "Support xpedite550x"
York Sun45936372016-11-18 11:08:43 -0800250 select ARCH_P2020
Masahiro Yamadadd840582014-07-30 14:08:14 +0900251
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400252config TARGET_UCP1020
253 bool "Support uCP1020"
York Sun484fff62016-11-18 10:02:14 -0800254 select ARCH_P1020
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400255
Andy Fleming87e29872015-11-04 15:48:32 -0600256config TARGET_CYRUS
257 bool "Support Varisys Cyrus"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900258 select PHYS_64BIT
Andy Fleming87e29872015-11-04 15:48:32 -0600259
Masahiro Yamadadd840582014-07-30 14:08:14 +0900260endchoice
261
York Sunb41f1922016-11-18 11:56:57 -0800262config ARCH_B4420
263 bool
264
York Sun3006ebc2016-11-18 11:44:43 -0800265config ARCH_B4860
266 bool
267
York Sun115d60c2016-11-15 14:09:50 -0800268config ARCH_BSC9131
269 bool
270
271config ARCH_BSC9132
272 bool
273
York Sun4fd64742016-11-15 18:44:22 -0800274config ARCH_C29X
275 bool
276
York Sun24ad75a2016-11-16 11:06:47 -0800277config ARCH_MPC8536
278 bool
279
York Sun7f825212016-11-16 11:13:06 -0800280config ARCH_MPC8540
281 bool
282
York Sun3aff3082016-11-16 11:18:31 -0800283config ARCH_MPC8541
284 bool
285
York Sun25cb74b2016-11-15 13:57:15 -0800286config ARCH_MPC8544
287 bool
288
York Sun281ed4c2016-11-15 13:52:34 -0800289config ARCH_MPC8548
290 bool
291
York Sun3c3d8ab2016-11-16 11:23:23 -0800292config ARCH_MPC8555
293 bool
294
York Sun99d0a312016-11-16 11:26:45 -0800295config ARCH_MPC8560
296 bool
297
York Sund07c3842016-11-16 11:32:17 -0800298config ARCH_MPC8568
299 bool
300
York Sun23b36a72016-11-16 11:34:52 -0800301config ARCH_MPC8569
302 bool
303
York Sunc8f48472016-11-16 11:39:20 -0800304config ARCH_MPC8572
305 bool
306
York Sun7d5f9f82016-11-16 13:08:52 -0800307config ARCH_P1010
308 bool
309
York Sun1cdd96f2016-11-16 15:54:15 -0800310config ARCH_P1011
311 bool
312
York Sun484fff62016-11-18 10:02:14 -0800313config ARCH_P1020
314 bool
315
York Suna9907992016-11-18 10:59:02 -0800316config ARCH_P1021
317 bool
318
York Sunfeb9e252016-11-16 15:23:52 -0800319config ARCH_P1022
320 bool
321
York Sun9bb1d6b2016-11-16 15:45:31 -0800322config ARCH_P1023
323 bool
324
York Sun52b6f132016-11-18 11:00:57 -0800325config ARCH_P1024
326 bool
327
York Sun4167a672016-11-18 11:05:38 -0800328config ARCH_P1025
329 bool
330
York Sun45936372016-11-18 11:08:43 -0800331config ARCH_P2020
332 bool
333
York Sunce040c82016-11-18 11:15:21 -0800334config ARCH_P2041
335 bool
336
York Sun5e5fdd22016-11-18 11:20:40 -0800337config ARCH_P3041
338 bool
339
York Sune71372c2016-11-18 11:24:40 -0800340config ARCH_P4080
341 bool
342
York Suncefe11c2016-11-18 11:30:56 -0800343config ARCH_P5020
344 bool
345
York Sun95390362016-11-18 11:39:36 -0800346config ARCH_P5040
347 bool
348
York Sun10343402016-11-18 12:29:51 -0800349config ARCH_QEMU_E500
350 bool
351
Masahiro Yamadadd840582014-07-30 14:08:14 +0900352source "board/freescale/b4860qds/Kconfig"
353source "board/freescale/bsc9131rdb/Kconfig"
354source "board/freescale/bsc9132qds/Kconfig"
355source "board/freescale/c29xpcie/Kconfig"
356source "board/freescale/corenet_ds/Kconfig"
357source "board/freescale/mpc8536ds/Kconfig"
358source "board/freescale/mpc8540ads/Kconfig"
359source "board/freescale/mpc8541cds/Kconfig"
360source "board/freescale/mpc8544ds/Kconfig"
361source "board/freescale/mpc8548cds/Kconfig"
362source "board/freescale/mpc8555cds/Kconfig"
363source "board/freescale/mpc8560ads/Kconfig"
364source "board/freescale/mpc8568mds/Kconfig"
365source "board/freescale/mpc8569mds/Kconfig"
366source "board/freescale/mpc8572ds/Kconfig"
367source "board/freescale/p1010rdb/Kconfig"
368source "board/freescale/p1022ds/Kconfig"
369source "board/freescale/p1023rdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900370source "board/freescale/p1_p2_rdb_pc/Kconfig"
371source "board/freescale/p1_twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900372source "board/freescale/p2041rdb/Kconfig"
373source "board/freescale/qemu-ppce500/Kconfig"
Shengzhou Liuaba80042014-11-24 17:11:55 +0800374source "board/freescale/t102xqds/Kconfig"
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800375source "board/freescale/t102xrdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900376source "board/freescale/t1040qds/Kconfig"
377source "board/freescale/t104xrdb/Kconfig"
378source "board/freescale/t208xqds/Kconfig"
379source "board/freescale/t208xrdb/Kconfig"
380source "board/freescale/t4qds/Kconfig"
381source "board/freescale/t4rdb/Kconfig"
382source "board/gdsys/p1022/Kconfig"
383source "board/keymile/kmp204x/Kconfig"
384source "board/sbc8548/Kconfig"
385source "board/socrates/Kconfig"
Andy Fleming87e29872015-11-04 15:48:32 -0600386source "board/varisys/cyrus/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900387source "board/xes/xpedite520x/Kconfig"
388source "board/xes/xpedite537x/Kconfig"
389source "board/xes/xpedite550x/Kconfig"
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400390source "board/Arcturus/ucp1020/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900391
392endmenu