Commit 790f70c725d6a89e6a9ac78f91b025454ae75dde
Committed by
Tom Rini
1 parent
06471dfc3d
Exists in
v2017.01-smarct4x
and in
39 other branches
kconfig: arm: select CPU_V7 for some new boards
This commit adds "select CPU_V7" for some new boards that were not covered by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). Redundant "SYS_CPU" defines and "string" directives should be removed. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Georges Savoundararadj <savoundg@gmail.com>
Showing 6 changed files with 3 additions and 25 deletions Inline Diff
arch/arm/Kconfig
1 | menu "ARM architecture" | 1 | menu "ARM architecture" |
2 | depends on ARM | 2 | depends on ARM |
3 | 3 | ||
4 | config SYS_ARCH | 4 | config SYS_ARCH |
5 | default "arm" | 5 | default "arm" |
6 | 6 | ||
7 | config ARM64 | 7 | config ARM64 |
8 | bool | 8 | bool |
9 | 9 | ||
10 | config HAS_VBAR | 10 | config HAS_VBAR |
11 | bool | 11 | bool |
12 | 12 | ||
13 | config CPU_ARM720T | 13 | config CPU_ARM720T |
14 | bool | 14 | bool |
15 | 15 | ||
16 | config CPU_ARM920T | 16 | config CPU_ARM920T |
17 | bool | 17 | bool |
18 | 18 | ||
19 | config CPU_ARM926EJS | 19 | config CPU_ARM926EJS |
20 | bool | 20 | bool |
21 | 21 | ||
22 | config CPU_ARM946ES | 22 | config CPU_ARM946ES |
23 | bool | 23 | bool |
24 | 24 | ||
25 | config CPU_ARM1136 | 25 | config CPU_ARM1136 |
26 | bool | 26 | bool |
27 | 27 | ||
28 | config CPU_ARM1176 | 28 | config CPU_ARM1176 |
29 | bool | 29 | bool |
30 | select HAS_VBAR | 30 | select HAS_VBAR |
31 | 31 | ||
32 | config CPU_V7 | 32 | config CPU_V7 |
33 | bool | 33 | bool |
34 | select HAS_VBAR | 34 | select HAS_VBAR |
35 | 35 | ||
36 | config CPU_PXA | 36 | config CPU_PXA |
37 | bool | 37 | bool |
38 | 38 | ||
39 | config CPU_SA1100 | 39 | config CPU_SA1100 |
40 | bool | 40 | bool |
41 | 41 | ||
42 | config SYS_CPU | 42 | config SYS_CPU |
43 | default "arm720t" if CPU_ARM720T | 43 | default "arm720t" if CPU_ARM720T |
44 | default "arm920t" if CPU_ARM920T | 44 | default "arm920t" if CPU_ARM920T |
45 | default "arm926ejs" if CPU_ARM926EJS | 45 | default "arm926ejs" if CPU_ARM926EJS |
46 | default "arm946es" if CPU_ARM946ES | 46 | default "arm946es" if CPU_ARM946ES |
47 | default "arm1136" if CPU_ARM1136 | 47 | default "arm1136" if CPU_ARM1136 |
48 | default "arm1176" if CPU_ARM1176 | 48 | default "arm1176" if CPU_ARM1176 |
49 | default "armv7" if CPU_V7 | 49 | default "armv7" if CPU_V7 |
50 | default "pxa" if CPU_PXA | 50 | default "pxa" if CPU_PXA |
51 | default "sa1100" if CPU_SA1100 | 51 | default "sa1100" if CPU_SA1100 |
52 | 52 | ||
53 | choice | 53 | choice |
54 | prompt "Target select" | 54 | prompt "Target select" |
55 | 55 | ||
56 | config TARGET_INTEGRATORAP_CM720T | 56 | config TARGET_INTEGRATORAP_CM720T |
57 | bool "Support integratorap_cm720t" | 57 | bool "Support integratorap_cm720t" |
58 | select CPU_ARM720T | 58 | select CPU_ARM720T |
59 | 59 | ||
60 | config TARGET_INTEGRATORAP_CM920T | 60 | config TARGET_INTEGRATORAP_CM920T |
61 | bool "Support integratorap_cm920t" | 61 | bool "Support integratorap_cm920t" |
62 | select CPU_ARM920T | 62 | select CPU_ARM920T |
63 | 63 | ||
64 | config TARGET_INTEGRATORCP_CM920T | 64 | config TARGET_INTEGRATORCP_CM920T |
65 | bool "Support integratorcp_cm920t" | 65 | bool "Support integratorcp_cm920t" |
66 | select CPU_ARM920T | 66 | select CPU_ARM920T |
67 | 67 | ||
68 | config TARGET_A320EVB | 68 | config TARGET_A320EVB |
69 | bool "Support a320evb" | 69 | bool "Support a320evb" |
70 | select CPU_ARM920T | 70 | select CPU_ARM920T |
71 | 71 | ||
72 | config TARGET_AT91RM9200EK | 72 | config TARGET_AT91RM9200EK |
73 | bool "Support at91rm9200ek" | 73 | bool "Support at91rm9200ek" |
74 | select CPU_ARM920T | 74 | select CPU_ARM920T |
75 | 75 | ||
76 | config TARGET_EB_CPUX9K2 | 76 | config TARGET_EB_CPUX9K2 |
77 | bool "Support eb_cpux9k2" | 77 | bool "Support eb_cpux9k2" |
78 | select CPU_ARM920T | 78 | select CPU_ARM920T |
79 | 79 | ||
80 | config TARGET_CPUAT91 | 80 | config TARGET_CPUAT91 |
81 | bool "Support cpuat91" | 81 | bool "Support cpuat91" |
82 | select CPU_ARM920T | 82 | select CPU_ARM920T |
83 | 83 | ||
84 | config TARGET_EDB93XX | 84 | config TARGET_EDB93XX |
85 | bool "Support edb93xx" | 85 | bool "Support edb93xx" |
86 | select CPU_ARM920T | 86 | select CPU_ARM920T |
87 | 87 | ||
88 | config TARGET_SCB9328 | 88 | config TARGET_SCB9328 |
89 | bool "Support scb9328" | 89 | bool "Support scb9328" |
90 | select CPU_ARM920T | 90 | select CPU_ARM920T |
91 | 91 | ||
92 | config TARGET_CM4008 | 92 | config TARGET_CM4008 |
93 | bool "Support cm4008" | 93 | bool "Support cm4008" |
94 | select CPU_ARM920T | 94 | select CPU_ARM920T |
95 | 95 | ||
96 | config TARGET_CM41XX | 96 | config TARGET_CM41XX |
97 | bool "Support cm41xx" | 97 | bool "Support cm41xx" |
98 | select CPU_ARM920T | 98 | select CPU_ARM920T |
99 | 99 | ||
100 | config TARGET_VCMA9 | 100 | config TARGET_VCMA9 |
101 | bool "Support VCMA9" | 101 | bool "Support VCMA9" |
102 | select CPU_ARM920T | 102 | select CPU_ARM920T |
103 | 103 | ||
104 | config TARGET_SMDK2410 | 104 | config TARGET_SMDK2410 |
105 | bool "Support smdk2410" | 105 | bool "Support smdk2410" |
106 | select CPU_ARM920T | 106 | select CPU_ARM920T |
107 | 107 | ||
108 | config TARGET_INTEGRATORAP_CM926EJS | 108 | config TARGET_INTEGRATORAP_CM926EJS |
109 | bool "Support integratorap_cm926ejs" | 109 | bool "Support integratorap_cm926ejs" |
110 | select CPU_ARM926EJS | 110 | select CPU_ARM926EJS |
111 | 111 | ||
112 | config TARGET_INTEGRATORCP_CM926EJS | 112 | config TARGET_INTEGRATORCP_CM926EJS |
113 | bool "Support integratorcp_cm926ejs" | 113 | bool "Support integratorcp_cm926ejs" |
114 | select CPU_ARM926EJS | 114 | select CPU_ARM926EJS |
115 | 115 | ||
116 | config TARGET_ASPENITE | 116 | config TARGET_ASPENITE |
117 | bool "Support aspenite" | 117 | bool "Support aspenite" |
118 | select CPU_ARM926EJS | 118 | select CPU_ARM926EJS |
119 | 119 | ||
120 | config TARGET_GPLUGD | 120 | config TARGET_GPLUGD |
121 | bool "Support gplugd" | 121 | bool "Support gplugd" |
122 | select CPU_ARM926EJS | 122 | select CPU_ARM926EJS |
123 | 123 | ||
124 | config TARGET_AFEB9260 | 124 | config TARGET_AFEB9260 |
125 | bool "Support afeb9260" | 125 | bool "Support afeb9260" |
126 | select CPU_ARM926EJS | 126 | select CPU_ARM926EJS |
127 | 127 | ||
128 | config TARGET_AT91SAM9260EK | 128 | config TARGET_AT91SAM9260EK |
129 | bool "Support at91sam9260ek" | 129 | bool "Support at91sam9260ek" |
130 | select CPU_ARM926EJS | 130 | select CPU_ARM926EJS |
131 | 131 | ||
132 | config TARGET_AT91SAM9261EK | 132 | config TARGET_AT91SAM9261EK |
133 | bool "Support at91sam9261ek" | 133 | bool "Support at91sam9261ek" |
134 | select CPU_ARM926EJS | 134 | select CPU_ARM926EJS |
135 | 135 | ||
136 | config TARGET_AT91SAM9263EK | 136 | config TARGET_AT91SAM9263EK |
137 | bool "Support at91sam9263ek" | 137 | bool "Support at91sam9263ek" |
138 | select CPU_ARM926EJS | 138 | select CPU_ARM926EJS |
139 | 139 | ||
140 | config TARGET_AT91SAM9M10G45EK | 140 | config TARGET_AT91SAM9M10G45EK |
141 | bool "Support at91sam9m10g45ek" | 141 | bool "Support at91sam9m10g45ek" |
142 | select CPU_ARM926EJS | 142 | select CPU_ARM926EJS |
143 | 143 | ||
144 | config TARGET_AT91SAM9N12EK | 144 | config TARGET_AT91SAM9N12EK |
145 | bool "Support at91sam9n12ek" | 145 | bool "Support at91sam9n12ek" |
146 | select CPU_ARM926EJS | 146 | select CPU_ARM926EJS |
147 | 147 | ||
148 | config TARGET_AT91SAM9RLEK | 148 | config TARGET_AT91SAM9RLEK |
149 | bool "Support at91sam9rlek" | 149 | bool "Support at91sam9rlek" |
150 | select CPU_ARM926EJS | 150 | select CPU_ARM926EJS |
151 | 151 | ||
152 | config TARGET_AT91SAM9X5EK | 152 | config TARGET_AT91SAM9X5EK |
153 | bool "Support at91sam9x5ek" | 153 | bool "Support at91sam9x5ek" |
154 | select CPU_ARM926EJS | 154 | select CPU_ARM926EJS |
155 | 155 | ||
156 | config TARGET_SNAPPER9260 | 156 | config TARGET_SNAPPER9260 |
157 | bool "Support snapper9260" | 157 | bool "Support snapper9260" |
158 | select CPU_ARM926EJS | 158 | select CPU_ARM926EJS |
159 | 159 | ||
160 | config TARGET_VL_MA2SC | 160 | config TARGET_VL_MA2SC |
161 | bool "Support vl_ma2sc" | 161 | bool "Support vl_ma2sc" |
162 | select CPU_ARM926EJS | 162 | select CPU_ARM926EJS |
163 | 163 | ||
164 | config TARGET_SBC35_A9G20 | 164 | config TARGET_SBC35_A9G20 |
165 | bool "Support sbc35_a9g20" | 165 | bool "Support sbc35_a9g20" |
166 | select CPU_ARM926EJS | 166 | select CPU_ARM926EJS |
167 | 167 | ||
168 | config TARGET_TNY_A9260 | 168 | config TARGET_TNY_A9260 |
169 | bool "Support tny_a9260" | 169 | bool "Support tny_a9260" |
170 | select CPU_ARM926EJS | 170 | select CPU_ARM926EJS |
171 | 171 | ||
172 | config TARGET_USB_A9263 | 172 | config TARGET_USB_A9263 |
173 | bool "Support usb_a9263" | 173 | bool "Support usb_a9263" |
174 | select CPU_ARM926EJS | 174 | select CPU_ARM926EJS |
175 | 175 | ||
176 | config TARGET_ETHERNUT5 | 176 | config TARGET_ETHERNUT5 |
177 | bool "Support ethernut5" | 177 | bool "Support ethernut5" |
178 | select CPU_ARM926EJS | 178 | select CPU_ARM926EJS |
179 | 179 | ||
180 | config TARGET_MEESC | 180 | config TARGET_MEESC |
181 | bool "Support meesc" | 181 | bool "Support meesc" |
182 | select CPU_ARM926EJS | 182 | select CPU_ARM926EJS |
183 | 183 | ||
184 | config TARGET_OTC570 | 184 | config TARGET_OTC570 |
185 | bool "Support otc570" | 185 | bool "Support otc570" |
186 | select CPU_ARM926EJS | 186 | select CPU_ARM926EJS |
187 | 187 | ||
188 | config TARGET_CPU9260 | 188 | config TARGET_CPU9260 |
189 | bool "Support cpu9260" | 189 | bool "Support cpu9260" |
190 | select CPU_ARM926EJS | 190 | select CPU_ARM926EJS |
191 | 191 | ||
192 | config TARGET_PM9261 | 192 | config TARGET_PM9261 |
193 | bool "Support pm9261" | 193 | bool "Support pm9261" |
194 | select CPU_ARM926EJS | 194 | select CPU_ARM926EJS |
195 | 195 | ||
196 | config TARGET_PM9263 | 196 | config TARGET_PM9263 |
197 | bool "Support pm9263" | 197 | bool "Support pm9263" |
198 | select CPU_ARM926EJS | 198 | select CPU_ARM926EJS |
199 | 199 | ||
200 | config TARGET_PM9G45 | 200 | config TARGET_PM9G45 |
201 | bool "Support pm9g45" | 201 | bool "Support pm9g45" |
202 | select CPU_ARM926EJS | 202 | select CPU_ARM926EJS |
203 | 203 | ||
204 | config TARGET_CORVUS | 204 | config TARGET_CORVUS |
205 | bool "Support corvus" | 205 | bool "Support corvus" |
206 | select CPU_ARM926EJS | 206 | select CPU_ARM926EJS |
207 | 207 | ||
208 | config TARGET_TAURUS | 208 | config TARGET_TAURUS |
209 | bool "Support taurus" | 209 | bool "Support taurus" |
210 | select CPU_ARM926EJS | 210 | select CPU_ARM926EJS |
211 | 211 | ||
212 | config TARGET_STAMP9G20 | 212 | config TARGET_STAMP9G20 |
213 | bool "Support stamp9g20" | 213 | bool "Support stamp9g20" |
214 | select CPU_ARM926EJS | 214 | select CPU_ARM926EJS |
215 | 215 | ||
216 | config ARCH_DAVINCI | 216 | config ARCH_DAVINCI |
217 | bool "TI DaVinci" | 217 | bool "TI DaVinci" |
218 | select CPU_ARM926EJS | 218 | select CPU_ARM926EJS |
219 | help | 219 | help |
220 | Support for TI's DaVinci platform. | 220 | Support for TI's DaVinci platform. |
221 | 221 | ||
222 | config KIRKWOOD | 222 | config KIRKWOOD |
223 | bool "Marvell Kirkwood" | 223 | bool "Marvell Kirkwood" |
224 | select CPU_ARM926EJS | 224 | select CPU_ARM926EJS |
225 | 225 | ||
226 | config TARGET_DB_MV784MP_GP | 226 | config TARGET_DB_MV784MP_GP |
227 | bool "Support db-mv784mp-gp" | 227 | bool "Support db-mv784mp-gp" |
228 | select CPU_V7 | ||
228 | 229 | ||
229 | config TARGET_MAXBCM | 230 | config TARGET_MAXBCM |
230 | bool "Support maxbcm" | 231 | bool "Support maxbcm" |
232 | select CPU_V7 | ||
231 | 233 | ||
232 | config TARGET_DEVKIT3250 | 234 | config TARGET_DEVKIT3250 |
233 | bool "Support devkit3250" | 235 | bool "Support devkit3250" |
234 | select CPU_ARM926EJS | 236 | select CPU_ARM926EJS |
235 | 237 | ||
236 | config TARGET_JADECPU | 238 | config TARGET_JADECPU |
237 | bool "Support jadecpu" | 239 | bool "Support jadecpu" |
238 | select CPU_ARM926EJS | 240 | select CPU_ARM926EJS |
239 | 241 | ||
240 | config TARGET_MX25PDK | 242 | config TARGET_MX25PDK |
241 | bool "Support mx25pdk" | 243 | bool "Support mx25pdk" |
242 | select CPU_ARM926EJS | 244 | select CPU_ARM926EJS |
243 | 245 | ||
244 | config TARGET_TX25 | 246 | config TARGET_TX25 |
245 | bool "Support tx25" | 247 | bool "Support tx25" |
246 | select CPU_ARM926EJS | 248 | select CPU_ARM926EJS |
247 | select SUPPORT_SPL | 249 | select SUPPORT_SPL |
248 | 250 | ||
249 | config TARGET_ZMX25 | 251 | config TARGET_ZMX25 |
250 | bool "Support zmx25" | 252 | bool "Support zmx25" |
251 | select CPU_ARM926EJS | 253 | select CPU_ARM926EJS |
252 | 254 | ||
253 | config TARGET_APF27 | 255 | config TARGET_APF27 |
254 | bool "Support apf27" | 256 | bool "Support apf27" |
255 | select CPU_ARM926EJS | 257 | select CPU_ARM926EJS |
256 | select SUPPORT_SPL | 258 | select SUPPORT_SPL |
257 | 259 | ||
258 | config TARGET_IMX27LITE | 260 | config TARGET_IMX27LITE |
259 | bool "Support imx27lite" | 261 | bool "Support imx27lite" |
260 | select CPU_ARM926EJS | 262 | select CPU_ARM926EJS |
261 | 263 | ||
262 | config TARGET_MAGNESIUM | 264 | config TARGET_MAGNESIUM |
263 | bool "Support magnesium" | 265 | bool "Support magnesium" |
264 | select CPU_ARM926EJS | 266 | select CPU_ARM926EJS |
265 | 267 | ||
266 | config TARGET_APX4DEVKIT | 268 | config TARGET_APX4DEVKIT |
267 | bool "Support apx4devkit" | 269 | bool "Support apx4devkit" |
268 | select CPU_ARM926EJS | 270 | select CPU_ARM926EJS |
269 | select SUPPORT_SPL | 271 | select SUPPORT_SPL |
270 | 272 | ||
271 | config TARGET_XFI3 | 273 | config TARGET_XFI3 |
272 | bool "Support xfi3" | 274 | bool "Support xfi3" |
273 | select CPU_ARM926EJS | 275 | select CPU_ARM926EJS |
274 | select SUPPORT_SPL | 276 | select SUPPORT_SPL |
275 | 277 | ||
276 | config TARGET_M28EVK | 278 | config TARGET_M28EVK |
277 | bool "Support m28evk" | 279 | bool "Support m28evk" |
278 | select CPU_ARM926EJS | 280 | select CPU_ARM926EJS |
279 | select SUPPORT_SPL | 281 | select SUPPORT_SPL |
280 | 282 | ||
281 | config TARGET_MX23EVK | 283 | config TARGET_MX23EVK |
282 | bool "Support mx23evk" | 284 | bool "Support mx23evk" |
283 | select CPU_ARM926EJS | 285 | select CPU_ARM926EJS |
284 | select SUPPORT_SPL | 286 | select SUPPORT_SPL |
285 | 287 | ||
286 | config TARGET_MX28EVK | 288 | config TARGET_MX28EVK |
287 | bool "Support mx28evk" | 289 | bool "Support mx28evk" |
288 | select CPU_ARM926EJS | 290 | select CPU_ARM926EJS |
289 | select SUPPORT_SPL | 291 | select SUPPORT_SPL |
290 | 292 | ||
291 | config TARGET_MX23_OLINUXINO | 293 | config TARGET_MX23_OLINUXINO |
292 | bool "Support mx23_olinuxino" | 294 | bool "Support mx23_olinuxino" |
293 | select CPU_ARM926EJS | 295 | select CPU_ARM926EJS |
294 | select SUPPORT_SPL | 296 | select SUPPORT_SPL |
295 | 297 | ||
296 | config TARGET_BG0900 | 298 | config TARGET_BG0900 |
297 | bool "Support bg0900" | 299 | bool "Support bg0900" |
298 | select CPU_ARM926EJS | 300 | select CPU_ARM926EJS |
299 | select SUPPORT_SPL | 301 | select SUPPORT_SPL |
300 | 302 | ||
301 | config TARGET_SANSA_FUZE_PLUS | 303 | config TARGET_SANSA_FUZE_PLUS |
302 | bool "Support sansa_fuze_plus" | 304 | bool "Support sansa_fuze_plus" |
303 | select CPU_ARM926EJS | 305 | select CPU_ARM926EJS |
304 | select SUPPORT_SPL | 306 | select SUPPORT_SPL |
305 | 307 | ||
306 | config TARGET_SC_SPS_1 | 308 | config TARGET_SC_SPS_1 |
307 | bool "Support sc_sps_1" | 309 | bool "Support sc_sps_1" |
308 | select CPU_ARM926EJS | 310 | select CPU_ARM926EJS |
309 | select SUPPORT_SPL | 311 | select SUPPORT_SPL |
310 | 312 | ||
311 | config ARCH_NOMADIK | 313 | config ARCH_NOMADIK |
312 | bool "ST-Ericsson Nomadik" | 314 | bool "ST-Ericsson Nomadik" |
313 | select CPU_ARM926EJS | 315 | select CPU_ARM926EJS |
314 | 316 | ||
315 | config ORION5X | 317 | config ORION5X |
316 | bool "Marvell Orion" | 318 | bool "Marvell Orion" |
317 | select CPU_ARM926EJS | 319 | select CPU_ARM926EJS |
318 | 320 | ||
319 | config TARGET_DKB | 321 | config TARGET_DKB |
320 | bool "Support dkb" | 322 | bool "Support dkb" |
321 | select CPU_ARM926EJS | 323 | select CPU_ARM926EJS |
322 | 324 | ||
323 | config TARGET_SPEAR300 | 325 | config TARGET_SPEAR300 |
324 | bool "Support spear300" | 326 | bool "Support spear300" |
325 | select CPU_ARM926EJS | 327 | select CPU_ARM926EJS |
326 | 328 | ||
327 | config TARGET_SPEAR310 | 329 | config TARGET_SPEAR310 |
328 | bool "Support spear310" | 330 | bool "Support spear310" |
329 | select CPU_ARM926EJS | 331 | select CPU_ARM926EJS |
330 | 332 | ||
331 | config TARGET_SPEAR320 | 333 | config TARGET_SPEAR320 |
332 | bool "Support spear320" | 334 | bool "Support spear320" |
333 | select CPU_ARM926EJS | 335 | select CPU_ARM926EJS |
334 | 336 | ||
335 | config TARGET_SPEAR600 | 337 | config TARGET_SPEAR600 |
336 | bool "Support spear600" | 338 | bool "Support spear600" |
337 | select CPU_ARM926EJS | 339 | select CPU_ARM926EJS |
338 | 340 | ||
339 | config TARGET_X600 | 341 | config TARGET_X600 |
340 | bool "Support x600" | 342 | bool "Support x600" |
341 | select CPU_ARM926EJS | 343 | select CPU_ARM926EJS |
342 | select SUPPORT_SPL | 344 | select SUPPORT_SPL |
343 | 345 | ||
344 | config ARCH_VERSATILE | 346 | config ARCH_VERSATILE |
345 | bool "ARM Ltd. Versatile family" | 347 | bool "ARM Ltd. Versatile family" |
346 | select CPU_ARM926EJS | 348 | select CPU_ARM926EJS |
347 | 349 | ||
348 | config TARGET_INTEGRATORCP_CM1136 | 350 | config TARGET_INTEGRATORCP_CM1136 |
349 | bool "Support integratorcp_cm1136" | 351 | bool "Support integratorcp_cm1136" |
350 | select CPU_ARM1136 | 352 | select CPU_ARM1136 |
351 | 353 | ||
352 | config TARGET_IMX31_PHYCORE | 354 | config TARGET_IMX31_PHYCORE |
353 | bool "Support imx31_phycore" | 355 | bool "Support imx31_phycore" |
354 | select CPU_ARM1136 | 356 | select CPU_ARM1136 |
355 | 357 | ||
356 | config TARGET_QONG | 358 | config TARGET_QONG |
357 | bool "Support qong" | 359 | bool "Support qong" |
358 | select CPU_ARM1136 | 360 | select CPU_ARM1136 |
359 | 361 | ||
360 | config TARGET_MX31ADS | 362 | config TARGET_MX31ADS |
361 | bool "Support mx31ads" | 363 | bool "Support mx31ads" |
362 | select CPU_ARM1136 | 364 | select CPU_ARM1136 |
363 | 365 | ||
364 | config TARGET_MX31PDK | 366 | config TARGET_MX31PDK |
365 | bool "Support mx31pdk" | 367 | bool "Support mx31pdk" |
366 | select CPU_ARM1136 | 368 | select CPU_ARM1136 |
367 | select SUPPORT_SPL | 369 | select SUPPORT_SPL |
368 | 370 | ||
369 | config TARGET_TT01 | 371 | config TARGET_TT01 |
370 | bool "Support tt01" | 372 | bool "Support tt01" |
371 | select CPU_ARM1136 | 373 | select CPU_ARM1136 |
372 | 374 | ||
373 | config TARGET_IMX31_LITEKIT | 375 | config TARGET_IMX31_LITEKIT |
374 | bool "Support imx31_litekit" | 376 | bool "Support imx31_litekit" |
375 | select CPU_ARM1136 | 377 | select CPU_ARM1136 |
376 | 378 | ||
377 | config TARGET_WOODBURN | 379 | config TARGET_WOODBURN |
378 | bool "Support woodburn" | 380 | bool "Support woodburn" |
379 | select CPU_ARM1136 | 381 | select CPU_ARM1136 |
380 | 382 | ||
381 | config TARGET_WOODBURN_SD | 383 | config TARGET_WOODBURN_SD |
382 | bool "Support woodburn_sd" | 384 | bool "Support woodburn_sd" |
383 | select CPU_ARM1136 | 385 | select CPU_ARM1136 |
384 | select SUPPORT_SPL | 386 | select SUPPORT_SPL |
385 | 387 | ||
386 | config TARGET_FLEA3 | 388 | config TARGET_FLEA3 |
387 | bool "Support flea3" | 389 | bool "Support flea3" |
388 | select CPU_ARM1136 | 390 | select CPU_ARM1136 |
389 | 391 | ||
390 | config TARGET_MX35PDK | 392 | config TARGET_MX35PDK |
391 | bool "Support mx35pdk" | 393 | bool "Support mx35pdk" |
392 | select CPU_ARM1136 | 394 | select CPU_ARM1136 |
393 | 395 | ||
394 | config TARGET_RPI_B | 396 | config TARGET_RPI_B |
395 | bool "Support rpi_b" | 397 | bool "Support rpi_b" |
396 | select CPU_ARM1176 | 398 | select CPU_ARM1176 |
397 | 399 | ||
398 | config TARGET_TNETV107X_EVM | 400 | config TARGET_TNETV107X_EVM |
399 | bool "Support tnetv107x_evm" | 401 | bool "Support tnetv107x_evm" |
400 | select CPU_ARM1176 | 402 | select CPU_ARM1176 |
401 | 403 | ||
402 | config TARGET_INTEGRATORAP_CM946ES | 404 | config TARGET_INTEGRATORAP_CM946ES |
403 | bool "Support integratorap_cm946es" | 405 | bool "Support integratorap_cm946es" |
404 | select CPU_ARM946ES | 406 | select CPU_ARM946ES |
405 | 407 | ||
406 | config TARGET_INTEGRATORCP_CM946ES | 408 | config TARGET_INTEGRATORCP_CM946ES |
407 | bool "Support integratorcp_cm946es" | 409 | bool "Support integratorcp_cm946es" |
408 | select CPU_ARM946ES | 410 | select CPU_ARM946ES |
409 | 411 | ||
410 | config TARGET_VEXPRESS_CA15_TC2 | 412 | config TARGET_VEXPRESS_CA15_TC2 |
411 | bool "Support vexpress_ca15_tc2" | 413 | bool "Support vexpress_ca15_tc2" |
412 | select CPU_V7 | 414 | select CPU_V7 |
413 | 415 | ||
414 | config TARGET_VEXPRESS_CA5X2 | 416 | config TARGET_VEXPRESS_CA5X2 |
415 | bool "Support vexpress_ca5x2" | 417 | bool "Support vexpress_ca5x2" |
416 | select CPU_V7 | 418 | select CPU_V7 |
417 | 419 | ||
418 | config TARGET_VEXPRESS_CA9X4 | 420 | config TARGET_VEXPRESS_CA9X4 |
419 | bool "Support vexpress_ca9x4" | 421 | bool "Support vexpress_ca9x4" |
420 | select CPU_V7 | 422 | select CPU_V7 |
421 | 423 | ||
422 | config TARGET_KWB | 424 | config TARGET_KWB |
423 | bool "Support kwb" | 425 | bool "Support kwb" |
424 | select CPU_V7 | 426 | select CPU_V7 |
425 | select SUPPORT_SPL | 427 | select SUPPORT_SPL |
426 | 428 | ||
427 | config TARGET_TSERIES | 429 | config TARGET_TSERIES |
428 | bool "Support tseries" | 430 | bool "Support tseries" |
429 | select CPU_V7 | 431 | select CPU_V7 |
430 | select SUPPORT_SPL | 432 | select SUPPORT_SPL |
431 | 433 | ||
432 | config TARGET_CM_T335 | 434 | config TARGET_CM_T335 |
433 | bool "Support cm_t335" | 435 | bool "Support cm_t335" |
434 | select CPU_V7 | 436 | select CPU_V7 |
435 | select SUPPORT_SPL | 437 | select SUPPORT_SPL |
436 | 438 | ||
437 | config TARGET_PEPPER | 439 | config TARGET_PEPPER |
438 | bool "Support pepper" | 440 | bool "Support pepper" |
439 | select CPU_V7 | 441 | select CPU_V7 |
440 | select SUPPORT_SPL | 442 | select SUPPORT_SPL |
441 | 443 | ||
442 | config TARGET_AM335X_IGEP0033 | 444 | config TARGET_AM335X_IGEP0033 |
443 | bool "Support am335x_igep0033" | 445 | bool "Support am335x_igep0033" |
444 | select CPU_V7 | 446 | select CPU_V7 |
445 | select SUPPORT_SPL | 447 | select SUPPORT_SPL |
446 | 448 | ||
447 | config TARGET_PCM051 | 449 | config TARGET_PCM051 |
448 | bool "Support pcm051" | 450 | bool "Support pcm051" |
449 | select CPU_V7 | 451 | select CPU_V7 |
450 | select SUPPORT_SPL | 452 | select SUPPORT_SPL |
451 | 453 | ||
452 | config TARGET_DRACO | 454 | config TARGET_DRACO |
453 | bool "Support draco" | 455 | bool "Support draco" |
454 | select CPU_V7 | 456 | select CPU_V7 |
455 | select SUPPORT_SPL | 457 | select SUPPORT_SPL |
456 | 458 | ||
457 | config TARGET_DXR2 | 459 | config TARGET_DXR2 |
458 | bool "Support dxr2" | 460 | bool "Support dxr2" |
459 | select CPU_V7 | 461 | select CPU_V7 |
460 | select SUPPORT_SPL | 462 | select SUPPORT_SPL |
461 | 463 | ||
462 | config TARGET_PXM2 | 464 | config TARGET_PXM2 |
463 | bool "Support pxm2" | 465 | bool "Support pxm2" |
464 | select CPU_V7 | 466 | select CPU_V7 |
465 | select SUPPORT_SPL | 467 | select SUPPORT_SPL |
466 | 468 | ||
467 | config TARGET_RUT | 469 | config TARGET_RUT |
468 | bool "Support rut" | 470 | bool "Support rut" |
469 | select CPU_V7 | 471 | select CPU_V7 |
470 | select SUPPORT_SPL | 472 | select SUPPORT_SPL |
471 | 473 | ||
472 | config TARGET_PENGWYN | 474 | config TARGET_PENGWYN |
473 | bool "Support pengwyn" | 475 | bool "Support pengwyn" |
474 | select CPU_V7 | 476 | select CPU_V7 |
475 | select SUPPORT_SPL | 477 | select SUPPORT_SPL |
476 | 478 | ||
477 | config TARGET_AM335X_EVM | 479 | config TARGET_AM335X_EVM |
478 | bool "Support am335x_evm" | 480 | bool "Support am335x_evm" |
479 | select CPU_V7 | 481 | select CPU_V7 |
480 | select SUPPORT_SPL | 482 | select SUPPORT_SPL |
481 | 483 | ||
482 | config TARGET_AM43XX_EVM | 484 | config TARGET_AM43XX_EVM |
483 | bool "Support am43xx_evm" | 485 | bool "Support am43xx_evm" |
484 | select CPU_V7 | 486 | select CPU_V7 |
485 | select SUPPORT_SPL | 487 | select SUPPORT_SPL |
486 | 488 | ||
487 | config TARGET_TI814X_EVM | 489 | config TARGET_TI814X_EVM |
488 | bool "Support ti814x_evm" | 490 | bool "Support ti814x_evm" |
489 | select CPU_V7 | 491 | select CPU_V7 |
490 | select SUPPORT_SPL | 492 | select SUPPORT_SPL |
491 | 493 | ||
492 | config TARGET_TI816X_EVM | 494 | config TARGET_TI816X_EVM |
493 | bool "Support ti816x_evm" | 495 | bool "Support ti816x_evm" |
494 | select CPU_V7 | 496 | select CPU_V7 |
495 | select SUPPORT_SPL | 497 | select SUPPORT_SPL |
496 | 498 | ||
497 | config TARGET_SAMA5D3_XPLAINED | 499 | config TARGET_SAMA5D3_XPLAINED |
498 | bool "Support sama5d3_xplained" | 500 | bool "Support sama5d3_xplained" |
499 | select CPU_V7 | 501 | select CPU_V7 |
500 | select SUPPORT_SPL | 502 | select SUPPORT_SPL |
501 | 503 | ||
502 | config TARGET_SAMA5D3XEK | 504 | config TARGET_SAMA5D3XEK |
503 | bool "Support sama5d3xek" | 505 | bool "Support sama5d3xek" |
504 | select CPU_V7 | 506 | select CPU_V7 |
505 | select SUPPORT_SPL | 507 | select SUPPORT_SPL |
506 | 508 | ||
507 | config TARGET_BCM28155_AP | 509 | config TARGET_BCM28155_AP |
508 | bool "Support bcm28155_ap" | 510 | bool "Support bcm28155_ap" |
509 | select CPU_V7 | 511 | select CPU_V7 |
510 | 512 | ||
511 | config TARGET_BCM958300K | 513 | config TARGET_BCM958300K |
512 | bool "Support bcm958300k" | 514 | bool "Support bcm958300k" |
513 | select CPU_V7 | 515 | select CPU_V7 |
514 | 516 | ||
515 | config TARGET_BCM958622HR | 517 | config TARGET_BCM958622HR |
516 | bool "Support bcm958622hr" | 518 | bool "Support bcm958622hr" |
517 | select CPU_V7 | 519 | select CPU_V7 |
518 | 520 | ||
519 | config ARCH_EXYNOS | 521 | config ARCH_EXYNOS |
520 | bool "Samsung EXYNOS" | 522 | bool "Samsung EXYNOS" |
521 | select CPU_V7 | 523 | select CPU_V7 |
522 | 524 | ||
523 | config ARCH_S5PC1XX | 525 | config ARCH_S5PC1XX |
524 | bool "Samsung S5PC1XX" | 526 | bool "Samsung S5PC1XX" |
525 | select CPU_V7 | 527 | select CPU_V7 |
526 | 528 | ||
527 | config ARCH_HIGHBANK | 529 | config ARCH_HIGHBANK |
528 | bool "Calxeda Highbank" | 530 | bool "Calxeda Highbank" |
529 | select CPU_V7 | 531 | select CPU_V7 |
530 | 532 | ||
531 | config ARCH_KEYSTONE | 533 | config ARCH_KEYSTONE |
532 | bool "TI Keystone" | 534 | bool "TI Keystone" |
533 | select CPU_V7 | 535 | select CPU_V7 |
534 | select SUPPORT_SPL | 536 | select SUPPORT_SPL |
535 | 537 | ||
536 | config TARGET_M53EVK | 538 | config TARGET_M53EVK |
537 | bool "Support m53evk" | 539 | bool "Support m53evk" |
538 | select CPU_V7 | 540 | select CPU_V7 |
539 | select SUPPORT_SPL | 541 | select SUPPORT_SPL |
540 | 542 | ||
541 | config TARGET_IMA3_MX53 | 543 | config TARGET_IMA3_MX53 |
542 | bool "Support ima3-mx53" | 544 | bool "Support ima3-mx53" |
543 | select CPU_V7 | 545 | select CPU_V7 |
544 | 546 | ||
545 | config TARGET_MX51EVK | 547 | config TARGET_MX51EVK |
546 | bool "Support mx51evk" | 548 | bool "Support mx51evk" |
547 | select CPU_V7 | 549 | select CPU_V7 |
548 | 550 | ||
549 | config TARGET_MX53ARD | 551 | config TARGET_MX53ARD |
550 | bool "Support mx53ard" | 552 | bool "Support mx53ard" |
551 | select CPU_V7 | 553 | select CPU_V7 |
552 | 554 | ||
553 | config TARGET_MX53EVK | 555 | config TARGET_MX53EVK |
554 | bool "Support mx53evk" | 556 | bool "Support mx53evk" |
555 | select CPU_V7 | 557 | select CPU_V7 |
556 | 558 | ||
557 | config TARGET_MX53LOCO | 559 | config TARGET_MX53LOCO |
558 | bool "Support mx53loco" | 560 | bool "Support mx53loco" |
559 | select CPU_V7 | 561 | select CPU_V7 |
560 | 562 | ||
561 | config TARGET_MX53SMD | 563 | config TARGET_MX53SMD |
562 | bool "Support mx53smd" | 564 | bool "Support mx53smd" |
563 | select CPU_V7 | 565 | select CPU_V7 |
564 | 566 | ||
565 | config TARGET_MX51_EFIKAMX | 567 | config TARGET_MX51_EFIKAMX |
566 | bool "Support mx51_efikamx" | 568 | bool "Support mx51_efikamx" |
567 | select CPU_V7 | 569 | select CPU_V7 |
568 | 570 | ||
569 | config TARGET_VISION2 | 571 | config TARGET_VISION2 |
570 | bool "Support vision2" | 572 | bool "Support vision2" |
571 | select CPU_V7 | 573 | select CPU_V7 |
572 | 574 | ||
573 | config TARGET_UDOO | 575 | config TARGET_UDOO |
574 | bool "Support udoo" | 576 | bool "Support udoo" |
575 | select CPU_V7 | 577 | select CPU_V7 |
576 | 578 | ||
577 | config TARGET_WANDBOARD | 579 | config TARGET_WANDBOARD |
578 | bool "Support wandboard" | 580 | bool "Support wandboard" |
579 | select CPU_V7 | 581 | select CPU_V7 |
580 | 582 | ||
581 | config TARGET_TITANIUM | 583 | config TARGET_TITANIUM |
582 | bool "Support titanium" | 584 | bool "Support titanium" |
583 | select CPU_V7 | 585 | select CPU_V7 |
584 | 586 | ||
585 | config TARGET_NITROGEN6X | 587 | config TARGET_NITROGEN6X |
586 | bool "Support nitrogen6x" | 588 | bool "Support nitrogen6x" |
587 | select CPU_V7 | 589 | select CPU_V7 |
588 | 590 | ||
589 | config TARGET_CGTQMX6EVAL | 591 | config TARGET_CGTQMX6EVAL |
590 | bool "Support cgtqmx6eval" | 592 | bool "Support cgtqmx6eval" |
591 | select CPU_V7 | 593 | select CPU_V7 |
592 | 594 | ||
593 | config TARGET_EMBESTMX6BOARDS | 595 | config TARGET_EMBESTMX6BOARDS |
594 | bool "Support embestmx6boards" | 596 | bool "Support embestmx6boards" |
595 | select CPU_V7 | 597 | select CPU_V7 |
596 | 598 | ||
597 | config TARGET_ARISTAINETOS | 599 | config TARGET_ARISTAINETOS |
598 | bool "Support aristainetos" | 600 | bool "Support aristainetos" |
599 | select CPU_V7 | 601 | select CPU_V7 |
600 | 602 | ||
601 | config TARGET_MX6QARM2 | 603 | config TARGET_MX6QARM2 |
602 | bool "Support mx6qarm2" | 604 | bool "Support mx6qarm2" |
603 | select CPU_V7 | 605 | select CPU_V7 |
604 | 606 | ||
605 | config TARGET_MX6QSABREAUTO | 607 | config TARGET_MX6QSABREAUTO |
606 | bool "Support mx6qsabreauto" | 608 | bool "Support mx6qsabreauto" |
607 | select CPU_V7 | 609 | select CPU_V7 |
608 | 610 | ||
609 | config TARGET_MX6SABRESD | 611 | config TARGET_MX6SABRESD |
610 | bool "Support mx6sabresd" | 612 | bool "Support mx6sabresd" |
611 | select CPU_V7 | 613 | select CPU_V7 |
612 | 614 | ||
613 | config TARGET_MX6SLEVK | 615 | config TARGET_MX6SLEVK |
614 | bool "Support mx6slevk" | 616 | bool "Support mx6slevk" |
615 | select CPU_V7 | 617 | select CPU_V7 |
616 | 618 | ||
617 | config TARGET_MX6SXSABRESD | 619 | config TARGET_MX6SXSABRESD |
618 | bool "Support mx6sxsabresd" | 620 | bool "Support mx6sxsabresd" |
619 | select CPU_V7 | 621 | select CPU_V7 |
620 | 622 | ||
621 | config TARGET_GW_VENTANA | 623 | config TARGET_GW_VENTANA |
622 | bool "Support gw_ventana" | 624 | bool "Support gw_ventana" |
623 | select CPU_V7 | 625 | select CPU_V7 |
624 | select SUPPORT_SPL | 626 | select SUPPORT_SPL |
625 | 627 | ||
626 | config TARGET_HUMMINGBOARD | 628 | config TARGET_HUMMINGBOARD |
627 | bool "Support hummingboard" | 629 | bool "Support hummingboard" |
628 | select CPU_V7 | 630 | select CPU_V7 |
629 | 631 | ||
630 | config TARGET_KOSAGI_NOVENA | 632 | config TARGET_KOSAGI_NOVENA |
631 | bool "Support Kosagi Novena" | 633 | bool "Support Kosagi Novena" |
634 | select CPU_V7 | ||
632 | 635 | ||
633 | config TARGET_TQMA6 | 636 | config TARGET_TQMA6 |
634 | bool "TQ Systems TQMa6 board" | 637 | bool "TQ Systems TQMa6 board" |
635 | select CPU_V7 | 638 | select CPU_V7 |
636 | 639 | ||
637 | config TARGET_OT1200 | 640 | config TARGET_OT1200 |
638 | bool "Bachmann OT1200" | 641 | bool "Bachmann OT1200" |
639 | select CPU_V7 | 642 | select CPU_V7 |
640 | 643 | ||
641 | config OMAP34XX | 644 | config OMAP34XX |
642 | bool "OMAP34XX SoC" | 645 | bool "OMAP34XX SoC" |
643 | select CPU_V7 | 646 | select CPU_V7 |
644 | 647 | ||
645 | config OMAP44XX | 648 | config OMAP44XX |
646 | bool "OMAP44XX SoC" | 649 | bool "OMAP44XX SoC" |
647 | select CPU_V7 | 650 | select CPU_V7 |
648 | select SUPPORT_SPL | 651 | select SUPPORT_SPL |
649 | 652 | ||
650 | config OMAP54XX | 653 | config OMAP54XX |
651 | bool "OMAP54XX SoC" | 654 | bool "OMAP54XX SoC" |
652 | select CPU_V7 | 655 | select CPU_V7 |
653 | select SUPPORT_SPL | 656 | select SUPPORT_SPL |
654 | 657 | ||
655 | config RMOBILE | 658 | config RMOBILE |
656 | bool "Renesas ARM SoCs" | 659 | bool "Renesas ARM SoCs" |
657 | select CPU_V7 | 660 | select CPU_V7 |
658 | 661 | ||
659 | config TARGET_CM_FX6 | 662 | config TARGET_CM_FX6 |
660 | bool "Support cm_fx6" | 663 | bool "Support cm_fx6" |
661 | select CPU_V7 | 664 | select CPU_V7 |
662 | select SUPPORT_SPL | 665 | select SUPPORT_SPL |
663 | 666 | ||
664 | config TARGET_SOCFPGA_CYCLONE5 | 667 | config TARGET_SOCFPGA_CYCLONE5 |
665 | bool "Support socfpga_cyclone5" | 668 | bool "Support socfpga_cyclone5" |
666 | select CPU_V7 | 669 | select CPU_V7 |
667 | select SUPPORT_SPL | 670 | select SUPPORT_SPL |
668 | 671 | ||
669 | config ARCH_SUNXI | 672 | config ARCH_SUNXI |
670 | bool "Support sunxi (Allwinner) SoCs" | 673 | bool "Support sunxi (Allwinner) SoCs" |
671 | 674 | ||
672 | config TARGET_SNOWBALL | 675 | config TARGET_SNOWBALL |
673 | bool "Support snowball" | 676 | bool "Support snowball" |
674 | select CPU_V7 | 677 | select CPU_V7 |
675 | 678 | ||
676 | config TARGET_U8500_HREF | 679 | config TARGET_U8500_HREF |
677 | bool "Support u8500_href" | 680 | bool "Support u8500_href" |
678 | select CPU_V7 | 681 | select CPU_V7 |
679 | 682 | ||
680 | config TARGET_VF610TWR | 683 | config TARGET_VF610TWR |
681 | bool "Support vf610twr" | 684 | bool "Support vf610twr" |
682 | select CPU_V7 | 685 | select CPU_V7 |
683 | 686 | ||
684 | config ZYNQ | 687 | config ZYNQ |
685 | bool "Xilinx Zynq Platform" | 688 | bool "Xilinx Zynq Platform" |
686 | select CPU_V7 | 689 | select CPU_V7 |
687 | select SUPPORT_SPL | 690 | select SUPPORT_SPL |
688 | 691 | ||
689 | config TEGRA | 692 | config TEGRA |
690 | bool "NVIDIA Tegra" | 693 | bool "NVIDIA Tegra" |
691 | select SUPPORT_SPL | 694 | select SUPPORT_SPL |
692 | select SPL | 695 | select SPL |
693 | select OF_CONTROL if !SPL_BUILD | 696 | select OF_CONTROL if !SPL_BUILD |
694 | select CPU_ARM720T if SPL_BUILD | 697 | select CPU_ARM720T if SPL_BUILD |
695 | select CPU_V7 if !SPL_BUILD | 698 | select CPU_V7 if !SPL_BUILD |
696 | 699 | ||
697 | config TARGET_VEXPRESS_AEMV8A | 700 | config TARGET_VEXPRESS_AEMV8A |
698 | bool "Support vexpress_aemv8a" | 701 | bool "Support vexpress_aemv8a" |
699 | select ARM64 | 702 | select ARM64 |
700 | 703 | ||
701 | config TARGET_LS2085A_EMU | 704 | config TARGET_LS2085A_EMU |
702 | bool "Support ls2085a_emu" | 705 | bool "Support ls2085a_emu" |
703 | select ARM64 | 706 | select ARM64 |
704 | 707 | ||
705 | config TARGET_LS2085A_SIMU | 708 | config TARGET_LS2085A_SIMU |
706 | bool "Support ls2085a_simu" | 709 | bool "Support ls2085a_simu" |
707 | select ARM64 | 710 | select ARM64 |
708 | 711 | ||
709 | config TARGET_LS1021AQDS | 712 | config TARGET_LS1021AQDS |
710 | bool "Support ls1021aqds_nor" | 713 | bool "Support ls1021aqds_nor" |
711 | select CPU_V7 | 714 | select CPU_V7 |
712 | 715 | ||
713 | config TARGET_LS1021ATWR | 716 | config TARGET_LS1021ATWR |
714 | bool "Support ls1021atwr_nor" | 717 | bool "Support ls1021atwr_nor" |
715 | select CPU_V7 | 718 | select CPU_V7 |
716 | 719 | ||
717 | config TARGET_BALLOON3 | 720 | config TARGET_BALLOON3 |
718 | bool "Support balloon3" | 721 | bool "Support balloon3" |
719 | select CPU_PXA | 722 | select CPU_PXA |
720 | 723 | ||
721 | config TARGET_H2200 | 724 | config TARGET_H2200 |
722 | bool "Support h2200" | 725 | bool "Support h2200" |
723 | select CPU_PXA | 726 | select CPU_PXA |
724 | 727 | ||
725 | config TARGET_PALMLD | 728 | config TARGET_PALMLD |
726 | bool "Support palmld" | 729 | bool "Support palmld" |
727 | select CPU_PXA | 730 | select CPU_PXA |
728 | 731 | ||
729 | config TARGET_PALMTC | 732 | config TARGET_PALMTC |
730 | bool "Support palmtc" | 733 | bool "Support palmtc" |
731 | select CPU_PXA | 734 | select CPU_PXA |
732 | 735 | ||
733 | config TARGET_PALMTREO680 | 736 | config TARGET_PALMTREO680 |
734 | bool "Support palmtreo680" | 737 | bool "Support palmtreo680" |
735 | select CPU_PXA | 738 | select CPU_PXA |
736 | select SUPPORT_SPL | 739 | select SUPPORT_SPL |
737 | 740 | ||
738 | config TARGET_PXA255_IDP | 741 | config TARGET_PXA255_IDP |
739 | bool "Support pxa255_idp" | 742 | bool "Support pxa255_idp" |
740 | select CPU_PXA | 743 | select CPU_PXA |
741 | 744 | ||
742 | config TARGET_TRIZEPSIV | 745 | config TARGET_TRIZEPSIV |
743 | bool "Support trizepsiv" | 746 | bool "Support trizepsiv" |
744 | select CPU_PXA | 747 | select CPU_PXA |
745 | 748 | ||
746 | config TARGET_VPAC270 | 749 | config TARGET_VPAC270 |
747 | bool "Support vpac270" | 750 | bool "Support vpac270" |
748 | select CPU_PXA | 751 | select CPU_PXA |
749 | select SUPPORT_SPL | 752 | select SUPPORT_SPL |
750 | 753 | ||
751 | config TARGET_XAENIAX | 754 | config TARGET_XAENIAX |
752 | bool "Support xaeniax" | 755 | bool "Support xaeniax" |
753 | select CPU_PXA | 756 | select CPU_PXA |
754 | 757 | ||
755 | config TARGET_ZIPITZ2 | 758 | config TARGET_ZIPITZ2 |
756 | bool "Support zipitz2" | 759 | bool "Support zipitz2" |
757 | select CPU_PXA | 760 | select CPU_PXA |
758 | 761 | ||
759 | config TARGET_LP8X4X | 762 | config TARGET_LP8X4X |
760 | bool "Support lp8x4x" | 763 | bool "Support lp8x4x" |
761 | select CPU_PXA | 764 | select CPU_PXA |
762 | 765 | ||
763 | config TARGET_COLIBRI_PXA270 | 766 | config TARGET_COLIBRI_PXA270 |
764 | bool "Support colibri_pxa270" | 767 | bool "Support colibri_pxa270" |
765 | select CPU_PXA | 768 | select CPU_PXA |
766 | 769 | ||
767 | config TARGET_JORNADA | 770 | config TARGET_JORNADA |
768 | bool "Support jornada" | 771 | bool "Support jornada" |
769 | select CPU_SA1100 | 772 | select CPU_SA1100 |
770 | 773 | ||
771 | config ARCH_UNIPHIER | 774 | config ARCH_UNIPHIER |
772 | bool "Panasonic UniPhier platform" | 775 | bool "Panasonic UniPhier platform" |
773 | select CPU_V7 | 776 | select CPU_V7 |
774 | select SUPPORT_SPL | 777 | select SUPPORT_SPL |
775 | 778 | ||
776 | endchoice | 779 | endchoice |
777 | 780 | ||
778 | source "arch/arm/cpu/armv8/Kconfig" | 781 | source "arch/arm/cpu/armv8/Kconfig" |
779 | 782 | ||
780 | source "arch/arm/cpu/arm926ejs/davinci/Kconfig" | 783 | source "arch/arm/cpu/arm926ejs/davinci/Kconfig" |
781 | 784 | ||
782 | source "arch/arm/cpu/armv7/exynos/Kconfig" | 785 | source "arch/arm/cpu/armv7/exynos/Kconfig" |
783 | 786 | ||
784 | source "arch/arm/cpu/armv7/highbank/Kconfig" | 787 | source "arch/arm/cpu/armv7/highbank/Kconfig" |
785 | 788 | ||
786 | source "arch/arm/cpu/armv7/keystone/Kconfig" | 789 | source "arch/arm/cpu/armv7/keystone/Kconfig" |
787 | 790 | ||
788 | source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig" | 791 | source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig" |
789 | 792 | ||
790 | source "arch/arm/cpu/arm926ejs/nomadik/Kconfig" | 793 | source "arch/arm/cpu/arm926ejs/nomadik/Kconfig" |
791 | 794 | ||
792 | source "arch/arm/cpu/armv7/omap3/Kconfig" | 795 | source "arch/arm/cpu/armv7/omap3/Kconfig" |
793 | 796 | ||
794 | source "arch/arm/cpu/armv7/omap4/Kconfig" | 797 | source "arch/arm/cpu/armv7/omap4/Kconfig" |
795 | 798 | ||
796 | source "arch/arm/cpu/armv7/omap5/Kconfig" | 799 | source "arch/arm/cpu/armv7/omap5/Kconfig" |
797 | 800 | ||
798 | source "arch/arm/cpu/arm926ejs/orion5x/Kconfig" | 801 | source "arch/arm/cpu/arm926ejs/orion5x/Kconfig" |
799 | 802 | ||
800 | source "arch/arm/cpu/armv7/rmobile/Kconfig" | 803 | source "arch/arm/cpu/armv7/rmobile/Kconfig" |
801 | 804 | ||
802 | source "arch/arm/cpu/armv7/s5pc1xx/Kconfig" | 805 | source "arch/arm/cpu/armv7/s5pc1xx/Kconfig" |
803 | 806 | ||
804 | source "arch/arm/cpu/armv7/tegra-common/Kconfig" | 807 | source "arch/arm/cpu/armv7/tegra-common/Kconfig" |
805 | 808 | ||
806 | source "arch/arm/cpu/armv7/uniphier/Kconfig" | 809 | source "arch/arm/cpu/armv7/uniphier/Kconfig" |
807 | 810 | ||
808 | source "arch/arm/cpu/arm926ejs/versatile/Kconfig" | 811 | source "arch/arm/cpu/arm926ejs/versatile/Kconfig" |
809 | 812 | ||
810 | source "arch/arm/cpu/armv7/zynq/Kconfig" | 813 | source "arch/arm/cpu/armv7/zynq/Kconfig" |
811 | 814 | ||
812 | source "board/aristainetos/Kconfig" | 815 | source "board/aristainetos/Kconfig" |
813 | source "board/BuR/kwb/Kconfig" | 816 | source "board/BuR/kwb/Kconfig" |
814 | source "board/BuR/tseries/Kconfig" | 817 | source "board/BuR/tseries/Kconfig" |
815 | source "board/BuS/eb_cpux9k2/Kconfig" | 818 | source "board/BuS/eb_cpux9k2/Kconfig" |
816 | source "board/BuS/vl_ma2sc/Kconfig" | 819 | source "board/BuS/vl_ma2sc/Kconfig" |
817 | source "board/CarMediaLab/flea3/Kconfig" | 820 | source "board/CarMediaLab/flea3/Kconfig" |
818 | source "board/Marvell/aspenite/Kconfig" | 821 | source "board/Marvell/aspenite/Kconfig" |
819 | source "board/Marvell/db-mv784mp-gp/Kconfig" | 822 | source "board/Marvell/db-mv784mp-gp/Kconfig" |
820 | source "board/Marvell/dkb/Kconfig" | 823 | source "board/Marvell/dkb/Kconfig" |
821 | source "board/Marvell/gplugd/Kconfig" | 824 | source "board/Marvell/gplugd/Kconfig" |
822 | source "board/afeb9260/Kconfig" | 825 | source "board/afeb9260/Kconfig" |
823 | source "board/altera/socfpga/Kconfig" | 826 | source "board/altera/socfpga/Kconfig" |
824 | source "board/armadeus/apf27/Kconfig" | 827 | source "board/armadeus/apf27/Kconfig" |
825 | source "board/armltd/integrator/Kconfig" | 828 | source "board/armltd/integrator/Kconfig" |
826 | source "board/armltd/vexpress/Kconfig" | 829 | source "board/armltd/vexpress/Kconfig" |
827 | source "board/armltd/vexpress64/Kconfig" | 830 | source "board/armltd/vexpress64/Kconfig" |
828 | source "board/atmel/at91rm9200ek/Kconfig" | 831 | source "board/atmel/at91rm9200ek/Kconfig" |
829 | source "board/atmel/at91sam9260ek/Kconfig" | 832 | source "board/atmel/at91sam9260ek/Kconfig" |
830 | source "board/atmel/at91sam9261ek/Kconfig" | 833 | source "board/atmel/at91sam9261ek/Kconfig" |
831 | source "board/atmel/at91sam9263ek/Kconfig" | 834 | source "board/atmel/at91sam9263ek/Kconfig" |
832 | source "board/atmel/at91sam9m10g45ek/Kconfig" | 835 | source "board/atmel/at91sam9m10g45ek/Kconfig" |
833 | source "board/atmel/at91sam9n12ek/Kconfig" | 836 | source "board/atmel/at91sam9n12ek/Kconfig" |
834 | source "board/atmel/at91sam9rlek/Kconfig" | 837 | source "board/atmel/at91sam9rlek/Kconfig" |
835 | source "board/atmel/at91sam9x5ek/Kconfig" | 838 | source "board/atmel/at91sam9x5ek/Kconfig" |
836 | source "board/atmel/sama5d3_xplained/Kconfig" | 839 | source "board/atmel/sama5d3_xplained/Kconfig" |
837 | source "board/atmel/sama5d3xek/Kconfig" | 840 | source "board/atmel/sama5d3xek/Kconfig" |
838 | source "board/bachmann/ot1200/Kconfig" | 841 | source "board/bachmann/ot1200/Kconfig" |
839 | source "board/balloon3/Kconfig" | 842 | source "board/balloon3/Kconfig" |
840 | source "board/barco/titanium/Kconfig" | 843 | source "board/barco/titanium/Kconfig" |
841 | source "board/bluegiga/apx4devkit/Kconfig" | 844 | source "board/bluegiga/apx4devkit/Kconfig" |
842 | source "board/bluewater/snapper9260/Kconfig" | 845 | source "board/bluewater/snapper9260/Kconfig" |
843 | source "board/boundary/nitrogen6x/Kconfig" | 846 | source "board/boundary/nitrogen6x/Kconfig" |
844 | source "board/broadcom/bcm28155_ap/Kconfig" | 847 | source "board/broadcom/bcm28155_ap/Kconfig" |
845 | source "board/broadcom/bcm958300k/Kconfig" | 848 | source "board/broadcom/bcm958300k/Kconfig" |
846 | source "board/broadcom/bcm958622hr/Kconfig" | 849 | source "board/broadcom/bcm958622hr/Kconfig" |
847 | source "board/calao/sbc35_a9g20/Kconfig" | 850 | source "board/calao/sbc35_a9g20/Kconfig" |
848 | source "board/calao/tny_a9260/Kconfig" | 851 | source "board/calao/tny_a9260/Kconfig" |
849 | source "board/calao/usb_a9263/Kconfig" | 852 | source "board/calao/usb_a9263/Kconfig" |
850 | source "board/cirrus/edb93xx/Kconfig" | 853 | source "board/cirrus/edb93xx/Kconfig" |
851 | source "board/cm4008/Kconfig" | 854 | source "board/cm4008/Kconfig" |
852 | source "board/cm41xx/Kconfig" | 855 | source "board/cm41xx/Kconfig" |
853 | source "board/compulab/cm_t335/Kconfig" | 856 | source "board/compulab/cm_t335/Kconfig" |
854 | source "board/compulab/cm_fx6/Kconfig" | 857 | source "board/compulab/cm_fx6/Kconfig" |
855 | source "board/congatec/cgtqmx6eval/Kconfig" | 858 | source "board/congatec/cgtqmx6eval/Kconfig" |
856 | source "board/creative/xfi3/Kconfig" | 859 | source "board/creative/xfi3/Kconfig" |
857 | source "board/davedenx/qong/Kconfig" | 860 | source "board/davedenx/qong/Kconfig" |
858 | source "board/denx/m28evk/Kconfig" | 861 | source "board/denx/m28evk/Kconfig" |
859 | source "board/denx/m53evk/Kconfig" | 862 | source "board/denx/m53evk/Kconfig" |
860 | source "board/egnite/ethernut5/Kconfig" | 863 | source "board/egnite/ethernut5/Kconfig" |
861 | source "board/embest/mx6boards/Kconfig" | 864 | source "board/embest/mx6boards/Kconfig" |
862 | source "board/esd/meesc/Kconfig" | 865 | source "board/esd/meesc/Kconfig" |
863 | source "board/esd/otc570/Kconfig" | 866 | source "board/esd/otc570/Kconfig" |
864 | source "board/esg/ima3-mx53/Kconfig" | 867 | source "board/esg/ima3-mx53/Kconfig" |
865 | source "board/eukrea/cpu9260/Kconfig" | 868 | source "board/eukrea/cpu9260/Kconfig" |
866 | source "board/eukrea/cpuat91/Kconfig" | 869 | source "board/eukrea/cpuat91/Kconfig" |
867 | source "board/faraday/a320evb/Kconfig" | 870 | source "board/faraday/a320evb/Kconfig" |
868 | source "board/freescale/ls2085a/Kconfig" | 871 | source "board/freescale/ls2085a/Kconfig" |
869 | source "board/freescale/ls1021aqds/Kconfig" | 872 | source "board/freescale/ls1021aqds/Kconfig" |
870 | source "board/freescale/ls1021atwr/Kconfig" | 873 | source "board/freescale/ls1021atwr/Kconfig" |
871 | source "board/freescale/mx23evk/Kconfig" | 874 | source "board/freescale/mx23evk/Kconfig" |
872 | source "board/freescale/mx25pdk/Kconfig" | 875 | source "board/freescale/mx25pdk/Kconfig" |
873 | source "board/freescale/mx28evk/Kconfig" | 876 | source "board/freescale/mx28evk/Kconfig" |
874 | source "board/freescale/mx31ads/Kconfig" | 877 | source "board/freescale/mx31ads/Kconfig" |
875 | source "board/freescale/mx31pdk/Kconfig" | 878 | source "board/freescale/mx31pdk/Kconfig" |
876 | source "board/freescale/mx35pdk/Kconfig" | 879 | source "board/freescale/mx35pdk/Kconfig" |
877 | source "board/freescale/mx51evk/Kconfig" | 880 | source "board/freescale/mx51evk/Kconfig" |
878 | source "board/freescale/mx53ard/Kconfig" | 881 | source "board/freescale/mx53ard/Kconfig" |
879 | source "board/freescale/mx53evk/Kconfig" | 882 | source "board/freescale/mx53evk/Kconfig" |
880 | source "board/freescale/mx53loco/Kconfig" | 883 | source "board/freescale/mx53loco/Kconfig" |
881 | source "board/freescale/mx53smd/Kconfig" | 884 | source "board/freescale/mx53smd/Kconfig" |
882 | source "board/freescale/mx6qarm2/Kconfig" | 885 | source "board/freescale/mx6qarm2/Kconfig" |
883 | source "board/freescale/mx6qsabreauto/Kconfig" | 886 | source "board/freescale/mx6qsabreauto/Kconfig" |
884 | source "board/freescale/mx6sabresd/Kconfig" | 887 | source "board/freescale/mx6sabresd/Kconfig" |
885 | source "board/freescale/mx6slevk/Kconfig" | 888 | source "board/freescale/mx6slevk/Kconfig" |
886 | source "board/freescale/mx6sxsabresd/Kconfig" | 889 | source "board/freescale/mx6sxsabresd/Kconfig" |
887 | source "board/freescale/vf610twr/Kconfig" | 890 | source "board/freescale/vf610twr/Kconfig" |
888 | source "board/gateworks/gw_ventana/Kconfig" | 891 | source "board/gateworks/gw_ventana/Kconfig" |
889 | source "board/genesi/mx51_efikamx/Kconfig" | 892 | source "board/genesi/mx51_efikamx/Kconfig" |
890 | source "board/gumstix/pepper/Kconfig" | 893 | source "board/gumstix/pepper/Kconfig" |
891 | source "board/h2200/Kconfig" | 894 | source "board/h2200/Kconfig" |
892 | source "board/hale/tt01/Kconfig" | 895 | source "board/hale/tt01/Kconfig" |
893 | source "board/icpdas/lp8x4x/Kconfig" | 896 | source "board/icpdas/lp8x4x/Kconfig" |
894 | source "board/imx31_phycore/Kconfig" | 897 | source "board/imx31_phycore/Kconfig" |
895 | source "board/isee/igep0033/Kconfig" | 898 | source "board/isee/igep0033/Kconfig" |
896 | source "board/jornada/Kconfig" | 899 | source "board/jornada/Kconfig" |
897 | source "board/karo/tx25/Kconfig" | 900 | source "board/karo/tx25/Kconfig" |
898 | source "board/kosagi/novena/Kconfig" | 901 | source "board/kosagi/novena/Kconfig" |
899 | source "board/logicpd/imx27lite/Kconfig" | 902 | source "board/logicpd/imx27lite/Kconfig" |
900 | source "board/logicpd/imx31_litekit/Kconfig" | 903 | source "board/logicpd/imx31_litekit/Kconfig" |
901 | source "board/maxbcm/Kconfig" | 904 | source "board/maxbcm/Kconfig" |
902 | source "board/mpl/vcma9/Kconfig" | 905 | source "board/mpl/vcma9/Kconfig" |
903 | source "board/olimex/mx23_olinuxino/Kconfig" | 906 | source "board/olimex/mx23_olinuxino/Kconfig" |
904 | source "board/palmld/Kconfig" | 907 | source "board/palmld/Kconfig" |
905 | source "board/palmtc/Kconfig" | 908 | source "board/palmtc/Kconfig" |
906 | source "board/palmtreo680/Kconfig" | 909 | source "board/palmtreo680/Kconfig" |
907 | source "board/phytec/pcm051/Kconfig" | 910 | source "board/phytec/pcm051/Kconfig" |
908 | source "board/ppcag/bg0900/Kconfig" | 911 | source "board/ppcag/bg0900/Kconfig" |
909 | source "board/pxa255_idp/Kconfig" | 912 | source "board/pxa255_idp/Kconfig" |
910 | source "board/raspberrypi/rpi_b/Kconfig" | 913 | source "board/raspberrypi/rpi_b/Kconfig" |
911 | source "board/ronetix/pm9261/Kconfig" | 914 | source "board/ronetix/pm9261/Kconfig" |
912 | source "board/ronetix/pm9263/Kconfig" | 915 | source "board/ronetix/pm9263/Kconfig" |
913 | source "board/ronetix/pm9g45/Kconfig" | 916 | source "board/ronetix/pm9g45/Kconfig" |
914 | source "board/samsung/smdk2410/Kconfig" | 917 | source "board/samsung/smdk2410/Kconfig" |
915 | source "board/sandisk/sansa_fuze_plus/Kconfig" | 918 | source "board/sandisk/sansa_fuze_plus/Kconfig" |
916 | source "board/scb9328/Kconfig" | 919 | source "board/scb9328/Kconfig" |
917 | source "board/schulercontrol/sc_sps_1/Kconfig" | 920 | source "board/schulercontrol/sc_sps_1/Kconfig" |
918 | source "board/siemens/corvus/Kconfig" | 921 | source "board/siemens/corvus/Kconfig" |
919 | source "board/siemens/draco/Kconfig" | 922 | source "board/siemens/draco/Kconfig" |
920 | source "board/siemens/pxm2/Kconfig" | 923 | source "board/siemens/pxm2/Kconfig" |
921 | source "board/siemens/rut/Kconfig" | 924 | source "board/siemens/rut/Kconfig" |
922 | source "board/siemens/taurus/Kconfig" | 925 | source "board/siemens/taurus/Kconfig" |
923 | source "board/silica/pengwyn/Kconfig" | 926 | source "board/silica/pengwyn/Kconfig" |
924 | source "board/solidrun/hummingboard/Kconfig" | 927 | source "board/solidrun/hummingboard/Kconfig" |
925 | source "board/spear/spear300/Kconfig" | 928 | source "board/spear/spear300/Kconfig" |
926 | source "board/spear/spear310/Kconfig" | 929 | source "board/spear/spear310/Kconfig" |
927 | source "board/spear/spear320/Kconfig" | 930 | source "board/spear/spear320/Kconfig" |
928 | source "board/spear/spear600/Kconfig" | 931 | source "board/spear/spear600/Kconfig" |
929 | source "board/spear/x600/Kconfig" | 932 | source "board/spear/x600/Kconfig" |
930 | source "board/st-ericsson/snowball/Kconfig" | 933 | source "board/st-ericsson/snowball/Kconfig" |
931 | source "board/st-ericsson/u8500/Kconfig" | 934 | source "board/st-ericsson/u8500/Kconfig" |
932 | source "board/sunxi/Kconfig" | 935 | source "board/sunxi/Kconfig" |
933 | source "board/syteco/jadecpu/Kconfig" | 936 | source "board/syteco/jadecpu/Kconfig" |
934 | source "board/syteco/zmx25/Kconfig" | 937 | source "board/syteco/zmx25/Kconfig" |
935 | source "board/taskit/stamp9g20/Kconfig" | 938 | source "board/taskit/stamp9g20/Kconfig" |
936 | source "board/ti/am335x/Kconfig" | 939 | source "board/ti/am335x/Kconfig" |
937 | source "board/ti/am43xx/Kconfig" | 940 | source "board/ti/am43xx/Kconfig" |
938 | source "board/ti/ti814x/Kconfig" | 941 | source "board/ti/ti814x/Kconfig" |
939 | source "board/ti/ti816x/Kconfig" | 942 | source "board/ti/ti816x/Kconfig" |
940 | source "board/ti/tnetv107xevm/Kconfig" | 943 | source "board/ti/tnetv107xevm/Kconfig" |
941 | source "board/timll/devkit3250/Kconfig" | 944 | source "board/timll/devkit3250/Kconfig" |
942 | source "board/toradex/colibri_pxa270/Kconfig" | 945 | source "board/toradex/colibri_pxa270/Kconfig" |
943 | source "board/tqc/tqma6/Kconfig" | 946 | source "board/tqc/tqma6/Kconfig" |
944 | source "board/trizepsiv/Kconfig" | 947 | source "board/trizepsiv/Kconfig" |
945 | source "board/ttcontrol/vision2/Kconfig" | 948 | source "board/ttcontrol/vision2/Kconfig" |
946 | source "board/udoo/Kconfig" | 949 | source "board/udoo/Kconfig" |
947 | source "board/vpac270/Kconfig" | 950 | source "board/vpac270/Kconfig" |
948 | source "board/wandboard/Kconfig" | 951 | source "board/wandboard/Kconfig" |
949 | source "board/woodburn/Kconfig" | 952 | source "board/woodburn/Kconfig" |
950 | source "board/xaeniax/Kconfig" | 953 | source "board/xaeniax/Kconfig" |
951 | source "board/zipitz2/Kconfig" | 954 | source "board/zipitz2/Kconfig" |
952 | 955 | ||
953 | source "arch/arm/Kconfig.debug" | 956 | source "arch/arm/Kconfig.debug" |
954 | 957 | ||
955 | endmenu | 958 | endmenu |
956 | 959 |
arch/arm/cpu/armv7/tegra-common/Kconfig
1 | if TEGRA | 1 | if TEGRA |
2 | 2 | ||
3 | choice | 3 | choice |
4 | prompt "Tegra SoC select" | 4 | prompt "Tegra SoC select" |
5 | 5 | ||
6 | config TEGRA20 | 6 | config TEGRA20 |
7 | bool "Tegra20 family" | 7 | bool "Tegra20 family" |
8 | 8 | ||
9 | config TEGRA30 | 9 | config TEGRA30 |
10 | bool "Tegra30 family" | 10 | bool "Tegra30 family" |
11 | 11 | ||
12 | config TEGRA114 | 12 | config TEGRA114 |
13 | bool "Tegra114 family" | 13 | bool "Tegra114 family" |
14 | 14 | ||
15 | config TEGRA124 | 15 | config TEGRA124 |
16 | bool "Tegra124 family" | 16 | bool "Tegra124 family" |
17 | 17 | ||
18 | endchoice | 18 | endchoice |
19 | 19 | ||
20 | config USE_PRIVATE_LIBGCC | 20 | config USE_PRIVATE_LIBGCC |
21 | default y if SPL_BUILD | 21 | default y if SPL_BUILD |
22 | 22 | ||
23 | config SYS_CPU | ||
24 | default "arm720t" if SPL_BUILD | ||
25 | default "armv7" if !SPL_BUILD | ||
26 | |||
27 | source "arch/arm/cpu/armv7/tegra20/Kconfig" | 23 | source "arch/arm/cpu/armv7/tegra20/Kconfig" |
28 | source "arch/arm/cpu/armv7/tegra30/Kconfig" | 24 | source "arch/arm/cpu/armv7/tegra30/Kconfig" |
29 | source "arch/arm/cpu/armv7/tegra114/Kconfig" | 25 | source "arch/arm/cpu/armv7/tegra114/Kconfig" |
30 | source "arch/arm/cpu/armv7/tegra124/Kconfig" | 26 | source "arch/arm/cpu/armv7/tegra124/Kconfig" |
31 | 27 | ||
32 | endif | 28 | endif |
33 | 29 |
board/Marvell/db-mv784mp-gp/Kconfig
1 | if TARGET_DB_MV784MP_GP | 1 | if TARGET_DB_MV784MP_GP |
2 | 2 | ||
3 | config SYS_CPU | ||
4 | string | ||
5 | default "armv7" | ||
6 | |||
7 | config SYS_BOARD | 3 | config SYS_BOARD |
8 | string | ||
9 | default "db-mv784mp-gp" | 4 | default "db-mv784mp-gp" |
10 | 5 | ||
11 | config SYS_VENDOR | 6 | config SYS_VENDOR |
12 | string | ||
13 | default "Marvell" | 7 | default "Marvell" |
14 | 8 | ||
15 | config SYS_SOC | 9 | config SYS_SOC |
16 | string | ||
17 | default "armada-xp" | 10 | default "armada-xp" |
18 | 11 | ||
19 | config SYS_CONFIG_NAME | 12 | config SYS_CONFIG_NAME |
20 | string | ||
21 | default "db-mv784mp-gp" | 13 | default "db-mv784mp-gp" |
22 | 14 | ||
23 | endif | 15 | endif |
24 | 16 |
board/kosagi/novena/Kconfig
1 | if TARGET_KOSAGI_NOVENA | 1 | if TARGET_KOSAGI_NOVENA |
2 | 2 | ||
3 | config SYS_CPU | ||
4 | default "armv7" | ||
5 | |||
6 | config SYS_BOARD | 3 | config SYS_BOARD |
7 | default "novena" | 4 | default "novena" |
8 | 5 | ||
9 | config SYS_VENDOR | 6 | config SYS_VENDOR |
10 | default "kosagi" | 7 | default "kosagi" |
11 | 8 | ||
12 | config SYS_SOC | 9 | config SYS_SOC |
13 | default "mx6" | 10 | default "mx6" |
14 | 11 | ||
15 | config SYS_CONFIG_NAME | 12 | config SYS_CONFIG_NAME |
16 | default "novena" | 13 | default "novena" |
17 | 14 | ||
18 | endif | 15 | endif |
19 | 16 |
board/maxbcm/Kconfig
1 | if TARGET_MAXBCM | 1 | if TARGET_MAXBCM |
2 | 2 | ||
3 | config SYS_CPU | ||
4 | string | ||
5 | default "armv7" | ||
6 | |||
7 | config SYS_BOARD | 3 | config SYS_BOARD |
8 | string | ||
9 | default "maxbcm" | 4 | default "maxbcm" |
10 | 5 | ||
11 | config SYS_SOC | 6 | config SYS_SOC |
12 | string | ||
13 | default "armada-xp" | 7 | default "armada-xp" |
14 | 8 | ||
15 | config SYS_CONFIG_NAME | 9 | config SYS_CONFIG_NAME |
16 | string | ||
17 | default "maxbcm" | 10 | default "maxbcm" |
18 | 11 | ||
19 | endif | 12 | endif |
20 | 13 |
board/ti/ks2_evm/Kconfig
1 | if TARGET_K2E_EVM | 1 | if TARGET_K2E_EVM |
2 | 2 | ||
3 | config SYS_BOARD | 3 | config SYS_BOARD |
4 | default "ks2_evm" | 4 | default "ks2_evm" |
5 | 5 | ||
6 | config SYS_VENDOR | 6 | config SYS_VENDOR |
7 | default "ti" | 7 | default "ti" |
8 | 8 | ||
9 | config SYS_CONFIG_NAME | 9 | config SYS_CONFIG_NAME |
10 | default "k2e_evm" | 10 | default "k2e_evm" |
11 | 11 | ||
12 | endif | 12 | endif |
13 | 13 | ||
14 | if TARGET_K2HK_EVM | 14 | if TARGET_K2HK_EVM |
15 | 15 | ||
16 | config SYS_BOARD | 16 | config SYS_BOARD |
17 | default "ks2_evm" | 17 | default "ks2_evm" |
18 | 18 | ||
19 | config SYS_VENDOR | 19 | config SYS_VENDOR |
20 | default "ti" | 20 | default "ti" |
21 | 21 | ||
22 | config SYS_CONFIG_NAME | 22 | config SYS_CONFIG_NAME |
23 | default "k2hk_evm" | 23 | default "k2hk_evm" |
24 | 24 | ||
25 | endif | 25 | endif |
26 | 26 | ||
27 | if TARGET_K2L_EVM | 27 | if TARGET_K2L_EVM |
28 | 28 | ||
29 | config SYS_BOARD | 29 | config SYS_BOARD |
30 | string | ||
31 | default "ks2_evm" | 30 | default "ks2_evm" |
32 | 31 | ||
33 | config SYS_VENDOR | 32 | config SYS_VENDOR |
34 | string | ||
35 | default "ti" | 33 | default "ti" |
36 | 34 | ||
37 | config SYS_CONFIG_NAME | 35 | config SYS_CONFIG_NAME |
38 | string | ||
39 | default "k2l_evm" | 36 | default "k2l_evm" |
40 | 37 | ||
41 | endif | 38 | endif |
42 | 39 |