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