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