blob: 6d8709e76c9f6e810e25000ebb16be8127694b8a [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
York Sun6f53bd42016-11-18 12:55:35 -0800192config TARGET_T1024QDS
193 bool "Support T1024QDS"
York Sune5d5f5a2016-11-18 13:01:34 -0800194 select ARCH_T1024
Shengzhou Liuaba80042014-11-24 17:11:55 +0800195 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900196 select PHYS_64BIT
Shengzhou Liuaba80042014-11-24 17:11:55 +0800197
York Sun08c75292016-11-18 12:45:44 -0800198config TARGET_T1023RDB
199 bool "Support T1023RDB"
York Sun5ff3f412016-11-18 12:35:47 -0800200 select ARCH_T1023
York Sun08c75292016-11-18 12:45:44 -0800201 select SUPPORT_SPL
202 select PHYS_64BIT
203
204config TARGET_T1024RDB
205 bool "Support T1024RDB"
York Sune5d5f5a2016-11-18 13:01:34 -0800206 select ARCH_T1024
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800207 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900208 select PHYS_64BIT
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800209
Masahiro Yamadadd840582014-07-30 14:08:14 +0900210config TARGET_T1040QDS
211 bool "Support T1040QDS"
York Sun5d737012016-11-18 13:11:12 -0800212 select ARCH_T1040
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900213 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900214
York Sun95a809b2016-11-18 13:19:39 -0800215config TARGET_T1040RDB
216 bool "Support T1040RDB"
York Sun5d737012016-11-18 13:11:12 -0800217 select ARCH_T1040
York Sun95a809b2016-11-18 13:19:39 -0800218 select SUPPORT_SPL
219 select PHYS_64BIT
220
York Suna0167352016-11-21 10:46:53 -0800221config TARGET_T1040D4RDB
222 bool "Support T1040D4RDB"
223 select ARCH_T1040
224 select SUPPORT_SPL
225 select PHYS_64BIT
226
York Sun95a809b2016-11-18 13:19:39 -0800227config TARGET_T1042RDB
228 bool "Support T1042RDB"
York Sun5449c982016-11-18 13:36:39 -0800229 select ARCH_T1042
Masahiro Yamada02627352014-10-20 17:45:56 +0900230 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900231 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900232
York Sun319ed242016-11-21 11:04:34 -0800233config TARGET_T1042D4RDB
234 bool "Support T1042D4RDB"
235 select ARCH_T1042
236 select SUPPORT_SPL
237 select PHYS_64BIT
238
York Sun55ed8ae2016-11-18 13:44:00 -0800239config TARGET_T1042RDB_PI
240 bool "Support T1042RDB_PI"
241 select ARCH_T1042
242 select SUPPORT_SPL
243 select PHYS_64BIT
244
York Sun638d5be2016-11-21 12:46:58 -0800245config TARGET_T2080QDS
246 bool "Support T2080QDS"
York Sun0f3d80e2016-11-21 12:54:19 -0800247 select ARCH_T2080
Masahiro Yamada02627352014-10-20 17:45:56 +0900248 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900249 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900250
York Sun01671e62016-11-21 12:57:22 -0800251config TARGET_T2080RDB
252 bool "Support T2080RDB"
York Sun0f3d80e2016-11-21 12:54:19 -0800253 select ARCH_T2080
Masahiro Yamada02627352014-10-20 17:45:56 +0900254 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900255 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900256
York Sun638d5be2016-11-21 12:46:58 -0800257config TARGET_T2081QDS
258 bool "Support T2081QDS"
York Sun0f3d80e2016-11-21 12:54:19 -0800259 select ARCH_T2081
York Sun638d5be2016-11-21 12:46:58 -0800260 select SUPPORT_SPL
261 select PHYS_64BIT
262
York Sun9c21d062016-11-21 13:19:14 -0800263config TARGET_T4160QDS
264 bool "Support T4160QDS"
York Sun652a7bb2016-11-21 13:31:34 -0800265 select ARCH_T4160
York Sun9c21d062016-11-21 13:19:14 -0800266 select SUPPORT_SPL
267 select PHYS_64BIT
268
York Sun12ffdb32016-11-21 13:26:52 -0800269config TARGET_T4160RDB
270 bool "Support T4160RDB"
York Sun652a7bb2016-11-21 13:31:34 -0800271 select ARCH_T4160
York Sun12ffdb32016-11-21 13:26:52 -0800272 select SUPPORT_SPL
273 select PHYS_64BIT
274
Masahiro Yamadadd840582014-07-30 14:08:14 +0900275config TARGET_T4240QDS
276 bool "Support T4240QDS"
York Sun26bc57d2016-11-21 13:35:41 -0800277 select ARCH_T4240
Masahiro Yamada02627352014-10-20 17:45:56 +0900278 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900279 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900280
281config TARGET_T4240RDB
282 bool "Support T4240RDB"
York Sun26bc57d2016-11-21 13:35:41 -0800283 select ARCH_T4240
Chunhe Lan373762c2015-03-20 17:08:54 +0800284 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900285 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900286
287config TARGET_CONTROLCENTERD
288 bool "Support controlcenterd"
York Sunfeb9e252016-11-16 15:23:52 -0800289 select ARCH_P1022
Masahiro Yamadadd840582014-07-30 14:08:14 +0900290
291config TARGET_KMP204X
292 bool "Support kmp204x"
York Sunce040c82016-11-18 11:15:21 -0800293 select ARCH_P2041
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900294 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900295
Masahiro Yamadadd840582014-07-30 14:08:14 +0900296config TARGET_XPEDITE520X
297 bool "Support xpedite520x"
York Sun281ed4c2016-11-15 13:52:34 -0800298 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +0900299
300config TARGET_XPEDITE537X
301 bool "Support xpedite537x"
York Sunc8f48472016-11-16 11:39:20 -0800302 select ARCH_MPC8572
Masahiro Yamadadd840582014-07-30 14:08:14 +0900303
304config TARGET_XPEDITE550X
305 bool "Support xpedite550x"
York Sun45936372016-11-18 11:08:43 -0800306 select ARCH_P2020
Masahiro Yamadadd840582014-07-30 14:08:14 +0900307
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400308config TARGET_UCP1020
309 bool "Support uCP1020"
York Sun484fff62016-11-18 10:02:14 -0800310 select ARCH_P1020
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400311
York Sun22a1b992016-12-01 18:37:55 -0800312config TARGET_CYRUS_P5020
313 bool "Support Varisys Cyrus P5020"
314 select ARCH_P5020
315 select PHYS_64BIT
316
317config TARGET_CYRUS_P5040
318 bool "Support Varisys Cyrus P5040"
319 select ARCH_P5040
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900320 select PHYS_64BIT
Andy Fleming87e29872015-11-04 15:48:32 -0600321
Masahiro Yamadadd840582014-07-30 14:08:14 +0900322endchoice
323
York Sunb41f1922016-11-18 11:56:57 -0800324config ARCH_B4420
325 bool
York Sunf8dee362016-12-28 08:43:27 -0800326 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800327 select FSL_LAW
York Sunb41f1922016-11-18 11:56:57 -0800328
York Sun3006ebc2016-11-18 11:44:43 -0800329config ARCH_B4860
330 bool
York Sunf8dee362016-12-28 08:43:27 -0800331 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800332 select FSL_LAW
York Sun3006ebc2016-11-18 11:44:43 -0800333
York Sun115d60c2016-11-15 14:09:50 -0800334config ARCH_BSC9131
335 bool
York Sun05cb79a2016-12-02 10:44:34 -0800336 select FSL_LAW
York Sun115d60c2016-11-15 14:09:50 -0800337
338config ARCH_BSC9132
339 bool
York Sun05cb79a2016-12-02 10:44:34 -0800340 select FSL_LAW
York Sun115d60c2016-11-15 14:09:50 -0800341
York Sun4fd64742016-11-15 18:44:22 -0800342config ARCH_C29X
343 bool
York Sun05cb79a2016-12-02 10:44:34 -0800344 select FSL_LAW
York Sun4fd64742016-11-15 18:44:22 -0800345
York Sun24ad75a2016-11-16 11:06:47 -0800346config ARCH_MPC8536
347 bool
York Sun05cb79a2016-12-02 10:44:34 -0800348 select FSL_LAW
York Sun24ad75a2016-11-16 11:06:47 -0800349
York Sun7f825212016-11-16 11:13:06 -0800350config ARCH_MPC8540
351 bool
York Sun05cb79a2016-12-02 10:44:34 -0800352 select FSL_LAW
York Sun7f825212016-11-16 11:13:06 -0800353
York Sun3aff3082016-11-16 11:18:31 -0800354config ARCH_MPC8541
355 bool
York Sun05cb79a2016-12-02 10:44:34 -0800356 select FSL_LAW
York Sun3aff3082016-11-16 11:18:31 -0800357
York Sun25cb74b2016-11-15 13:57:15 -0800358config ARCH_MPC8544
359 bool
York Sun05cb79a2016-12-02 10:44:34 -0800360 select FSL_LAW
York Sun25cb74b2016-11-15 13:57:15 -0800361
York Sun281ed4c2016-11-15 13:52:34 -0800362config ARCH_MPC8548
363 bool
York Sun05cb79a2016-12-02 10:44:34 -0800364 select FSL_LAW
York Sun281ed4c2016-11-15 13:52:34 -0800365
York Sun3c3d8ab2016-11-16 11:23:23 -0800366config ARCH_MPC8555
367 bool
York Sun05cb79a2016-12-02 10:44:34 -0800368 select FSL_LAW
York Sun3c3d8ab2016-11-16 11:23:23 -0800369
York Sun99d0a312016-11-16 11:26:45 -0800370config ARCH_MPC8560
371 bool
York Sun05cb79a2016-12-02 10:44:34 -0800372 select FSL_LAW
York Sun99d0a312016-11-16 11:26:45 -0800373
York Sund07c3842016-11-16 11:32:17 -0800374config ARCH_MPC8568
375 bool
York Sun05cb79a2016-12-02 10:44:34 -0800376 select FSL_LAW
York Sund07c3842016-11-16 11:32:17 -0800377
York Sun23b36a72016-11-16 11:34:52 -0800378config ARCH_MPC8569
379 bool
York Sun05cb79a2016-12-02 10:44:34 -0800380 select FSL_LAW
York Sun23b36a72016-11-16 11:34:52 -0800381
York Sunc8f48472016-11-16 11:39:20 -0800382config ARCH_MPC8572
383 bool
York Sun05cb79a2016-12-02 10:44:34 -0800384 select FSL_LAW
York Sunc8f48472016-11-16 11:39:20 -0800385
York Sun7d5f9f82016-11-16 13:08:52 -0800386config ARCH_P1010
387 bool
York Sun05cb79a2016-12-02 10:44:34 -0800388 select FSL_LAW
York Sun7d5f9f82016-11-16 13:08:52 -0800389
York Sun1cdd96f2016-11-16 15:54:15 -0800390config ARCH_P1011
391 bool
York Sun05cb79a2016-12-02 10:44:34 -0800392 select FSL_LAW
York Sun1cdd96f2016-11-16 15:54:15 -0800393
York Sun484fff62016-11-18 10:02:14 -0800394config ARCH_P1020
395 bool
York Sun05cb79a2016-12-02 10:44:34 -0800396 select FSL_LAW
York Sun484fff62016-11-18 10:02:14 -0800397
York Suna9907992016-11-18 10:59:02 -0800398config ARCH_P1021
399 bool
York Sun05cb79a2016-12-02 10:44:34 -0800400 select FSL_LAW
York Suna9907992016-11-18 10:59:02 -0800401
York Sunfeb9e252016-11-16 15:23:52 -0800402config ARCH_P1022
403 bool
York Sun05cb79a2016-12-02 10:44:34 -0800404 select FSL_LAW
York Sunfeb9e252016-11-16 15:23:52 -0800405
York Sun9bb1d6b2016-11-16 15:45:31 -0800406config ARCH_P1023
407 bool
York Sun05cb79a2016-12-02 10:44:34 -0800408 select FSL_LAW
York Sun9bb1d6b2016-11-16 15:45:31 -0800409
York Sun52b6f132016-11-18 11:00:57 -0800410config ARCH_P1024
411 bool
York Sun05cb79a2016-12-02 10:44:34 -0800412 select FSL_LAW
York Sun52b6f132016-11-18 11:00:57 -0800413
York Sun4167a672016-11-18 11:05:38 -0800414config ARCH_P1025
415 bool
York Sun05cb79a2016-12-02 10:44:34 -0800416 select FSL_LAW
York Sun4167a672016-11-18 11:05:38 -0800417
York Sun45936372016-11-18 11:08:43 -0800418config ARCH_P2020
419 bool
York Sun05cb79a2016-12-02 10:44:34 -0800420 select FSL_LAW
York Sun45936372016-11-18 11:08:43 -0800421
York Sunce040c82016-11-18 11:15:21 -0800422config ARCH_P2041
423 bool
York Sunf8dee362016-12-28 08:43:27 -0800424 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800425 select FSL_LAW
York Sunce040c82016-11-18 11:15:21 -0800426
York Sun5e5fdd22016-11-18 11:20:40 -0800427config ARCH_P3041
428 bool
York Sunf8dee362016-12-28 08:43:27 -0800429 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800430 select FSL_LAW
York Sun5e5fdd22016-11-18 11:20:40 -0800431
York Sune71372c2016-11-18 11:24:40 -0800432config ARCH_P4080
433 bool
York Sunf8dee362016-12-28 08:43:27 -0800434 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800435 select FSL_LAW
York Sune71372c2016-11-18 11:24:40 -0800436
York Suncefe11c2016-11-18 11:30:56 -0800437config ARCH_P5020
438 bool
York Sunf8dee362016-12-28 08:43:27 -0800439 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800440 select FSL_LAW
York Suncefe11c2016-11-18 11:30:56 -0800441
York Sun95390362016-11-18 11:39:36 -0800442config ARCH_P5040
443 bool
York Sunf8dee362016-12-28 08:43:27 -0800444 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800445 select FSL_LAW
York Sun95390362016-11-18 11:39:36 -0800446
York Sun10343402016-11-18 12:29:51 -0800447config ARCH_QEMU_E500
448 bool
449
York Sun5ff3f412016-11-18 12:35:47 -0800450config ARCH_T1023
451 bool
York Sunf8dee362016-12-28 08:43:27 -0800452 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800453 select FSL_LAW
York Sun5ff3f412016-11-18 12:35:47 -0800454
York Sune5d5f5a2016-11-18 13:01:34 -0800455config ARCH_T1024
456 bool
York Sunf8dee362016-12-28 08:43:27 -0800457 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800458 select FSL_LAW
York Sune5d5f5a2016-11-18 13:01:34 -0800459
York Sun5d737012016-11-18 13:11:12 -0800460config ARCH_T1040
461 bool
York Sunf8dee362016-12-28 08:43:27 -0800462 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800463 select FSL_LAW
York Sun5d737012016-11-18 13:11:12 -0800464
York Sun5449c982016-11-18 13:36:39 -0800465config ARCH_T1042
466 bool
York Sunf8dee362016-12-28 08:43:27 -0800467 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800468 select FSL_LAW
York Sun5449c982016-11-18 13:36:39 -0800469
York Sun0f3d80e2016-11-21 12:54:19 -0800470config ARCH_T2080
471 bool
York Sunf8dee362016-12-28 08:43:27 -0800472 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800473 select FSL_LAW
York Sun0f3d80e2016-11-21 12:54:19 -0800474
475config ARCH_T2081
476 bool
York Sunf8dee362016-12-28 08:43:27 -0800477 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800478 select FSL_LAW
York Sun0f3d80e2016-11-21 12:54:19 -0800479
York Sun652a7bb2016-11-21 13:31:34 -0800480config ARCH_T4160
481 bool
York Sunf8dee362016-12-28 08:43:27 -0800482 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800483 select FSL_LAW
York Sun652a7bb2016-11-21 13:31:34 -0800484
York Sun26bc57d2016-11-21 13:35:41 -0800485config ARCH_T4240
486 bool
York Sunf8dee362016-12-28 08:43:27 -0800487 select E500MC
York Sun05cb79a2016-12-02 10:44:34 -0800488 select FSL_LAW
489
York Sunf8dee362016-12-28 08:43:27 -0800490config BOOKE
491 bool
492 default y
493
494config E500
495 bool
496 default y
497 help
498 Enable PowerPC E500 cores, including e500v1, e500v2, e500mc
499
500config E500MC
501 bool
502 help
503 Enble PowerPC E500MC core
504
York Sun05cb79a2016-12-02 10:44:34 -0800505config FSL_LAW
506 bool
507 help
508 Use Freescale common code for Local Access Window
York Sun26bc57d2016-11-21 13:35:41 -0800509
York Sunc6e6bda2016-12-02 09:33:14 -0800510config SECURE_BOOT
511 bool "Secure Boot"
512 help
513 Enable Freescale Secure Boot feature. Normally selected
514 by defconfig. If unsure, do not change.
515
York Sun3f82b562016-11-23 12:30:40 -0800516config MAX_CPUS
517 int "Maximum number of CPUs permitted for MPC85xx"
518 default 12 if ARCH_T4240
519 default 8 if ARCH_P4080 || \
520 ARCH_T4160
521 default 4 if ARCH_B4860 || \
522 ARCH_P2041 || \
523 ARCH_P3041 || \
524 ARCH_P5040 || \
525 ARCH_T1040 || \
526 ARCH_T1042 || \
527 ARCH_T2080 || \
528 ARCH_T2081
529 default 2 if ARCH_B4420 || \
530 ARCH_BSC9132 || \
531 ARCH_MPC8572 || \
532 ARCH_P1020 || \
533 ARCH_P1021 || \
534 ARCH_P1022 || \
535 ARCH_P1023 || \
536 ARCH_P1024 || \
537 ARCH_P1025 || \
538 ARCH_P2020 || \
539 ARCH_P5020 || \
540 ARCH_T1020 || \
541 ARCH_T1022 || \
542 ARCH_T1023 || \
543 ARCH_T1024
544 default 1
545 help
546 Set this number to the maximum number of possible CPUs in the SoC.
547 SoCs may have multiple clusters with each cluster may have multiple
548 ports. If some ports are reserved but higher ports are used for
549 cores, count the reserved ports. This will allocate enough memory
550 in spin table to properly handle all cores.
551
York Sun830fc1b2016-12-01 13:26:06 -0800552config SYS_CCSRBAR_DEFAULT
553 hex "Default CCSRBAR address"
554 default 0xff700000 if ARCH_BSC9131 || \
555 ARCH_BSC9132 || \
556 ARCH_C29X || \
557 ARCH_MPC8536 || \
558 ARCH_MPC8540 || \
559 ARCH_MPC8541 || \
560 ARCH_MPC8544 || \
561 ARCH_MPC8548 || \
562 ARCH_MPC8555 || \
563 ARCH_MPC8560 || \
564 ARCH_MPC8568 || \
565 ARCH_MPC8569 || \
566 ARCH_MPC8572 || \
567 ARCH_P1010 || \
568 ARCH_P1011 || \
569 ARCH_P1020 || \
570 ARCH_P1021 || \
571 ARCH_P1022 || \
572 ARCH_P1024 || \
573 ARCH_P1025 || \
574 ARCH_P2020
575 default 0xff600000 if ARCH_P1023
576 default 0xfe000000 if ARCH_B4420 || \
577 ARCH_B4860 || \
578 ARCH_P2041 || \
579 ARCH_P3041 || \
580 ARCH_P4080 || \
581 ARCH_P5020 || \
582 ARCH_P5040 || \
583 ARCH_T1013 || \
584 ARCH_T1014 || \
585 ARCH_T1020 || \
586 ARCH_T1022 || \
587 ARCH_T1023 || \
588 ARCH_T1024 || \
589 ARCH_T1040 || \
590 ARCH_T1042 || \
591 ARCH_T2080 || \
592 ARCH_T2081 || \
593 ARCH_T4160 || \
594 ARCH_T4240
595 default 0xe0000000 if ARCH_QEMU_E500
596 help
597 Default value of CCSRBAR comes from power-on-reset. It
598 is fixed on each SoC. Some SoCs can have different value
599 if changed by pre-boot regime. The value here must match
600 the current value in SoC. If not sure, do not change.
601
York Sun8303acb2016-12-01 14:05:02 -0800602config SYS_FSL_NUM_LAWS
603 int "Number of local access windows"
604 depends on FSL_LAW
605 default 32 if ARCH_B4420 || \
606 ARCH_B4860 || \
607 ARCH_P2041 || \
608 ARCH_P3041 || \
609 ARCH_P4080 || \
610 ARCH_P5020 || \
611 ARCH_P5040 || \
612 ARCH_T2080 || \
613 ARCH_T2081 || \
614 ARCH_T4160 || \
615 ARCH_T4240
616 default 16 if ARCH_T1013 || \
617 ARCH_T1014 || \
618 ARCH_T1020 || \
619 ARCH_T1022 || \
620 ARCH_T1023 || \
621 ARCH_T1024 || \
622 ARCH_T1040 || \
623 ARCH_T1042
624 default 12 if ARCH_BSC9131 || \
625 ARCH_BSC9132 || \
626 ARCH_C29X || \
627 ARCH_MPC8536 || \
628 ARCH_MPC8572 || \
629 ARCH_P1010 || \
630 ARCH_P1011 || \
631 ARCH_P1020 || \
632 ARCH_P1021 || \
633 ARCH_P1022 || \
634 ARCH_P1023 || \
635 ARCH_P1024 || \
636 ARCH_P1025 || \
637 ARCH_P2020
638 default 10 if ARCH_MPC8544 || \
639 ARCH_MPC8548 || \
640 ARCH_MPC8568 || \
641 ARCH_MPC8569
642 default 8 if ARCH_MPC8540 || \
643 ARCH_MPC8541 || \
644 ARCH_MPC8555 || \
645 ARCH_MPC8560
646 help
647 Number of local access windows. This is fixed per SoC.
648 If not sure, do not change.
649
Masahiro Yamadadd840582014-07-30 14:08:14 +0900650source "board/freescale/b4860qds/Kconfig"
651source "board/freescale/bsc9131rdb/Kconfig"
652source "board/freescale/bsc9132qds/Kconfig"
653source "board/freescale/c29xpcie/Kconfig"
654source "board/freescale/corenet_ds/Kconfig"
655source "board/freescale/mpc8536ds/Kconfig"
656source "board/freescale/mpc8540ads/Kconfig"
657source "board/freescale/mpc8541cds/Kconfig"
658source "board/freescale/mpc8544ds/Kconfig"
659source "board/freescale/mpc8548cds/Kconfig"
660source "board/freescale/mpc8555cds/Kconfig"
661source "board/freescale/mpc8560ads/Kconfig"
662source "board/freescale/mpc8568mds/Kconfig"
663source "board/freescale/mpc8569mds/Kconfig"
664source "board/freescale/mpc8572ds/Kconfig"
665source "board/freescale/p1010rdb/Kconfig"
666source "board/freescale/p1022ds/Kconfig"
667source "board/freescale/p1023rdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900668source "board/freescale/p1_p2_rdb_pc/Kconfig"
669source "board/freescale/p1_twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900670source "board/freescale/p2041rdb/Kconfig"
671source "board/freescale/qemu-ppce500/Kconfig"
Shengzhou Liuaba80042014-11-24 17:11:55 +0800672source "board/freescale/t102xqds/Kconfig"
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800673source "board/freescale/t102xrdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900674source "board/freescale/t1040qds/Kconfig"
675source "board/freescale/t104xrdb/Kconfig"
676source "board/freescale/t208xqds/Kconfig"
677source "board/freescale/t208xrdb/Kconfig"
678source "board/freescale/t4qds/Kconfig"
679source "board/freescale/t4rdb/Kconfig"
680source "board/gdsys/p1022/Kconfig"
681source "board/keymile/kmp204x/Kconfig"
682source "board/sbc8548/Kconfig"
683source "board/socrates/Kconfig"
Andy Fleming87e29872015-11-04 15:48:32 -0600684source "board/varisys/cyrus/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900685source "board/xes/xpedite520x/Kconfig"
686source "board/xes/xpedite537x/Kconfig"
687source "board/xes/xpedite550x/Kconfig"
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400688source "board/Arcturus/ucp1020/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900689
690endmenu