]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/Kconfig
arm: socfpga: Always enable OF_CONTROL and SPL_OF_CONTROL
[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_V7M
37         bool
38
39 config CPU_PXA
40         bool
41
42 config CPU_SA1100
43         bool
44
45 config SYS_CPU
46         default "arm720t" if CPU_ARM720T
47         default "arm920t" if CPU_ARM920T
48         default "arm926ejs" if CPU_ARM926EJS
49         default "arm946es" if CPU_ARM946ES
50         default "arm1136" if CPU_ARM1136
51         default "arm1176" if CPU_ARM1176
52         default "armv7" if CPU_V7
53         default "armv7m" if CPU_V7M
54         default "pxa" if CPU_PXA
55         default "sa1100" if CPU_SA1100
56         default "armv8" if ARM64
57
58 config SEMIHOSTING
59         bool "support boot from semihosting"
60         help
61           In emulated environments, semihosting is a way for
62           the hosted environment to call out to the emulator to
63           retrieve files from the host machine.
64
65 config SYS_L2CACHE_OFF
66         bool "L2cache off"
67         help
68           If SoC does not support L2CACHE or one do not want to enable
69           L2CACHE, choose this option.
70
71 choice
72         prompt "Target select"
73         default ARCH_VERSATILE
74
75 config ARCH_AT91
76         bool "Atmel AT91"
77
78 config TARGET_EDB93XX
79         bool "Support edb93xx"
80         select CPU_ARM920T
81
82 config TARGET_SCB9328
83         bool "Support scb9328"
84         select CPU_ARM920T
85
86 config TARGET_VCMA9
87         bool "Support VCMA9"
88         select CPU_ARM920T
89
90 config TARGET_SMDK2410
91         bool "Support smdk2410"
92         select CPU_ARM920T
93
94 config TARGET_ASPENITE
95         bool "Support aspenite"
96         select CPU_ARM926EJS
97
98 config TARGET_GPLUGD
99         bool "Support gplugd"
100         select CPU_ARM926EJS
101
102 config ARCH_DAVINCI
103         bool "TI DaVinci"
104         select CPU_ARM926EJS
105         help
106           Support for TI's DaVinci platform.
107
108 config KIRKWOOD
109         bool "Marvell Kirkwood"
110         select CPU_ARM926EJS
111
112 config TARGET_DB_88F6820_GP
113         bool "Support DB-88F6820-GP"
114         select CPU_V7
115         select SUPPORT_SPL
116
117 config TARGET_DB_MV784MP_GP
118         bool "Support db-mv784mp-gp"
119         select CPU_V7
120         select SUPPORT_SPL
121
122 config TARGET_MAXBCM
123         bool "Support maxbcm"
124         select CPU_V7
125         select SUPPORT_SPL
126
127 config TARGET_DEVKIT3250
128         bool "Support devkit3250"
129         select CPU_ARM926EJS
130         select SUPPORT_SPL
131
132 config TARGET_WORK_92105
133         bool "Support work_92105"
134         select CPU_ARM926EJS
135         select SUPPORT_SPL
136
137 config TARGET_MX25PDK
138         bool "Support mx25pdk"
139         select CPU_ARM926EJS
140
141 config TARGET_TX25
142         bool "Support tx25"
143         select CPU_ARM926EJS
144         select SUPPORT_SPL
145
146 config TARGET_ZMX25
147         bool "Support zmx25"
148         select CPU_ARM926EJS
149
150 config TARGET_APF27
151         bool "Support apf27"
152         select CPU_ARM926EJS
153         select SUPPORT_SPL
154
155 config TARGET_IMX27LITE
156         bool "Support imx27lite"
157         select CPU_ARM926EJS
158
159 config TARGET_MAGNESIUM
160         bool "Support magnesium"
161         select CPU_ARM926EJS
162
163 config TARGET_APX4DEVKIT
164         bool "Support apx4devkit"
165         select CPU_ARM926EJS
166         select SUPPORT_SPL
167
168 config TARGET_XFI3
169         bool "Support xfi3"
170         select CPU_ARM926EJS
171         select SUPPORT_SPL
172
173 config TARGET_M28EVK
174         bool "Support m28evk"
175         select CPU_ARM926EJS
176         select SUPPORT_SPL
177
178 config TARGET_MX23EVK
179         bool "Support mx23evk"
180         select CPU_ARM926EJS
181         select SUPPORT_SPL
182
183 config TARGET_MX28EVK
184         bool "Support mx28evk"
185         select CPU_ARM926EJS
186         select SUPPORT_SPL
187
188 config TARGET_MX23_OLINUXINO
189         bool "Support mx23_olinuxino"
190         select CPU_ARM926EJS
191         select SUPPORT_SPL
192
193 config TARGET_BG0900
194         bool "Support bg0900"
195         select CPU_ARM926EJS
196         select SUPPORT_SPL
197
198 config TARGET_SANSA_FUZE_PLUS
199         bool "Support sansa_fuze_plus"
200         select CPU_ARM926EJS
201         select SUPPORT_SPL
202
203 config TARGET_SC_SPS_1
204         bool "Support sc_sps_1"
205         select CPU_ARM926EJS
206         select SUPPORT_SPL
207
208 config ARCH_NOMADIK
209         bool "ST-Ericsson Nomadik"
210         select CPU_ARM926EJS
211
212 config ORION5X
213         bool "Marvell Orion"
214         select CPU_ARM926EJS
215
216 config TARGET_SPEAR300
217         bool "Support spear300"
218         select CPU_ARM926EJS
219
220 config TARGET_SPEAR310
221         bool "Support spear310"
222         select CPU_ARM926EJS
223
224 config TARGET_SPEAR320
225         bool "Support spear320"
226         select CPU_ARM926EJS
227
228 config TARGET_SPEAR600
229         bool "Support spear600"
230         select CPU_ARM926EJS
231
232 config TARGET_STV0991
233         bool "Support stv0991"
234         select CPU_V7
235         select DM
236         select DM_SERIAL
237         select DM_SPI
238         select DM_SPI_FLASH
239         select SPI_FLASH
240
241 config TARGET_X600
242         bool "Support x600"
243         select CPU_ARM926EJS
244         select SUPPORT_SPL
245
246 config ARCH_VERSATILE
247         bool "ARM Ltd. Versatile family"
248         select CPU_ARM926EJS
249
250 config TARGET_IMX31_PHYCORE
251         bool "Support imx31_phycore"
252         select CPU_ARM1136
253
254 config TARGET_QONG
255         bool "Support qong"
256         select CPU_ARM1136
257
258 config TARGET_MX31ADS
259         bool "Support mx31ads"
260         select CPU_ARM1136
261
262 config TARGET_MX31PDK
263         bool "Support mx31pdk"
264         select CPU_ARM1136
265         select SUPPORT_SPL
266
267 config TARGET_TT01
268         bool "Support tt01"
269         select CPU_ARM1136
270
271 config TARGET_IMX31_LITEKIT
272         bool "Support imx31_litekit"
273         select CPU_ARM1136
274
275 config TARGET_WOODBURN
276         bool "Support woodburn"
277         select CPU_ARM1136
278
279 config TARGET_WOODBURN_SD
280         bool "Support woodburn_sd"
281         select CPU_ARM1136
282         select SUPPORT_SPL
283
284 config TARGET_FLEA3
285         bool "Support flea3"
286         select CPU_ARM1136
287
288 config TARGET_MX35PDK
289         bool "Support mx35pdk"
290         select CPU_ARM1136
291
292 config ARCH_BCM283X
293         bool "Broadcom BCM283X family"
294         select DM
295         select DM_SERIAL
296         select DM_GPIO
297
298 config TARGET_VEXPRESS_CA15_TC2
299         bool "Support vexpress_ca15_tc2"
300         select CPU_V7
301         select CPU_V7_HAS_NONSEC
302         select CPU_V7_HAS_VIRT
303
304 config TARGET_VEXPRESS_CA5X2
305         bool "Support vexpress_ca5x2"
306         select CPU_V7
307
308 config TARGET_VEXPRESS_CA9X4
309         bool "Support vexpress_ca9x4"
310         select CPU_V7
311
312 config TARGET_KWB
313         bool "Support kwb"
314         select CPU_V7
315         select SUPPORT_SPL
316
317 config TARGET_TSERIES
318         bool "Support tseries"
319         select CPU_V7
320         select SUPPORT_SPL
321
322 config TARGET_CM_T335
323         bool "Support cm_t335"
324         select CPU_V7
325         select SUPPORT_SPL
326         select DM
327         select DM_SERIAL
328         select DM_GPIO
329
330 config TARGET_PEPPER
331         bool "Support pepper"
332         select CPU_V7
333         select SUPPORT_SPL
334         select DM
335         select DM_SERIAL
336         select DM_GPIO
337
338 config TARGET_AM335X_IGEP0033
339         bool "Support am335x_igep0033"
340         select CPU_V7
341         select SUPPORT_SPL
342         select DM
343         select DM_SERIAL
344         select DM_GPIO
345
346 config TARGET_PCM051
347         bool "Support pcm051"
348         select CPU_V7
349         select SUPPORT_SPL
350         select DM
351         select DM_SERIAL
352         select DM_GPIO
353
354 config TARGET_DRACO
355         bool "Support draco"
356         select CPU_V7
357         select SUPPORT_SPL
358
359 config TARGET_THUBAN
360         bool "Support thuban"
361         select CPU_V7
362         select SUPPORT_SPL
363
364 config TARGET_RASTABAN
365         bool "Support rastaban"
366         select CPU_V7
367         select SUPPORT_SPL
368
369 config TARGET_PXM2
370         bool "Support pxm2"
371         select CPU_V7
372         select SUPPORT_SPL
373
374 config TARGET_RUT
375         bool "Support rut"
376         select CPU_V7
377         select SUPPORT_SPL
378
379 config TARGET_PENGWYN
380         bool "Support pengwyn"
381         select CPU_V7
382         select SUPPORT_SPL
383         select DM
384         select DM_SERIAL
385         select DM_GPIO
386
387 config TARGET_AM335X_BALTOS
388         bool "Support am335x_baltos"
389         select CPU_V7
390         select SUPPORT_SPL
391         select DM
392         select DM_SERIAL
393         select DM_GPIO
394
395 config TARGET_AM335X_EVM
396         bool "Support am335x_evm"
397         select CPU_V7
398         select SUPPORT_SPL
399         select DM
400         select DM_SERIAL
401         select DM_GPIO
402
403 config TARGET_AM43XX_EVM
404         bool "Support am43xx_evm"
405         select CPU_V7
406         select SUPPORT_SPL
407
408 config TARGET_BAV335X
409         bool "Support bav335x"
410         select CPU_V7
411         select SUPPORT_SPL
412         select DM
413         select DM_SERIAL
414         help
415           The BAV335x OEM Network Processor integrates all the functions of an
416           embedded network computer in a small, easy to use SODIMM module which
417           incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
418           processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
419           ethernet with simple connection to external connectors.
420
421           For more information, visit: http://birdland.com/oem
422
423 config TARGET_TI814X_EVM
424         bool "Support ti814x_evm"
425         select CPU_V7
426         select SUPPORT_SPL
427
428 config TARGET_TI816X_EVM
429         bool "Support ti816x_evm"
430         select CPU_V7
431         select SUPPORT_SPL
432
433 config TARGET_BCM28155_AP
434         bool "Support bcm28155_ap"
435         select CPU_V7
436
437 config TARGET_BCMCYGNUS
438         bool "Support bcmcygnus"
439         select CPU_V7
440
441 config TARGET_BCMNSP
442         bool "Support bcmnsp"
443         select CPU_V7
444
445 config ARCH_EXYNOS
446         bool "Samsung EXYNOS"
447         select CPU_V7
448         select DM
449         select DM_SPI_FLASH
450         select DM_SERIAL
451         select DM_SPI
452         select DM_GPIO
453
454 config ARCH_S5PC1XX
455         bool "Samsung S5PC1XX"
456         select CPU_V7
457         select DM
458         select DM_SERIAL
459         select DM_GPIO
460
461 config ARCH_HIGHBANK
462         bool "Calxeda Highbank"
463         select CPU_V7
464
465 config ARCH_INTEGRATOR
466         bool "ARM Ltd. Integrator family"
467         select DM
468         select DM_SERIAL
469
470 config ARCH_KEYSTONE
471         bool "TI Keystone"
472         select CPU_V7
473         select SUPPORT_SPL
474
475 config ARCH_MX6
476         bool "Freescale MX6"
477         select CPU_V7
478
479 config ARCH_MX5
480         bool "Freescale MX5"
481         select CPU_V7
482
483 config TARGET_M53EVK
484         bool "Support m53evk"
485         select CPU_V7
486         select SUPPORT_SPL
487
488 config TARGET_IMA3_MX53
489         bool "Support ima3-mx53"
490         select CPU_V7
491
492 config TARGET_MX51EVK
493         bool "Support mx51evk"
494         select CPU_V7
495
496 config TARGET_MX53ARD
497         bool "Support mx53ard"
498         select CPU_V7
499
500 config TARGET_MX53EVK
501         bool "Support mx53evk"
502         select CPU_V7
503
504 config TARGET_MX53LOCO
505         bool "Support mx53loco"
506         select CPU_V7
507
508 config TARGET_MX53SMD
509         bool "Support mx53smd"
510         select CPU_V7
511
512 config TARGET_MX51_EFIKAMX
513         bool "Support mx51_efikamx"
514         select CPU_V7
515
516 config TARGET_VISION2
517         bool "Support vision2"
518         select CPU_V7
519
520 config OMAP34XX
521         bool "OMAP34XX SoC"
522         select CPU_V7
523
524 config OMAP44XX
525         bool "OMAP44XX SoC"
526         select CPU_V7
527         select SUPPORT_SPL
528
529 config OMAP54XX
530         bool "OMAP54XX SoC"
531         select CPU_V7
532         select SUPPORT_SPL
533
534 config RMOBILE
535         bool "Renesas ARM SoCs"
536         select CPU_V7
537
538 config ARCH_SOCFPGA
539         bool "Altera SOCFPGA family"
540         select CPU_V7
541         select SUPPORT_SPL
542         select OF_CONTROL
543         select SPL_OF_CONTROL
544         select DM
545         select DM_SPI_FLASH
546         select DM_SPI
547
548 config TARGET_CM_T43
549         bool "Support cm_t43"
550         select CPU_V7
551         select SUPPORT_SPL
552
553 config ARCH_SUNXI
554         bool "Support sunxi (Allwinner) SoCs"
555         select CMD_USB
556         select DM
557         select DM_GPIO
558         select DM_ETH
559         select DM_SERIAL
560         select DM_USB
561         select OF_CONTROL
562         select OF_SEPARATE
563         select USB
564         select USB_STORAGE
565         select USB_KEYBOARD
566
567 config TARGET_SNOWBALL
568         bool "Support snowball"
569         select CPU_V7
570
571 config TARGET_TS4800
572         bool "Support TS4800"
573         select CPU_V7
574
575 config TARGET_U8500_HREF
576         bool "Support u8500_href"
577         select CPU_V7
578
579 config TARGET_VF610TWR
580         bool "Support vf610twr"
581         select CPU_V7
582
583 config TARGET_COLIBRI_VF
584         bool "Support Colibri VF50/61"
585         select CPU_V7
586
587 config ARCH_ZYNQ
588         bool "Xilinx Zynq Platform"
589         select CPU_V7
590         select SUPPORT_SPL
591         select OF_CONTROL
592         select DM
593         select DM_SPI
594         select DM_SPI_FLASH
595
596 config ARCH_ZYNQMP
597         bool "Support Xilinx ZynqMP Platform"
598         select ARM64
599
600 config TEGRA
601         bool "NVIDIA Tegra"
602
603 config TARGET_VEXPRESS64_AEMV8A
604         bool "Support vexpress_aemv8a"
605         select ARM64
606
607 config TARGET_VEXPRESS64_BASE_FVP
608         bool "Support Versatile Express ARMv8a FVP BASE model"
609         select ARM64
610         select SEMIHOSTING
611
612 config TARGET_VEXPRESS64_JUNO
613         bool "Support Versatile Express Juno Development Platform"
614         select ARM64
615
616 config TARGET_LS2085A_EMU
617         bool "Support ls2085a_emu"
618         select ARM64
619         select ARMV8_MULTIENTRY
620
621 config TARGET_LS2085A_SIMU
622         bool "Support ls2085a_simu"
623         select ARM64
624         select ARMV8_MULTIENTRY
625
626 config TARGET_LS2085AQDS
627         bool "Support ls2085aqds"
628         select ARM64
629         select ARMV8_MULTIENTRY
630         select SUPPORT_SPL
631         help
632           Support for Freescale LS2085AQDS platform
633           The LS2085A Development System (QDS) is a high-performance
634           development platform that supports the QorIQ LS2085A
635           Layerscape Architecture processor.
636
637 config TARGET_LS2085ARDB
638         bool "Support ls2085ardb"
639         select ARM64
640         select ARMV8_MULTIENTRY
641         select SUPPORT_SPL
642         help
643           Support for Freescale LS2085ARDB platform.
644           The LS2085A Reference design board (RDB) is a high-performance
645           development platform that supports the QorIQ LS2085A
646           Layerscape Architecture processor.
647
648 config TARGET_HIKEY
649         bool "Support HiKey 96boards Consumer Edition Platform"
650         select ARM64
651           help
652           Support for HiKey 96boards platform. It features a HI6220
653           SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
654
655 config TARGET_LS1021AQDS
656         bool "Support ls1021aqds"
657         select CPU_V7
658         select SUPPORT_SPL
659
660 config TARGET_LS1021ATWR
661         bool "Support ls1021atwr"
662         select CPU_V7
663         select SUPPORT_SPL
664
665 config TARGET_BALLOON3
666         bool "Support balloon3"
667         select CPU_PXA
668
669 config TARGET_H2200
670         bool "Support h2200"
671         select CPU_PXA
672
673 config TARGET_PALMLD
674         bool "Support palmld"
675         select CPU_PXA
676
677 config TARGET_PALMTC
678         bool "Support palmtc"
679         select CPU_PXA
680
681 config TARGET_PALMTREO680
682         bool "Support palmtreo680"
683         select CPU_PXA
684         select SUPPORT_SPL
685
686 config TARGET_PXA255_IDP
687         bool "Support pxa255_idp"
688         select CPU_PXA
689
690 config TARGET_TRIZEPSIV
691         bool "Support trizepsiv"
692         select CPU_PXA
693
694 config TARGET_VPAC270
695         bool "Support vpac270"
696         select CPU_PXA
697         select SUPPORT_SPL
698
699 config TARGET_XAENIAX
700         bool "Support xaeniax"
701         select CPU_PXA
702
703 config TARGET_ZIPITZ2
704         bool "Support zipitz2"
705         select CPU_PXA
706
707 config TARGET_LP8X4X
708         bool "Support lp8x4x"
709         select CPU_PXA
710
711 config TARGET_COLIBRI_PXA270
712         bool "Support colibri_pxa270"
713         select CPU_PXA
714
715 config TARGET_JORNADA
716         bool "Support jornada"
717         select CPU_SA1100
718
719 config ARCH_UNIPHIER
720         bool "Socionext UniPhier SoCs"
721         select CPU_V7
722         select SUPPORT_SPL
723         select SPL
724         select OF_CONTROL
725         select SPL_OF_CONTROL
726         select DM
727         select SPL_DM
728         select DM_SERIAL
729         select DM_I2C
730         help
731           Support for UniPhier SoC family developed by Socionext Inc.
732           (formerly, System LSI Business Division of Panasonic Corporation)
733
734 config TARGET_STM32F429_DISCOVERY
735         bool "Support STM32F429 Discovery"
736         select CPU_V7M
737
738 config ARCH_ROCKCHIP
739         bool "Support Rockchip SoCs"
740         select SUPPORT_SPL
741         select SPL
742         select OF_CONTROL
743         select CPU_V7
744         select DM
745
746 endchoice
747
748 source "arch/arm/mach-at91/Kconfig"
749
750 source "arch/arm/mach-bcm283x/Kconfig"
751
752 source "arch/arm/mach-davinci/Kconfig"
753
754 source "arch/arm/mach-exynos/Kconfig"
755
756 source "arch/arm/mach-highbank/Kconfig"
757
758 source "arch/arm/mach-integrator/Kconfig"
759
760 source "arch/arm/mach-keystone/Kconfig"
761
762 source "arch/arm/mach-kirkwood/Kconfig"
763
764 source "arch/arm/cpu/armv7/mx6/Kconfig"
765
766 source "arch/arm/cpu/armv7/mx5/Kconfig"
767
768 source "arch/arm/mach-nomadik/Kconfig"
769
770 source "arch/arm/cpu/armv7/omap3/Kconfig"
771
772 source "arch/arm/cpu/armv7/omap4/Kconfig"
773
774 source "arch/arm/cpu/armv7/omap5/Kconfig"
775
776 source "arch/arm/mach-orion5x/Kconfig"
777
778 source "arch/arm/cpu/armv7/rmobile/Kconfig"
779
780 source "arch/arm/mach-rockchip/Kconfig"
781
782 source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
783
784 source "arch/arm/mach-socfpga/Kconfig"
785
786 source "arch/arm/mach-tegra/Kconfig"
787
788 source "arch/arm/mach-uniphier/Kconfig"
789
790 source "arch/arm/mach-versatile/Kconfig"
791
792 source "arch/arm/mach-zynq/Kconfig"
793
794 source "arch/arm/cpu/armv7/Kconfig"
795
796 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
797
798 source "arch/arm/cpu/armv8/Kconfig"
799
800 source "arch/arm/imx-common/Kconfig"
801
802 source "board/BuR/kwb/Kconfig"
803 source "board/BuR/tseries/Kconfig"
804 source "board/CarMediaLab/flea3/Kconfig"
805 source "board/Marvell/aspenite/Kconfig"
806 source "board/Marvell/db-88f6820-gp/Kconfig"
807 source "board/Marvell/db-mv784mp-gp/Kconfig"
808 source "board/Marvell/gplugd/Kconfig"
809 source "board/armadeus/apf27/Kconfig"
810 source "board/armltd/vexpress/Kconfig"
811 source "board/armltd/vexpress64/Kconfig"
812 source "board/balloon3/Kconfig"
813 source "board/bluegiga/apx4devkit/Kconfig"
814 source "board/broadcom/bcm28155_ap/Kconfig"
815 source "board/broadcom/bcmcygnus/Kconfig"
816 source "board/broadcom/bcmnsp/Kconfig"
817 source "board/cirrus/edb93xx/Kconfig"
818 source "board/compulab/cm_t335/Kconfig"
819 source "board/compulab/cm_t43/Kconfig"
820 source "board/creative/xfi3/Kconfig"
821 source "board/davedenx/qong/Kconfig"
822 source "board/denx/m28evk/Kconfig"
823 source "board/denx/m53evk/Kconfig"
824 source "board/esg/ima3-mx53/Kconfig"
825 source "board/freescale/ls2085a/Kconfig"
826 source "board/freescale/ls2085aqds/Kconfig"
827 source "board/freescale/ls2085ardb/Kconfig"
828 source "board/freescale/ls1021aqds/Kconfig"
829 source "board/freescale/ls1021atwr/Kconfig"
830 source "board/freescale/mx23evk/Kconfig"
831 source "board/freescale/mx25pdk/Kconfig"
832 source "board/freescale/mx28evk/Kconfig"
833 source "board/freescale/mx31ads/Kconfig"
834 source "board/freescale/mx31pdk/Kconfig"
835 source "board/freescale/mx35pdk/Kconfig"
836 source "board/freescale/mx51evk/Kconfig"
837 source "board/freescale/mx53ard/Kconfig"
838 source "board/freescale/mx53evk/Kconfig"
839 source "board/freescale/mx53loco/Kconfig"
840 source "board/freescale/mx53smd/Kconfig"
841 source "board/freescale/vf610twr/Kconfig"
842 source "board/genesi/mx51_efikamx/Kconfig"
843 source "board/gumstix/pepper/Kconfig"
844 source "board/h2200/Kconfig"
845 source "board/hale/tt01/Kconfig"
846 source "board/hisilicon/hikey/Kconfig"
847 source "board/icpdas/lp8x4x/Kconfig"
848 source "board/imx31_phycore/Kconfig"
849 source "board/isee/igep0033/Kconfig"
850 source "board/jornada/Kconfig"
851 source "board/karo/tx25/Kconfig"
852 source "board/logicpd/imx27lite/Kconfig"
853 source "board/logicpd/imx31_litekit/Kconfig"
854 source "board/maxbcm/Kconfig"
855 source "board/mpl/vcma9/Kconfig"
856 source "board/olimex/mx23_olinuxino/Kconfig"
857 source "board/palmld/Kconfig"
858 source "board/palmtc/Kconfig"
859 source "board/palmtreo680/Kconfig"
860 source "board/phytec/pcm051/Kconfig"
861 source "board/ppcag/bg0900/Kconfig"
862 source "board/pxa255_idp/Kconfig"
863 source "board/samsung/smdk2410/Kconfig"
864 source "board/sandisk/sansa_fuze_plus/Kconfig"
865 source "board/scb9328/Kconfig"
866 source "board/schulercontrol/sc_sps_1/Kconfig"
867 source "board/siemens/draco/Kconfig"
868 source "board/siemens/pxm2/Kconfig"
869 source "board/siemens/rut/Kconfig"
870 source "board/silica/pengwyn/Kconfig"
871 source "board/spear/spear300/Kconfig"
872 source "board/spear/spear310/Kconfig"
873 source "board/spear/spear320/Kconfig"
874 source "board/spear/spear600/Kconfig"
875 source "board/spear/x600/Kconfig"
876 source "board/st-ericsson/snowball/Kconfig"
877 source "board/st-ericsson/u8500/Kconfig"
878 source "board/st/stm32f429-discovery/Kconfig"
879 source "board/st/stv0991/Kconfig"
880 source "board/sunxi/Kconfig"
881 source "board/syteco/zmx25/Kconfig"
882 source "board/ti/am335x/Kconfig"
883 source "board/ti/am43xx/Kconfig"
884 source "board/birdland/bav335x/Kconfig"
885 source "board/ti/ti814x/Kconfig"
886 source "board/ti/ti816x/Kconfig"
887 source "board/timll/devkit3250/Kconfig"
888 source "board/toradex/colibri_pxa270/Kconfig"
889 source "board/toradex/colibri_vf/Kconfig"
890 source "board/trizepsiv/Kconfig"
891 source "board/technologic/ts4800/Kconfig"
892 source "board/ttcontrol/vision2/Kconfig"
893 source "board/vpac270/Kconfig"
894 source "board/vscom/baltos/Kconfig"
895 source "board/woodburn/Kconfig"
896 source "board/work-microwave/work_92105/Kconfig"
897 source "board/xaeniax/Kconfig"
898 source "board/zipitz2/Kconfig"
899
900 source "arch/arm/Kconfig.debug"
901
902 endmenu