xref: /openbmc/u-boot/arch/arm/Kconfig (revision 3cfbcb58)
1menu "ARM architecture"
2	depends on ARM
3
4config SYS_ARCH
5	string
6	default "arm"
7
8choice
9	prompt "Target select"
10
11config TARGET_INTEGRATORAP_CM720T
12	bool "Support integratorap_cm720t"
13
14config TARGET_INTEGRATORAP_CM920T
15	bool "Support integratorap_cm920t"
16
17config TARGET_INTEGRATORCP_CM920T
18	bool "Support integratorcp_cm920t"
19
20config TARGET_A320EVB
21	bool "Support a320evb"
22
23config TARGET_AT91RM9200EK
24	bool "Support at91rm9200ek"
25
26config TARGET_EB_CPUX9K2
27	bool "Support eb_cpux9k2"
28
29config TARGET_CPUAT91
30	bool "Support cpuat91"
31
32config TARGET_EDB93XX
33	bool "Support edb93xx"
34
35config TARGET_SCB9328
36	bool "Support scb9328"
37
38config TARGET_CM4008
39	bool "Support cm4008"
40
41config TARGET_CM41XX
42	bool "Support cm41xx"
43
44config TARGET_VCMA9
45	bool "Support VCMA9"
46
47config TARGET_SMDK2410
48	bool "Support smdk2410"
49
50config TARGET_INTEGRATORAP_CM926EJS
51	bool "Support integratorap_cm926ejs"
52
53config TARGET_INTEGRATORCP_CM926EJS
54	bool "Support integratorcp_cm926ejs"
55
56config TARGET_ASPENITE
57	bool "Support aspenite"
58
59config TARGET_GPLUGD
60	bool "Support gplugd"
61
62config TARGET_AFEB9260
63	bool "Support afeb9260"
64
65config TARGET_AT91SAM9260EK
66	bool "Support at91sam9260ek"
67
68config TARGET_AT91SAM9261EK
69	bool "Support at91sam9261ek"
70
71config TARGET_AT91SAM9263EK
72	bool "Support at91sam9263ek"
73
74config TARGET_AT91SAM9M10G45EK
75	bool "Support at91sam9m10g45ek"
76
77config TARGET_AT91SAM9N12EK
78	bool "Support at91sam9n12ek"
79
80config TARGET_AT91SAM9RLEK
81	bool "Support at91sam9rlek"
82
83config TARGET_AT91SAM9X5EK
84	bool "Support at91sam9x5ek"
85
86config TARGET_SNAPPER9260
87	bool "Support snapper9260"
88
89config TARGET_VL_MA2SC
90	bool "Support vl_ma2sc"
91
92config TARGET_SBC35_A9G20
93	bool "Support sbc35_a9g20"
94
95config TARGET_TNY_A9260
96	bool "Support tny_a9260"
97
98config TARGET_USB_A9263
99	bool "Support usb_a9263"
100
101config TARGET_ETHERNUT5
102	bool "Support ethernut5"
103
104config TARGET_TOP9000
105	bool "Support top9000"
106
107config TARGET_MEESC
108	bool "Support meesc"
109
110config TARGET_OTC570
111	bool "Support otc570"
112
113config TARGET_CPU9260
114	bool "Support cpu9260"
115
116config TARGET_PM9261
117	bool "Support pm9261"
118
119config TARGET_PM9263
120	bool "Support pm9263"
121
122config TARGET_PM9G45
123	bool "Support pm9g45"
124
125config TARGET_CORVUS
126	bool "Support corvus"
127
128config TARGET_TAURUS
129	bool "Support taurus"
130
131config TARGET_STAMP9G20
132	bool "Support stamp9g20"
133
134config ARCH_DAVINCI
135	bool "TI DaVinci"
136	help
137	  Support for TI's DaVinci platform.
138
139config KIRKWOOD
140	bool "Marvell Kirkwood"
141
142config TARGET_DEVKIT3250
143	bool "Support devkit3250"
144
145config TARGET_JADECPU
146	bool "Support jadecpu"
147
148config TARGET_MX25PDK
149	bool "Support mx25pdk"
150
151config TARGET_TX25
152	bool "Support tx25"
153
154config TARGET_ZMX25
155	bool "Support zmx25"
156
157config TARGET_APF27
158	bool "Support apf27"
159
160config TARGET_IMX27LITE
161	bool "Support imx27lite"
162
163config TARGET_MAGNESIUM
164	bool "Support magnesium"
165
166config TARGET_APX4DEVKIT
167	bool "Support apx4devkit"
168
169config TARGET_XFI3
170	bool "Support xfi3"
171
172config TARGET_M28EVK
173	bool "Support m28evk"
174
175config TARGET_MX23EVK
176	bool "Support mx23evk"
177
178config TARGET_MX28EVK
179	bool "Support mx28evk"
180
181config TARGET_MX23_OLINUXINO
182	bool "Support mx23_olinuxino"
183
184config TARGET_BG0900
185	bool "Support bg0900"
186
187config TARGET_SANSA_FUZE_PLUS
188	bool "Support sansa_fuze_plus"
189
190config TARGET_SC_SPS_1
191	bool "Support sc_sps_1"
192
193config TARGET_NHK8815
194	bool "Support nhk8815"
195
196config TARGET_EDMINIV2
197	bool "Support edminiv2"
198
199config TARGET_DKB
200	bool "Support dkb"
201
202config TARGET_SPEAR300
203	bool "Support spear300"
204
205config TARGET_SPEAR310
206	bool "Support spear310"
207
208config TARGET_SPEAR320
209	bool "Support spear320"
210
211config TARGET_SPEAR600
212	bool "Support spear600"
213
214config TARGET_X600
215	bool "Support x600"
216
217config ARCH_VERSATILE
218	bool "ARM Ltd. Versatile family"
219
220config TARGET_INTEGRATORCP_CM1136
221	bool "Support integratorcp_cm1136"
222
223config TARGET_IMX31_PHYCORE
224	bool "Support imx31_phycore"
225
226config TARGET_QONG
227	bool "Support qong"
228
229config TARGET_MX31ADS
230	bool "Support mx31ads"
231
232config TARGET_MX31PDK
233	bool "Support mx31pdk"
234
235config TARGET_TT01
236	bool "Support tt01"
237
238config TARGET_IMX31_LITEKIT
239	bool "Support imx31_litekit"
240
241config TARGET_WOODBURN
242	bool "Support woodburn"
243
244config TARGET_WOODBURN_SD
245	bool "Support woodburn_sd"
246
247config TARGET_FLEA3
248	bool "Support flea3"
249
250config TARGET_MX35PDK
251	bool "Support mx35pdk"
252
253config TARGET_RPI_B
254	bool "Support rpi_b"
255
256config TARGET_TNETV107X_EVM
257	bool "Support tnetv107x_evm"
258
259config TARGET_INTEGRATORAP_CM946ES
260	bool "Support integratorap_cm946es"
261
262config TARGET_INTEGRATORCP_CM946ES
263	bool "Support integratorcp_cm946es"
264
265config TARGET_VEXPRESS_CA15_TC2
266	bool "Support vexpress_ca15_tc2"
267
268config TARGET_VEXPRESS_CA5X2
269	bool "Support vexpress_ca5x2"
270
271config TARGET_VEXPRESS_CA9X4
272	bool "Support vexpress_ca9x4"
273
274config TARGET_KWB
275	bool "Support kwb"
276
277config TARGET_TSERIES
278	bool "Support tseries"
279
280config TARGET_CM_T335
281	bool "Support cm_t335"
282
283config TARGET_PEPPER
284	bool "Support pepper"
285
286config TARGET_AM335X_IGEP0033
287	bool "Support am335x_igep0033"
288
289config TARGET_PCM051
290	bool "Support pcm051"
291
292config TARGET_DRACO
293	bool "Support draco"
294
295config TARGET_DXR2
296	bool "Support dxr2"
297
298config TARGET_PXM2
299	bool "Support pxm2"
300
301config TARGET_RUT
302	bool "Support rut"
303
304config TARGET_PENGWYN
305	bool "Support pengwyn"
306
307config TARGET_AM335X_EVM
308	bool "Support am335x_evm"
309
310config TARGET_AM43XX_EVM
311	bool "Support am43xx_evm"
312
313config TARGET_TI814X_EVM
314	bool "Support ti814x_evm"
315
316config TARGET_TI816X_EVM
317	bool "Support ti816x_evm"
318
319config TARGET_SAMA5D3_XPLAINED
320	bool "Support sama5d3_xplained"
321
322config TARGET_SAMA5D3XEK
323	bool "Support sama5d3xek"
324
325config TARGET_BCM28155_AP
326	bool "Support bcm28155_ap"
327
328config TARGET_BCM958300K
329	bool "Support bcm958300k"
330
331config TARGET_BCM958622HR
332	bool "Support bcm958622hr"
333
334config ARCH_EXYNOS
335	bool "Samsung EXYNOS"
336
337config TARGET_HIGHBANK
338	bool "Support highbank"
339
340config TARGET_K2E_EVM
341	bool "Support k2e_evm"
342
343config TARGET_K2HK_EVM
344	bool "Support k2hk_evm"
345
346config TARGET_M53EVK
347	bool "Support m53evk"
348
349config TARGET_IMA3_MX53
350	bool "Support ima3-mx53"
351
352config TARGET_MX51EVK
353	bool "Support mx51evk"
354
355config TARGET_MX53ARD
356	bool "Support mx53ard"
357
358config TARGET_MX53EVK
359	bool "Support mx53evk"
360
361config TARGET_MX53LOCO
362	bool "Support mx53loco"
363
364config TARGET_MX53SMD
365	bool "Support mx53smd"
366
367config TARGET_MX51_EFIKAMX
368	bool "Support mx51_efikamx"
369
370config TARGET_VISION2
371	bool "Support vision2"
372
373config TARGET_UDOO
374	bool "Support udoo"
375
376config TARGET_WANDBOARD
377	bool "Support wandboard"
378
379config TARGET_TITANIUM
380	bool "Support titanium"
381
382config TARGET_NITROGEN6X
383	bool "Support nitrogen6x"
384
385config TARGET_CGTQMX6EVAL
386	bool "Support cgtqmx6eval"
387
388config TARGET_EMBESTMX6BOARDS
389	bool "Support embestmx6boards"
390
391config TARGET_ARISTAINETOS
392	bool "Support aristainetos"
393
394config TARGET_MX6QARM2
395	bool "Support mx6qarm2"
396
397config TARGET_MX6QSABREAUTO
398	bool "Support mx6qsabreauto"
399
400config TARGET_MX6SABRESD
401	bool "Support mx6sabresd"
402
403config TARGET_MX6SLEVK
404	bool "Support mx6slevk"
405
406config TARGET_MX6SXSABRESD
407	bool "Support mx6sxsabresd"
408
409config TARGET_GW_VENTANA
410	bool "Support gw_ventana"
411
412config TARGET_HUMMINGBOARD
413	bool "Support hummingboard"
414
415config OMAP34XX
416	bool "OMAP34XX SoC"
417
418config TARGET_DUOVERO
419	bool "Support duovero"
420
421config TARGET_OMAP4_PANDA
422	bool "Support omap4_panda"
423
424config TARGET_OMAP4_SDP4430
425	bool "Support omap4_sdp4430"
426
427config TARGET_CM_T54
428	bool "Support cm_t54"
429
430config TARGET_DRA7XX_EVM
431	bool "Support dra7xx_evm"
432
433config TARGET_OMAP5_UEVM
434	bool "Support omap5_uevm"
435
436config RMOBILE
437	bool "Renesas ARM SoCs"
438
439config TARGET_S5P_GONI
440	bool "Support s5p_goni"
441
442config TARGET_SMDKC100
443	bool "Support smdkc100"
444
445config TARGET_SOCFPGA_CYCLONE5
446	bool "Support socfpga_cyclone5"
447
448config TARGET_SUN4I
449	bool "Support sun4i"
450
451config TARGET_SUN5I
452	bool "Support sun5i"
453
454config TARGET_SUN7I
455	bool "Support sun7i"
456
457config TARGET_SNOWBALL
458	bool "Support snowball"
459
460config TARGET_U8500_HREF
461	bool "Support u8500_href"
462
463config TARGET_VF610TWR
464	bool "Support vf610twr"
465
466config ZYNQ
467	bool "Xilinx Zynq Platform"
468
469config TEGRA
470	bool "NVIDIA Tegra"
471	select SPL
472
473config TARGET_VEXPRESS_AEMV8A
474	bool "Support vexpress_aemv8a"
475
476config TARGET_VEXPRESS_AEMV8A_SEMI
477	bool "Support vexpress_aemv8a_semi"
478
479config TARGET_LS2085A_EMU
480	bool "Support ls2085a_emu"
481
482config TARGET_LS2085A_SIMU
483	bool "Support ls2085a_simu"
484
485config TARGET_BALLOON3
486	bool "Support balloon3"
487
488config TARGET_H2200
489	bool "Support h2200"
490
491config TARGET_PALMLD
492	bool "Support palmld"
493
494config TARGET_PALMTC
495	bool "Support palmtc"
496
497config TARGET_PALMTREO680
498	bool "Support palmtreo680"
499
500config TARGET_PXA255_IDP
501	bool "Support pxa255_idp"
502
503config TARGET_TRIZEPSIV
504	bool "Support trizepsiv"
505
506config TARGET_VPAC270
507	bool "Support vpac270"
508
509config TARGET_XAENIAX
510	bool "Support xaeniax"
511
512config TARGET_ZIPITZ2
513	bool "Support zipitz2"
514
515config TARGET_LP8X4X
516	bool "Support lp8x4x"
517
518config TARGET_COLIBRI_PXA270
519	bool "Support colibri_pxa270"
520
521config TARGET_JORNADA
522	bool "Support jornada"
523
524endchoice
525
526source "arch/arm/cpu/arm926ejs/davinci/Kconfig"
527
528source "arch/arm/cpu/armv7/exynos/Kconfig"
529
530source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig"
531
532source "arch/arm/cpu/armv7/omap3/Kconfig"
533
534source "arch/arm/cpu/armv7/rmobile/Kconfig"
535
536source "arch/arm/cpu/armv7/tegra-common/Kconfig"
537
538source "arch/arm/cpu/arm926ejs/versatile/Kconfig"
539
540source "arch/arm/cpu/armv7/zynq/Kconfig"
541
542source "board/aristainetos/Kconfig"
543source "board/BuR/kwb/Kconfig"
544source "board/BuR/tseries/Kconfig"
545source "board/BuS/eb_cpux9k2/Kconfig"
546source "board/BuS/vl_ma2sc/Kconfig"
547source "board/CarMediaLab/flea3/Kconfig"
548source "board/LaCie/edminiv2/Kconfig"
549source "board/Marvell/aspenite/Kconfig"
550source "board/Marvell/dkb/Kconfig"
551source "board/Marvell/gplugd/Kconfig"
552source "board/afeb9260/Kconfig"
553source "board/altera/socfpga/Kconfig"
554source "board/armadeus/apf27/Kconfig"
555source "board/armltd/integrator/Kconfig"
556source "board/armltd/vexpress/Kconfig"
557source "board/armltd/vexpress64/Kconfig"
558source "board/atmel/at91rm9200ek/Kconfig"
559source "board/atmel/at91sam9260ek/Kconfig"
560source "board/atmel/at91sam9261ek/Kconfig"
561source "board/atmel/at91sam9263ek/Kconfig"
562source "board/atmel/at91sam9m10g45ek/Kconfig"
563source "board/atmel/at91sam9n12ek/Kconfig"
564source "board/atmel/at91sam9rlek/Kconfig"
565source "board/atmel/at91sam9x5ek/Kconfig"
566source "board/atmel/sama5d3_xplained/Kconfig"
567source "board/atmel/sama5d3xek/Kconfig"
568source "board/balloon3/Kconfig"
569source "board/barco/titanium/Kconfig"
570source "board/bluegiga/apx4devkit/Kconfig"
571source "board/bluewater/snapper9260/Kconfig"
572source "board/boundary/nitrogen6x/Kconfig"
573source "board/broadcom/bcm28155_ap/Kconfig"
574source "board/broadcom/bcm958300k/Kconfig"
575source "board/broadcom/bcm958622hr/Kconfig"
576source "board/calao/sbc35_a9g20/Kconfig"
577source "board/calao/tny_a9260/Kconfig"
578source "board/calao/usb_a9263/Kconfig"
579source "board/cirrus/edb93xx/Kconfig"
580source "board/cm4008/Kconfig"
581source "board/cm41xx/Kconfig"
582source "board/compulab/cm_t335/Kconfig"
583source "board/compulab/cm_t54/Kconfig"
584source "board/congatec/cgtqmx6eval/Kconfig"
585source "board/creative/xfi3/Kconfig"
586source "board/davedenx/qong/Kconfig"
587source "board/denx/m28evk/Kconfig"
588source "board/denx/m53evk/Kconfig"
589source "board/egnite/ethernut5/Kconfig"
590source "board/embest/mx6boards/Kconfig"
591source "board/emk/top9000/Kconfig"
592source "board/esd/meesc/Kconfig"
593source "board/esd/otc570/Kconfig"
594source "board/esg/ima3-mx53/Kconfig"
595source "board/eukrea/cpu9260/Kconfig"
596source "board/eukrea/cpuat91/Kconfig"
597source "board/faraday/a320evb/Kconfig"
598source "board/freescale/ls2085a/Kconfig"
599source "board/freescale/mx23evk/Kconfig"
600source "board/freescale/mx25pdk/Kconfig"
601source "board/freescale/mx28evk/Kconfig"
602source "board/freescale/mx31ads/Kconfig"
603source "board/freescale/mx31pdk/Kconfig"
604source "board/freescale/mx35pdk/Kconfig"
605source "board/freescale/mx51evk/Kconfig"
606source "board/freescale/mx53ard/Kconfig"
607source "board/freescale/mx53evk/Kconfig"
608source "board/freescale/mx53loco/Kconfig"
609source "board/freescale/mx53smd/Kconfig"
610source "board/freescale/mx6qarm2/Kconfig"
611source "board/freescale/mx6qsabreauto/Kconfig"
612source "board/freescale/mx6sabresd/Kconfig"
613source "board/freescale/mx6slevk/Kconfig"
614source "board/freescale/mx6sxsabresd/Kconfig"
615source "board/freescale/vf610twr/Kconfig"
616source "board/gateworks/gw_ventana/Kconfig"
617source "board/genesi/mx51_efikamx/Kconfig"
618source "board/gumstix/duovero/Kconfig"
619source "board/gumstix/pepper/Kconfig"
620source "board/h2200/Kconfig"
621source "board/hale/tt01/Kconfig"
622source "board/highbank/Kconfig"
623source "board/icpdas/lp8x4x/Kconfig"
624source "board/imx31_phycore/Kconfig"
625source "board/isee/igep0033/Kconfig"
626source "board/jornada/Kconfig"
627source "board/karo/tx25/Kconfig"
628source "board/logicpd/imx27lite/Kconfig"
629source "board/logicpd/imx31_litekit/Kconfig"
630source "board/mpl/vcma9/Kconfig"
631source "board/olimex/mx23_olinuxino/Kconfig"
632source "board/palmld/Kconfig"
633source "board/palmtc/Kconfig"
634source "board/palmtreo680/Kconfig"
635source "board/phytec/pcm051/Kconfig"
636source "board/ppcag/bg0900/Kconfig"
637source "board/pxa255_idp/Kconfig"
638source "board/raspberrypi/rpi_b/Kconfig"
639source "board/ronetix/pm9261/Kconfig"
640source "board/ronetix/pm9263/Kconfig"
641source "board/ronetix/pm9g45/Kconfig"
642source "board/samsung/goni/Kconfig"
643source "board/samsung/smdk2410/Kconfig"
644source "board/samsung/smdkc100/Kconfig"
645source "board/sandisk/sansa_fuze_plus/Kconfig"
646source "board/scb9328/Kconfig"
647source "board/schulercontrol/sc_sps_1/Kconfig"
648source "board/siemens/corvus/Kconfig"
649source "board/siemens/draco/Kconfig"
650source "board/siemens/pxm2/Kconfig"
651source "board/siemens/rut/Kconfig"
652source "board/siemens/taurus/Kconfig"
653source "board/silica/pengwyn/Kconfig"
654source "board/solidrun/hummingboard/Kconfig"
655source "board/spear/spear300/Kconfig"
656source "board/spear/spear310/Kconfig"
657source "board/spear/spear320/Kconfig"
658source "board/spear/spear600/Kconfig"
659source "board/spear/x600/Kconfig"
660source "board/st-ericsson/snowball/Kconfig"
661source "board/st-ericsson/u8500/Kconfig"
662source "board/st/nhk8815/Kconfig"
663source "board/sunxi/Kconfig"
664source "board/syteco/jadecpu/Kconfig"
665source "board/syteco/zmx25/Kconfig"
666source "board/taskit/stamp9g20/Kconfig"
667source "board/ti/am335x/Kconfig"
668source "board/ti/am43xx/Kconfig"
669source "board/ti/dra7xx/Kconfig"
670source "board/ti/ks2_evm/Kconfig"
671source "board/ti/omap5_uevm/Kconfig"
672source "board/ti/panda/Kconfig"
673source "board/ti/sdp4430/Kconfig"
674source "board/ti/ti814x/Kconfig"
675source "board/ti/ti816x/Kconfig"
676source "board/ti/tnetv107xevm/Kconfig"
677source "board/timll/devkit3250/Kconfig"
678source "board/toradex/colibri_pxa270/Kconfig"
679source "board/trizepsiv/Kconfig"
680source "board/ttcontrol/vision2/Kconfig"
681source "board/udoo/Kconfig"
682source "board/vpac270/Kconfig"
683source "board/wandboard/Kconfig"
684source "board/woodburn/Kconfig"
685source "board/xaeniax/Kconfig"
686source "board/zipitz2/Kconfig"
687
688endmenu
689