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