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