blob: 7b20fab4071d31f29903dd8980ed9ff1eaf95a4d [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada0d46c342014-09-14 03:01:51 +09007config ARM64
8 bool
9
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010choice
11 prompt "Target select"
12
13config TARGET_INTEGRATORAP_CM720T
14 bool "Support integratorap_cm720t"
15
16config TARGET_INTEGRATORAP_CM920T
17 bool "Support integratorap_cm920t"
18
19config TARGET_INTEGRATORCP_CM920T
20 bool "Support integratorcp_cm920t"
21
22config TARGET_A320EVB
23 bool "Support a320evb"
24
25config TARGET_AT91RM9200EK
26 bool "Support at91rm9200ek"
27
28config TARGET_EB_CPUX9K2
29 bool "Support eb_cpux9k2"
30
31config TARGET_CPUAT91
32 bool "Support cpuat91"
33
34config TARGET_EDB93XX
35 bool "Support edb93xx"
36
37config TARGET_SCB9328
38 bool "Support scb9328"
39
40config TARGET_CM4008
41 bool "Support cm4008"
42
43config TARGET_CM41XX
44 bool "Support cm41xx"
45
46config TARGET_VCMA9
47 bool "Support VCMA9"
48
49config TARGET_SMDK2410
50 bool "Support smdk2410"
51
52config TARGET_INTEGRATORAP_CM926EJS
53 bool "Support integratorap_cm926ejs"
54
55config TARGET_INTEGRATORCP_CM926EJS
56 bool "Support integratorcp_cm926ejs"
57
58config TARGET_ASPENITE
59 bool "Support aspenite"
60
61config TARGET_GPLUGD
62 bool "Support gplugd"
63
64config TARGET_AFEB9260
65 bool "Support afeb9260"
66
67config TARGET_AT91SAM9260EK
68 bool "Support at91sam9260ek"
69
70config TARGET_AT91SAM9261EK
71 bool "Support at91sam9261ek"
72
73config TARGET_AT91SAM9263EK
74 bool "Support at91sam9263ek"
75
76config TARGET_AT91SAM9M10G45EK
77 bool "Support at91sam9m10g45ek"
78
79config TARGET_AT91SAM9N12EK
80 bool "Support at91sam9n12ek"
81
82config TARGET_AT91SAM9RLEK
83 bool "Support at91sam9rlek"
84
85config TARGET_AT91SAM9X5EK
86 bool "Support at91sam9x5ek"
87
88config TARGET_SNAPPER9260
89 bool "Support snapper9260"
90
91config TARGET_VL_MA2SC
92 bool "Support vl_ma2sc"
93
94config TARGET_SBC35_A9G20
95 bool "Support sbc35_a9g20"
96
97config TARGET_TNY_A9260
98 bool "Support tny_a9260"
99
100config TARGET_USB_A9263
101 bool "Support usb_a9263"
102
103config TARGET_ETHERNUT5
104 bool "Support ethernut5"
105
106config TARGET_TOP9000
107 bool "Support top9000"
108
109config TARGET_MEESC
110 bool "Support meesc"
111
112config TARGET_OTC570
113 bool "Support otc570"
114
115config TARGET_CPU9260
116 bool "Support cpu9260"
117
118config TARGET_PM9261
119 bool "Support pm9261"
120
121config TARGET_PM9263
122 bool "Support pm9263"
123
124config TARGET_PM9G45
125 bool "Support pm9g45"
126
127config TARGET_CORVUS
128 bool "Support corvus"
129
130config TARGET_TAURUS
131 bool "Support taurus"
132
133config TARGET_STAMP9G20
134 bool "Support stamp9g20"
135
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900136config ARCH_DAVINCI
137 bool "TI DaVinci"
138 help
139 Support for TI's DaVinci platform.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900140
Masahiro Yamadad7570852014-08-31 07:10:59 +0900141config KIRKWOOD
142 bool "Marvell Kirkwood"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900143
Stefan Roese03915772014-10-22 12:13:18 +0200144config TARGET_DB_MV784MP_GP
145 bool "Support db-mv784mp-gp"
146
Stefan Roese9b1e2312014-10-22 12:13:19 +0200147config TARGET_MAXBCM
148 bool "Support maxbcm"
149
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900150config TARGET_DEVKIT3250
151 bool "Support devkit3250"
152
153config TARGET_JADECPU
154 bool "Support jadecpu"
155
156config TARGET_MX25PDK
157 bool "Support mx25pdk"
158
159config TARGET_TX25
160 bool "Support tx25"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900161 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900162
163config TARGET_ZMX25
164 bool "Support zmx25"
165
166config TARGET_APF27
167 bool "Support apf27"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900168 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900169
170config TARGET_IMX27LITE
171 bool "Support imx27lite"
172
173config TARGET_MAGNESIUM
174 bool "Support magnesium"
175
176config TARGET_APX4DEVKIT
177 bool "Support apx4devkit"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900178 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900179
180config TARGET_XFI3
181 bool "Support xfi3"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900182 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900183
184config TARGET_M28EVK
185 bool "Support m28evk"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900186 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900187
188config TARGET_MX23EVK
189 bool "Support mx23evk"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900190 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900191
192config TARGET_MX28EVK
193 bool "Support mx28evk"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900194 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900195
196config TARGET_MX23_OLINUXINO
197 bool "Support mx23_olinuxino"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900198 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900199
200config TARGET_BG0900
201 bool "Support bg0900"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900202 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900203
204config TARGET_SANSA_FUZE_PLUS
205 bool "Support sansa_fuze_plus"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900206 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900207
208config TARGET_SC_SPS_1
209 bool "Support sc_sps_1"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900210 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900211
Masahiro Yamadabfb40e72014-08-31 07:11:08 +0900212config ARCH_NOMADIK
213 bool "ST-Ericsson Nomadik"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900214
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900215config ORION5X
216 bool "Marvell Orion"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900217
218config TARGET_DKB
219 bool "Support dkb"
220
221config TARGET_SPEAR300
222 bool "Support spear300"
223
224config TARGET_SPEAR310
225 bool "Support spear310"
226
227config TARGET_SPEAR320
228 bool "Support spear320"
229
230config TARGET_SPEAR600
231 bool "Support spear600"
232
233config TARGET_X600
234 bool "Support x600"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900235 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900236
Masahiro Yamadafc7a08a2014-08-31 07:10:58 +0900237config ARCH_VERSATILE
238 bool "ARM Ltd. Versatile family"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900239
240config TARGET_INTEGRATORCP_CM1136
241 bool "Support integratorcp_cm1136"
242
243config TARGET_IMX31_PHYCORE
244 bool "Support imx31_phycore"
245
246config TARGET_QONG
247 bool "Support qong"
248
249config TARGET_MX31ADS
250 bool "Support mx31ads"
251
252config TARGET_MX31PDK
253 bool "Support mx31pdk"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900254 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900255
256config TARGET_TT01
257 bool "Support tt01"
258
259config TARGET_IMX31_LITEKIT
260 bool "Support imx31_litekit"
261
262config TARGET_WOODBURN
263 bool "Support woodburn"
264
265config TARGET_WOODBURN_SD
266 bool "Support woodburn_sd"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900267 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900268
269config TARGET_FLEA3
270 bool "Support flea3"
271
272config TARGET_MX35PDK
273 bool "Support mx35pdk"
274
275config TARGET_RPI_B
276 bool "Support rpi_b"
277
278config TARGET_TNETV107X_EVM
279 bool "Support tnetv107x_evm"
280
281config TARGET_INTEGRATORAP_CM946ES
282 bool "Support integratorap_cm946es"
283
284config TARGET_INTEGRATORCP_CM946ES
285 bool "Support integratorcp_cm946es"
286
287config TARGET_VEXPRESS_CA15_TC2
288 bool "Support vexpress_ca15_tc2"
289
290config TARGET_VEXPRESS_CA5X2
291 bool "Support vexpress_ca5x2"
292
293config TARGET_VEXPRESS_CA9X4
294 bool "Support vexpress_ca9x4"
295
296config TARGET_KWB
297 bool "Support kwb"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900298 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900299
300config TARGET_TSERIES
301 bool "Support tseries"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900302 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900303
304config TARGET_CM_T335
305 bool "Support cm_t335"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900306 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900307
308config TARGET_PEPPER
309 bool "Support pepper"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900310 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900311
312config TARGET_AM335X_IGEP0033
313 bool "Support am335x_igep0033"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900314 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900315
316config TARGET_PCM051
317 bool "Support pcm051"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900318 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900319
320config TARGET_DRACO
321 bool "Support draco"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900322 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900323
324config TARGET_DXR2
325 bool "Support dxr2"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900326 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900327
328config TARGET_PXM2
329 bool "Support pxm2"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900330 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900331
332config TARGET_RUT
333 bool "Support rut"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900334 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900335
336config TARGET_PENGWYN
337 bool "Support pengwyn"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900338 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900339
340config TARGET_AM335X_EVM
341 bool "Support am335x_evm"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900342 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900343
344config TARGET_AM43XX_EVM
345 bool "Support am43xx_evm"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900346 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900347
348config TARGET_TI814X_EVM
349 bool "Support ti814x_evm"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900350 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900351
352config TARGET_TI816X_EVM
353 bool "Support ti816x_evm"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900354 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900355
356config TARGET_SAMA5D3_XPLAINED
357 bool "Support sama5d3_xplained"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900358 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900359
360config TARGET_SAMA5D3XEK
361 bool "Support sama5d3xek"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900362 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900363
364config TARGET_BCM28155_AP
365 bool "Support bcm28155_ap"
366
Steve Rae729da8b2014-08-11 13:58:26 -0700367config TARGET_BCM958300K
368 bool "Support bcm958300k"
369
370config TARGET_BCM958622HR
371 bool "Support bcm958622hr"
372
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900373config ARCH_EXYNOS
374 bool "Samsung EXYNOS"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900375
Simon Glass96aa0722014-10-07 22:01:50 -0600376config ARCH_S5PC1XX
377 bool "Samsung S5PC1XX"
378
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900379config ARCH_HIGHBANK
380 bool "Calxeda Highbank"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900381
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900382config ARCH_KEYSTONE
383 bool "TI Keystone"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900384 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900385
386config TARGET_M53EVK
387 bool "Support m53evk"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900388 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900389
390config TARGET_IMA3_MX53
391 bool "Support ima3-mx53"
392
393config TARGET_MX51EVK
394 bool "Support mx51evk"
395
396config TARGET_MX53ARD
397 bool "Support mx53ard"
398
399config TARGET_MX53EVK
400 bool "Support mx53evk"
401
402config TARGET_MX53LOCO
403 bool "Support mx53loco"
404
405config TARGET_MX53SMD
406 bool "Support mx53smd"
407
408config TARGET_MX51_EFIKAMX
409 bool "Support mx51_efikamx"
410
411config TARGET_VISION2
412 bool "Support vision2"
413
414config TARGET_UDOO
415 bool "Support udoo"
416
417config TARGET_WANDBOARD
418 bool "Support wandboard"
419
420config TARGET_TITANIUM
421 bool "Support titanium"
422
423config TARGET_NITROGEN6X
424 bool "Support nitrogen6x"
425
426config TARGET_CGTQMX6EVAL
427 bool "Support cgtqmx6eval"
428
429config TARGET_EMBESTMX6BOARDS
430 bool "Support embestmx6boards"
431
Stefano Babic371e73a2014-08-11 10:18:41 +0200432config TARGET_ARISTAINETOS
433 bool "Support aristainetos"
434
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900435config TARGET_MX6QARM2
436 bool "Support mx6qarm2"
437
438config TARGET_MX6QSABREAUTO
439 bool "Support mx6qsabreauto"
440
441config TARGET_MX6SABRESD
442 bool "Support mx6sabresd"
443
444config TARGET_MX6SLEVK
445 bool "Support mx6slevk"
446
Fabio Estevam896a8812014-08-14 21:00:28 -0300447config TARGET_MX6SXSABRESD
448 bool "Support mx6sxsabresd"
449
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900450config TARGET_GW_VENTANA
451 bool "Support gw_ventana"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900452 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900453
454config TARGET_HUMMINGBOARD
455 bool "Support hummingboard"
456
Masahiro Yamada08900f72014-09-01 00:47:55 +0900457config TARGET_TQMA6
458 bool "TQ Systems TQMa6 board"
459
Christian Gmeiner5ad7c162014-10-02 13:33:46 +0200460config TARGET_OT1200
461 bool "Bachmann OT1200"
462
Masahiro Yamadadd678432014-08-31 07:11:02 +0900463config OMAP34XX
464 bool "OMAP34XX SoC"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900465
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900466config OMAP44XX
467 bool "OMAP44XX SoC"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900468 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900469
Masahiro Yamada420b8162014-08-31 07:11:04 +0900470config OMAP54XX
471 bool "OMAP54XX SoC"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900472 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900473
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900474config RMOBILE
475 bool "Renesas ARM SoCs"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900476
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300477config TARGET_CM_FX6
478 bool "Support cm_fx6"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900479 select SUPPORT_SPL
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300480
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900481config TARGET_SOCFPGA_CYCLONE5
482 bool "Support socfpga_cyclone5"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900483 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900484
485config TARGET_SUN4I
486 bool "Support sun4i"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900487 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900488
489config TARGET_SUN5I
490 bool "Support sun5i"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900491 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900492
Maxime Ripard2c519412014-10-03 20:16:29 +0800493config TARGET_SUN6I
494 bool "Support sun6i"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900495 select SUPPORT_SPL
Maxime Ripard2c519412014-10-03 20:16:29 +0800496
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900497config TARGET_SUN7I
498 bool "Support sun7i"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900499 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900500
Chen-Yu Tsai848c2632014-10-22 16:47:44 +0800501config TARGET_SUN8I
502 bool "Support sun8i"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900503 select SUPPORT_SPL
Chen-Yu Tsai848c2632014-10-22 16:47:44 +0800504
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900505config TARGET_SNOWBALL
506 bool "Support snowball"
507
508config TARGET_U8500_HREF
509 bool "Support u8500_href"
510
511config TARGET_VF610TWR
512 bool "Support vf610twr"
513
Masahiro Yamadaa3cd8982014-08-31 07:10:55 +0900514config ZYNQ
515 bool "Xilinx Zynq Platform"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900516 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900517
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900518config TEGRA
519 bool "NVIDIA Tegra"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900520 select SUPPORT_SPL
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900521 select SPL
Masahiro Yamada9fadbc82014-09-22 19:59:05 +0900522 select OF_CONTROL if !SPL_BUILD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900523
524config TARGET_VEXPRESS_AEMV8A
525 bool "Support vexpress_aemv8a"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900526 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900527
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900528config TARGET_LS2085A_EMU
529 bool "Support ls2085a_emu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900530 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900531
532config TARGET_LS2085A_SIMU
533 bool "Support ls2085a_simu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900534 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900535
Wang Huanf0ce7d62014-09-05 13:52:44 +0800536config TARGET_LS1021AQDS
537 bool "Support ls1021aqds_nor"
538
Wang Huanddf89f92014-09-05 13:52:45 +0800539config TARGET_LS1021ATWR
540 bool "Support ls1021atwr_nor"
541
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900542config TARGET_BALLOON3
543 bool "Support balloon3"
544
545config TARGET_H2200
546 bool "Support h2200"
547
548config TARGET_PALMLD
549 bool "Support palmld"
550
551config TARGET_PALMTC
552 bool "Support palmtc"
553
554config TARGET_PALMTREO680
555 bool "Support palmtreo680"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900556 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900557
558config TARGET_PXA255_IDP
559 bool "Support pxa255_idp"
560
561config TARGET_TRIZEPSIV
562 bool "Support trizepsiv"
563
564config TARGET_VPAC270
565 bool "Support vpac270"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900566 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900567
568config TARGET_XAENIAX
569 bool "Support xaeniax"
570
571config TARGET_ZIPITZ2
572 bool "Support zipitz2"
573
574config TARGET_LP8X4X
575 bool "Support lp8x4x"
576
577config TARGET_COLIBRI_PXA270
578 bool "Support colibri_pxa270"
579
580config TARGET_JORNADA
581 bool "Support jornada"
582
Masahiro Yamada82069432014-10-03 19:21:07 +0900583config ARCH_UNIPHIER
584 bool "Panasonic UniPhier platform"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900585 select SUPPORT_SPL
Masahiro Yamada82069432014-10-03 19:21:07 +0900586
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900587endchoice
588
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900589source "arch/arm/cpu/armv8/Kconfig"
590
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900591source "arch/arm/cpu/arm926ejs/davinci/Kconfig"
592
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900593source "arch/arm/cpu/armv7/exynos/Kconfig"
594
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900595source "arch/arm/cpu/armv7/highbank/Kconfig"
596
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900597source "arch/arm/cpu/armv7/keystone/Kconfig"
598
Masahiro Yamadad7570852014-08-31 07:10:59 +0900599source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"
600
Masahiro Yamadabfb40e72014-08-31 07:11:08 +0900601source "arch/arm/cpu/arm926ejs/nomadik/Kconfig"
602
Masahiro Yamadadd678432014-08-31 07:11:02 +0900603source "arch/arm/cpu/armv7/omap3/Kconfig"
604
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900605source "arch/arm/cpu/armv7/omap4/Kconfig"
606
Masahiro Yamada420b8162014-08-31 07:11:04 +0900607source "arch/arm/cpu/armv7/omap5/Kconfig"
608
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900609source "arch/arm/cpu/arm926ejs/orion5x/Kconfig"
610
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900611source "arch/arm/cpu/armv7/rmobile/Kconfig"
612
Simon Glass96aa0722014-10-07 22:01:50 -0600613source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
614
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900615source "arch/arm/cpu/armv7/tegra-common/Kconfig"
616
Masahiro Yamada82069432014-10-03 19:21:07 +0900617source "arch/arm/cpu/armv7/uniphier/Kconfig"
618
Masahiro Yamadafc7a08a2014-08-31 07:10:58 +0900619source "arch/arm/cpu/arm926ejs/versatile/Kconfig"
620
Masahiro Yamadaa3cd8982014-08-31 07:10:55 +0900621source "arch/arm/cpu/armv7/zynq/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900622
Stefano Babic371e73a2014-08-11 10:18:41 +0200623source "board/aristainetos/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900624source "board/BuR/kwb/Kconfig"
625source "board/BuR/tseries/Kconfig"
626source "board/BuS/eb_cpux9k2/Kconfig"
627source "board/BuS/vl_ma2sc/Kconfig"
628source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900629source "board/Marvell/aspenite/Kconfig"
Stefan Roese03915772014-10-22 12:13:18 +0200630source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900631source "board/Marvell/dkb/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900632source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900633source "board/afeb9260/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900634source "board/altera/socfpga/Kconfig"
635source "board/armadeus/apf27/Kconfig"
636source "board/armltd/integrator/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900637source "board/armltd/vexpress/Kconfig"
638source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900639source "board/atmel/at91rm9200ek/Kconfig"
640source "board/atmel/at91sam9260ek/Kconfig"
641source "board/atmel/at91sam9261ek/Kconfig"
642source "board/atmel/at91sam9263ek/Kconfig"
643source "board/atmel/at91sam9m10g45ek/Kconfig"
644source "board/atmel/at91sam9n12ek/Kconfig"
645source "board/atmel/at91sam9rlek/Kconfig"
646source "board/atmel/at91sam9x5ek/Kconfig"
647source "board/atmel/sama5d3_xplained/Kconfig"
648source "board/atmel/sama5d3xek/Kconfig"
Christian Gmeiner5ad7c162014-10-02 13:33:46 +0200649source "board/bachmann/ot1200/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900650source "board/balloon3/Kconfig"
651source "board/barco/titanium/Kconfig"
652source "board/bluegiga/apx4devkit/Kconfig"
653source "board/bluewater/snapper9260/Kconfig"
654source "board/boundary/nitrogen6x/Kconfig"
655source "board/broadcom/bcm28155_ap/Kconfig"
Steve Rae729da8b2014-08-11 13:58:26 -0700656source "board/broadcom/bcm958300k/Kconfig"
657source "board/broadcom/bcm958622hr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900658source "board/calao/sbc35_a9g20/Kconfig"
659source "board/calao/tny_a9260/Kconfig"
660source "board/calao/usb_a9263/Kconfig"
661source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900662source "board/cm4008/Kconfig"
663source "board/cm41xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900664source "board/compulab/cm_t335/Kconfig"
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300665source "board/compulab/cm_fx6/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900666source "board/congatec/cgtqmx6eval/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900667source "board/creative/xfi3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900668source "board/davedenx/qong/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900669source "board/denx/m28evk/Kconfig"
670source "board/denx/m53evk/Kconfig"
671source "board/egnite/ethernut5/Kconfig"
672source "board/embest/mx6boards/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900673source "board/esd/meesc/Kconfig"
674source "board/esd/otc570/Kconfig"
675source "board/esg/ima3-mx53/Kconfig"
676source "board/eukrea/cpu9260/Kconfig"
677source "board/eukrea/cpuat91/Kconfig"
678source "board/faraday/a320evb/Kconfig"
679source "board/freescale/ls2085a/Kconfig"
Wang Huanf0ce7d62014-09-05 13:52:44 +0800680source "board/freescale/ls1021aqds/Kconfig"
Wang Huanddf89f92014-09-05 13:52:45 +0800681source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900682source "board/freescale/mx23evk/Kconfig"
683source "board/freescale/mx25pdk/Kconfig"
684source "board/freescale/mx28evk/Kconfig"
685source "board/freescale/mx31ads/Kconfig"
686source "board/freescale/mx31pdk/Kconfig"
687source "board/freescale/mx35pdk/Kconfig"
688source "board/freescale/mx51evk/Kconfig"
689source "board/freescale/mx53ard/Kconfig"
690source "board/freescale/mx53evk/Kconfig"
691source "board/freescale/mx53loco/Kconfig"
692source "board/freescale/mx53smd/Kconfig"
693source "board/freescale/mx6qarm2/Kconfig"
694source "board/freescale/mx6qsabreauto/Kconfig"
695source "board/freescale/mx6sabresd/Kconfig"
696source "board/freescale/mx6slevk/Kconfig"
Fabio Estevam896a8812014-08-14 21:00:28 -0300697source "board/freescale/mx6sxsabresd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900698source "board/freescale/vf610twr/Kconfig"
699source "board/gateworks/gw_ventana/Kconfig"
700source "board/genesi/mx51_efikamx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900701source "board/gumstix/pepper/Kconfig"
702source "board/h2200/Kconfig"
703source "board/hale/tt01/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900704source "board/icpdas/lp8x4x/Kconfig"
705source "board/imx31_phycore/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900706source "board/isee/igep0033/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900707source "board/jornada/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900708source "board/karo/tx25/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900709source "board/logicpd/imx27lite/Kconfig"
710source "board/logicpd/imx31_litekit/Kconfig"
Stefan Roese9b1e2312014-10-22 12:13:19 +0200711source "board/maxbcm/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900712source "board/mpl/vcma9/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900713source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900714source "board/palmld/Kconfig"
715source "board/palmtc/Kconfig"
716source "board/palmtreo680/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900717source "board/phytec/pcm051/Kconfig"
718source "board/ppcag/bg0900/Kconfig"
719source "board/pxa255_idp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900720source "board/raspberrypi/rpi_b/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900721source "board/ronetix/pm9261/Kconfig"
722source "board/ronetix/pm9263/Kconfig"
723source "board/ronetix/pm9g45/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900724source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900725source "board/sandisk/sansa_fuze_plus/Kconfig"
726source "board/scb9328/Kconfig"
727source "board/schulercontrol/sc_sps_1/Kconfig"
728source "board/siemens/corvus/Kconfig"
729source "board/siemens/draco/Kconfig"
730source "board/siemens/pxm2/Kconfig"
731source "board/siemens/rut/Kconfig"
732source "board/siemens/taurus/Kconfig"
733source "board/silica/pengwyn/Kconfig"
734source "board/solidrun/hummingboard/Kconfig"
735source "board/spear/spear300/Kconfig"
736source "board/spear/spear310/Kconfig"
737source "board/spear/spear320/Kconfig"
738source "board/spear/spear600/Kconfig"
739source "board/spear/x600/Kconfig"
740source "board/st-ericsson/snowball/Kconfig"
741source "board/st-ericsson/u8500/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900742source "board/sunxi/Kconfig"
743source "board/syteco/jadecpu/Kconfig"
744source "board/syteco/zmx25/Kconfig"
745source "board/taskit/stamp9g20/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900746source "board/ti/am335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900747source "board/ti/am43xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900748source "board/ti/ti814x/Kconfig"
749source "board/ti/ti816x/Kconfig"
750source "board/ti/tnetv107xevm/Kconfig"
751source "board/timll/devkit3250/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900752source "board/toradex/colibri_pxa270/Kconfig"
Masahiro Yamada08900f72014-09-01 00:47:55 +0900753source "board/tqc/tqma6/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900754source "board/trizepsiv/Kconfig"
755source "board/ttcontrol/vision2/Kconfig"
756source "board/udoo/Kconfig"
757source "board/vpac270/Kconfig"
758source "board/wandboard/Kconfig"
759source "board/woodburn/Kconfig"
760source "board/xaeniax/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900761source "board/zipitz2/Kconfig"
762
763endmenu