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