blob: 4317b69e361ed80c0ac1511715efe4901d1d1442 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada016a9542014-09-14 03:01:51 +09007config ARM64
8 bool
9
Masahiro Yamadadd840582014-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 Yamada3491ba62014-08-31 07:11:01 +0900136config ARCH_DAVINCI
137 bool "TI DaVinci"
138 help
139 Support for TI's DaVinci platform.
Masahiro Yamadadd840582014-07-30 14:08:14 +0900140
Masahiro Yamada47539e22014-08-31 07:10:59 +0900141config KIRKWOOD
142 bool "Marvell Kirkwood"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900143
Stefan Roesedd580802014-10-22 12:13:18 +0200144config TARGET_DB_MV784MP_GP
145 bool "Support db-mv784mp-gp"
146
Stefan Roesea4884832014-10-22 12:13:19 +0200147config TARGET_MAXBCM
148 bool "Support maxbcm"
149
Masahiro Yamadadd840582014-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"
161
162config TARGET_ZMX25
163 bool "Support zmx25"
164
165config TARGET_APF27
166 bool "Support apf27"
167
168config TARGET_IMX27LITE
169 bool "Support imx27lite"
170
171config TARGET_MAGNESIUM
172 bool "Support magnesium"
173
174config TARGET_APX4DEVKIT
175 bool "Support apx4devkit"
176
177config TARGET_XFI3
178 bool "Support xfi3"
179
180config TARGET_M28EVK
181 bool "Support m28evk"
182
183config TARGET_MX23EVK
184 bool "Support mx23evk"
185
186config TARGET_MX28EVK
187 bool "Support mx28evk"
188
189config TARGET_MX23_OLINUXINO
190 bool "Support mx23_olinuxino"
191
192config TARGET_BG0900
193 bool "Support bg0900"
194
195config TARGET_SANSA_FUZE_PLUS
196 bool "Support sansa_fuze_plus"
197
198config TARGET_SC_SPS_1
199 bool "Support sc_sps_1"
200
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900201config ARCH_NOMADIK
202 bool "ST-Ericsson Nomadik"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900203
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900204config ORION5X
205 bool "Marvell Orion"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900206
207config TARGET_DKB
208 bool "Support dkb"
209
210config TARGET_SPEAR300
211 bool "Support spear300"
212
213config TARGET_SPEAR310
214 bool "Support spear310"
215
216config TARGET_SPEAR320
217 bool "Support spear320"
218
219config TARGET_SPEAR600
220 bool "Support spear600"
221
222config TARGET_X600
223 bool "Support x600"
224
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900225config ARCH_VERSATILE
226 bool "ARM Ltd. Versatile family"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900227
228config TARGET_INTEGRATORCP_CM1136
229 bool "Support integratorcp_cm1136"
230
231config TARGET_IMX31_PHYCORE
232 bool "Support imx31_phycore"
233
234config TARGET_QONG
235 bool "Support qong"
236
237config TARGET_MX31ADS
238 bool "Support mx31ads"
239
240config TARGET_MX31PDK
241 bool "Support mx31pdk"
242
243config TARGET_TT01
244 bool "Support tt01"
245
246config TARGET_IMX31_LITEKIT
247 bool "Support imx31_litekit"
248
249config TARGET_WOODBURN
250 bool "Support woodburn"
251
252config TARGET_WOODBURN_SD
253 bool "Support woodburn_sd"
254
255config TARGET_FLEA3
256 bool "Support flea3"
257
258config TARGET_MX35PDK
259 bool "Support mx35pdk"
260
261config TARGET_RPI_B
262 bool "Support rpi_b"
263
264config TARGET_TNETV107X_EVM
265 bool "Support tnetv107x_evm"
266
267config TARGET_INTEGRATORAP_CM946ES
268 bool "Support integratorap_cm946es"
269
270config TARGET_INTEGRATORCP_CM946ES
271 bool "Support integratorcp_cm946es"
272
273config TARGET_VEXPRESS_CA15_TC2
274 bool "Support vexpress_ca15_tc2"
275
276config TARGET_VEXPRESS_CA5X2
277 bool "Support vexpress_ca5x2"
278
279config TARGET_VEXPRESS_CA9X4
280 bool "Support vexpress_ca9x4"
281
282config TARGET_KWB
283 bool "Support kwb"
284
285config TARGET_TSERIES
286 bool "Support tseries"
287
288config TARGET_CM_T335
289 bool "Support cm_t335"
290
291config TARGET_PEPPER
292 bool "Support pepper"
293
294config TARGET_AM335X_IGEP0033
295 bool "Support am335x_igep0033"
296
297config TARGET_PCM051
298 bool "Support pcm051"
299
300config TARGET_DRACO
301 bool "Support draco"
302
303config TARGET_DXR2
304 bool "Support dxr2"
305
306config TARGET_PXM2
307 bool "Support pxm2"
308
309config TARGET_RUT
310 bool "Support rut"
311
312config TARGET_PENGWYN
313 bool "Support pengwyn"
314
315config TARGET_AM335X_EVM
316 bool "Support am335x_evm"
317
318config TARGET_AM43XX_EVM
319 bool "Support am43xx_evm"
320
321config TARGET_TI814X_EVM
322 bool "Support ti814x_evm"
323
324config TARGET_TI816X_EVM
325 bool "Support ti816x_evm"
326
327config TARGET_SAMA5D3_XPLAINED
328 bool "Support sama5d3_xplained"
329
330config TARGET_SAMA5D3XEK
331 bool "Support sama5d3xek"
332
333config TARGET_BCM28155_AP
334 bool "Support bcm28155_ap"
335
Steve Rae9dec5272014-08-11 13:58:26 -0700336config TARGET_BCM958300K
337 bool "Support bcm958300k"
338
339config TARGET_BCM958622HR
340 bool "Support bcm958622hr"
341
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900342config ARCH_EXYNOS
343 bool "Samsung EXYNOS"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900344
Simon Glass311757b2014-10-07 22:01:50 -0600345config ARCH_S5PC1XX
346 bool "Samsung S5PC1XX"
347
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900348config ARCH_HIGHBANK
349 bool "Calxeda Highbank"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900350
Masahiro Yamadac338f092014-08-31 07:11:05 +0900351config ARCH_KEYSTONE
352 bool "TI Keystone"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900353
354config TARGET_M53EVK
355 bool "Support m53evk"
356
357config TARGET_IMA3_MX53
358 bool "Support ima3-mx53"
359
360config TARGET_MX51EVK
361 bool "Support mx51evk"
362
363config TARGET_MX53ARD
364 bool "Support mx53ard"
365
366config TARGET_MX53EVK
367 bool "Support mx53evk"
368
369config TARGET_MX53LOCO
370 bool "Support mx53loco"
371
372config TARGET_MX53SMD
373 bool "Support mx53smd"
374
375config TARGET_MX51_EFIKAMX
376 bool "Support mx51_efikamx"
377
378config TARGET_VISION2
379 bool "Support vision2"
380
381config TARGET_UDOO
382 bool "Support udoo"
383
384config TARGET_WANDBOARD
385 bool "Support wandboard"
386
387config TARGET_TITANIUM
388 bool "Support titanium"
389
390config TARGET_NITROGEN6X
391 bool "Support nitrogen6x"
392
393config TARGET_CGTQMX6EVAL
394 bool "Support cgtqmx6eval"
395
396config TARGET_EMBESTMX6BOARDS
397 bool "Support embestmx6boards"
398
Stefano Babic7e929172014-08-11 10:18:41 +0200399config TARGET_ARISTAINETOS
400 bool "Support aristainetos"
401
Masahiro Yamadadd840582014-07-30 14:08:14 +0900402config TARGET_MX6QARM2
403 bool "Support mx6qarm2"
404
405config TARGET_MX6QSABREAUTO
406 bool "Support mx6qsabreauto"
407
408config TARGET_MX6SABRESD
409 bool "Support mx6sabresd"
410
411config TARGET_MX6SLEVK
412 bool "Support mx6slevk"
413
Fabio Estevam080d72f2014-08-14 21:00:28 -0300414config TARGET_MX6SXSABRESD
415 bool "Support mx6sxsabresd"
416
Masahiro Yamadadd840582014-07-30 14:08:14 +0900417config TARGET_GW_VENTANA
418 bool "Support gw_ventana"
419
420config TARGET_HUMMINGBOARD
421 bool "Support hummingboard"
422
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900423config TARGET_TQMA6
424 bool "TQ Systems TQMa6 board"
425
Christian Gmeiner39d09732014-10-02 13:33:46 +0200426config TARGET_OT1200
427 bool "Bachmann OT1200"
428
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900429config OMAP34XX
430 bool "OMAP34XX SoC"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900431
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900432config OMAP44XX
433 bool "OMAP44XX SoC"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900434
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900435config OMAP54XX
436 bool "OMAP54XX SoC"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900437
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900438config RMOBILE
439 bool "Renesas ARM SoCs"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900440
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300441config TARGET_CM_FX6
442 bool "Support cm_fx6"
443
Masahiro Yamadadd840582014-07-30 14:08:14 +0900444config TARGET_SOCFPGA_CYCLONE5
445 bool "Support socfpga_cyclone5"
446
447config TARGET_SUN4I
448 bool "Support sun4i"
449
450config TARGET_SUN5I
451 bool "Support sun5i"
452
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800453config TARGET_SUN6I
454 bool "Support sun6i"
455
Masahiro Yamadadd840582014-07-30 14:08:14 +0900456config TARGET_SUN7I
457 bool "Support sun7i"
458
459config TARGET_SNOWBALL
460 bool "Support snowball"
461
462config TARGET_U8500_HREF
463 bool "Support u8500_href"
464
465config TARGET_VF610TWR
466 bool "Support vf610twr"
467
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900468config ZYNQ
469 bool "Xilinx Zynq Platform"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900470
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900471config TEGRA
472 bool "NVIDIA Tegra"
473 select SPL
Masahiro Yamada783e6a72014-09-22 19:59:05 +0900474 select OF_CONTROL if !SPL_BUILD
Masahiro Yamadadd840582014-07-30 14:08:14 +0900475
476config TARGET_VEXPRESS_AEMV8A
477 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900478 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900479
Masahiro Yamadadd840582014-07-30 14:08:14 +0900480config TARGET_LS2085A_EMU
481 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900482 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900483
484config TARGET_LS2085A_SIMU
485 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900486 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900487
Wang Huan550e3dc2014-09-05 13:52:44 +0800488config TARGET_LS1021AQDS
489 bool "Support ls1021aqds_nor"
490
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800491config TARGET_LS1021ATWR
492 bool "Support ls1021atwr_nor"
493
Masahiro Yamadadd840582014-07-30 14:08:14 +0900494config TARGET_BALLOON3
495 bool "Support balloon3"
496
497config TARGET_H2200
498 bool "Support h2200"
499
500config TARGET_PALMLD
501 bool "Support palmld"
502
503config TARGET_PALMTC
504 bool "Support palmtc"
505
506config TARGET_PALMTREO680
507 bool "Support palmtreo680"
508
509config TARGET_PXA255_IDP
510 bool "Support pxa255_idp"
511
512config TARGET_TRIZEPSIV
513 bool "Support trizepsiv"
514
515config TARGET_VPAC270
516 bool "Support vpac270"
517
518config TARGET_XAENIAX
519 bool "Support xaeniax"
520
521config TARGET_ZIPITZ2
522 bool "Support zipitz2"
523
524config TARGET_LP8X4X
525 bool "Support lp8x4x"
526
527config TARGET_COLIBRI_PXA270
528 bool "Support colibri_pxa270"
529
530config TARGET_JORNADA
531 bool "Support jornada"
532
Masahiro Yamada66cba042014-10-03 19:21:07 +0900533config ARCH_UNIPHIER
534 bool "Panasonic UniPhier platform"
535
Masahiro Yamadadd840582014-07-30 14:08:14 +0900536endchoice
537
Masahiro Yamada016a9542014-09-14 03:01:51 +0900538source "arch/arm/cpu/armv8/Kconfig"
539
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900540source "arch/arm/cpu/arm926ejs/davinci/Kconfig"
541
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900542source "arch/arm/cpu/armv7/exynos/Kconfig"
543
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900544source "arch/arm/cpu/armv7/highbank/Kconfig"
545
Masahiro Yamadac338f092014-08-31 07:11:05 +0900546source "arch/arm/cpu/armv7/keystone/Kconfig"
547
Masahiro Yamada47539e22014-08-31 07:10:59 +0900548source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"
549
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900550source "arch/arm/cpu/arm926ejs/nomadik/Kconfig"
551
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900552source "arch/arm/cpu/armv7/omap3/Kconfig"
553
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900554source "arch/arm/cpu/armv7/omap4/Kconfig"
555
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900556source "arch/arm/cpu/armv7/omap5/Kconfig"
557
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900558source "arch/arm/cpu/arm926ejs/orion5x/Kconfig"
559
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900560source "arch/arm/cpu/armv7/rmobile/Kconfig"
561
Simon Glass311757b2014-10-07 22:01:50 -0600562source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
563
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900564source "arch/arm/cpu/armv7/tegra-common/Kconfig"
565
Masahiro Yamada66cba042014-10-03 19:21:07 +0900566source "arch/arm/cpu/armv7/uniphier/Kconfig"
567
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900568source "arch/arm/cpu/arm926ejs/versatile/Kconfig"
569
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900570source "arch/arm/cpu/armv7/zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900571
Stefano Babic7e929172014-08-11 10:18:41 +0200572source "board/aristainetos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900573source "board/BuR/kwb/Kconfig"
574source "board/BuR/tseries/Kconfig"
575source "board/BuS/eb_cpux9k2/Kconfig"
576source "board/BuS/vl_ma2sc/Kconfig"
577source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900578source "board/Marvell/aspenite/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200579source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900580source "board/Marvell/dkb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900581source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900582source "board/afeb9260/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900583source "board/altera/socfpga/Kconfig"
584source "board/armadeus/apf27/Kconfig"
585source "board/armltd/integrator/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900586source "board/armltd/vexpress/Kconfig"
587source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900588source "board/atmel/at91rm9200ek/Kconfig"
589source "board/atmel/at91sam9260ek/Kconfig"
590source "board/atmel/at91sam9261ek/Kconfig"
591source "board/atmel/at91sam9263ek/Kconfig"
592source "board/atmel/at91sam9m10g45ek/Kconfig"
593source "board/atmel/at91sam9n12ek/Kconfig"
594source "board/atmel/at91sam9rlek/Kconfig"
595source "board/atmel/at91sam9x5ek/Kconfig"
596source "board/atmel/sama5d3_xplained/Kconfig"
597source "board/atmel/sama5d3xek/Kconfig"
Christian Gmeiner39d09732014-10-02 13:33:46 +0200598source "board/bachmann/ot1200/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900599source "board/balloon3/Kconfig"
600source "board/barco/titanium/Kconfig"
601source "board/bluegiga/apx4devkit/Kconfig"
602source "board/bluewater/snapper9260/Kconfig"
603source "board/boundary/nitrogen6x/Kconfig"
604source "board/broadcom/bcm28155_ap/Kconfig"
Steve Rae9dec5272014-08-11 13:58:26 -0700605source "board/broadcom/bcm958300k/Kconfig"
606source "board/broadcom/bcm958622hr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900607source "board/calao/sbc35_a9g20/Kconfig"
608source "board/calao/tny_a9260/Kconfig"
609source "board/calao/usb_a9263/Kconfig"
610source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900611source "board/cm4008/Kconfig"
612source "board/cm41xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900613source "board/compulab/cm_t335/Kconfig"
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300614source "board/compulab/cm_fx6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900615source "board/congatec/cgtqmx6eval/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900616source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900617source "board/davedenx/qong/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900618source "board/denx/m28evk/Kconfig"
619source "board/denx/m53evk/Kconfig"
620source "board/egnite/ethernut5/Kconfig"
621source "board/embest/mx6boards/Kconfig"
622source "board/emk/top9000/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900623source "board/esd/meesc/Kconfig"
624source "board/esd/otc570/Kconfig"
625source "board/esg/ima3-mx53/Kconfig"
626source "board/eukrea/cpu9260/Kconfig"
627source "board/eukrea/cpuat91/Kconfig"
628source "board/faraday/a320evb/Kconfig"
629source "board/freescale/ls2085a/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800630source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800631source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900632source "board/freescale/mx23evk/Kconfig"
633source "board/freescale/mx25pdk/Kconfig"
634source "board/freescale/mx28evk/Kconfig"
635source "board/freescale/mx31ads/Kconfig"
636source "board/freescale/mx31pdk/Kconfig"
637source "board/freescale/mx35pdk/Kconfig"
638source "board/freescale/mx51evk/Kconfig"
639source "board/freescale/mx53ard/Kconfig"
640source "board/freescale/mx53evk/Kconfig"
641source "board/freescale/mx53loco/Kconfig"
642source "board/freescale/mx53smd/Kconfig"
643source "board/freescale/mx6qarm2/Kconfig"
644source "board/freescale/mx6qsabreauto/Kconfig"
645source "board/freescale/mx6sabresd/Kconfig"
646source "board/freescale/mx6slevk/Kconfig"
Fabio Estevam080d72f2014-08-14 21:00:28 -0300647source "board/freescale/mx6sxsabresd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900648source "board/freescale/vf610twr/Kconfig"
649source "board/gateworks/gw_ventana/Kconfig"
650source "board/genesi/mx51_efikamx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900651source "board/gumstix/pepper/Kconfig"
652source "board/h2200/Kconfig"
653source "board/hale/tt01/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900654source "board/icpdas/lp8x4x/Kconfig"
655source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900656source "board/isee/igep0033/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900657source "board/jornada/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900658source "board/karo/tx25/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900659source "board/logicpd/imx27lite/Kconfig"
660source "board/logicpd/imx31_litekit/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200661source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900662source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900663source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900664source "board/palmld/Kconfig"
665source "board/palmtc/Kconfig"
666source "board/palmtreo680/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900667source "board/phytec/pcm051/Kconfig"
668source "board/ppcag/bg0900/Kconfig"
669source "board/pxa255_idp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900670source "board/raspberrypi/rpi_b/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900671source "board/ronetix/pm9261/Kconfig"
672source "board/ronetix/pm9263/Kconfig"
673source "board/ronetix/pm9g45/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900674source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900675source "board/sandisk/sansa_fuze_plus/Kconfig"
676source "board/scb9328/Kconfig"
677source "board/schulercontrol/sc_sps_1/Kconfig"
678source "board/siemens/corvus/Kconfig"
679source "board/siemens/draco/Kconfig"
680source "board/siemens/pxm2/Kconfig"
681source "board/siemens/rut/Kconfig"
682source "board/siemens/taurus/Kconfig"
683source "board/silica/pengwyn/Kconfig"
684source "board/solidrun/hummingboard/Kconfig"
685source "board/spear/spear300/Kconfig"
686source "board/spear/spear310/Kconfig"
687source "board/spear/spear320/Kconfig"
688source "board/spear/spear600/Kconfig"
689source "board/spear/x600/Kconfig"
690source "board/st-ericsson/snowball/Kconfig"
691source "board/st-ericsson/u8500/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900692source "board/sunxi/Kconfig"
693source "board/syteco/jadecpu/Kconfig"
694source "board/syteco/zmx25/Kconfig"
695source "board/taskit/stamp9g20/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900696source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900697source "board/ti/am43xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900698source "board/ti/ti814x/Kconfig"
699source "board/ti/ti816x/Kconfig"
700source "board/ti/tnetv107xevm/Kconfig"
701source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900702source "board/toradex/colibri_pxa270/Kconfig"
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900703source "board/tqc/tqma6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900704source "board/trizepsiv/Kconfig"
705source "board/ttcontrol/vision2/Kconfig"
706source "board/udoo/Kconfig"
707source "board/vpac270/Kconfig"
708source "board/wandboard/Kconfig"
709source "board/woodburn/Kconfig"
710source "board/xaeniax/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900711source "board/zipitz2/Kconfig"
712
713endmenu