1 menu "ARM architecture"
10 select SYS_CACHE_SHIFT_6
12 config DMA_ADDR_T_64BIT
22 # If set, the workarounds for these ARM errata are applied early during U-Boot
23 # startup. Note that in general these options force the workarounds to be
24 # applied; no CPU-type/version detection exists, unlike the similar options in
25 # the Linux kernel. Do not set these options unless they apply! Also note that
26 # the following can be machine specific errata. These do have ability to
27 # provide rudimentary version and machine specific checks, but expect no
29 # CONFIG_ARM_ERRATA_430973
30 # CONFIG_ARM_ERRATA_454179
31 # CONFIG_ARM_ERRATA_621766
32 # CONFIG_ARM_ERRATA_798870
33 # CONFIG_ARM_ERRATA_801819
34 config ARM_ERRATA_430973
37 config ARM_ERRATA_454179
40 config ARM_ERRATA_621766
43 config ARM_ERRATA_716044
46 config ARM_ERRATA_725233
49 config ARM_ERRATA_742230
52 config ARM_ERRATA_743622
55 config ARM_ERRATA_751472
58 config ARM_ERRATA_761320
61 config ARM_ERRATA_773022
64 config ARM_ERRATA_774769
67 config ARM_ERRATA_794072
70 config ARM_ERRATA_798870
73 config ARM_ERRATA_801819
76 config ARM_ERRATA_826974
79 config ARM_ERRATA_828024
82 config ARM_ERRATA_829520
85 config ARM_ERRATA_833069
88 config ARM_ERRATA_833471
93 select SYS_CACHE_SHIFT_5
97 select SYS_CACHE_SHIFT_5
101 select SYS_CACHE_SHIFT_5
105 select SYS_CACHE_SHIFT_5
109 select SYS_CACHE_SHIFT_5
114 select SYS_CACHE_SHIFT_5
120 select SYS_CACHE_SHIFT_6
125 select SYS_CACHE_SHIFT_5
129 select SYS_CACHE_SHIFT_5
133 select SYS_CACHE_SHIFT_5
136 default "arm720t" if CPU_ARM720T
137 default "arm920t" if CPU_ARM920T
138 default "arm926ejs" if CPU_ARM926EJS
139 default "arm946es" if CPU_ARM946ES
140 default "arm1136" if CPU_ARM1136
141 default "arm1176" if CPU_ARM1176
142 default "armv7" if CPU_V7
143 default "armv7m" if CPU_V7M
144 default "pxa" if CPU_PXA
145 default "sa1100" if CPU_SA1100
146 default "armv8" if ARM64
150 default 4 if CPU_ARM720T
151 default 4 if CPU_ARM920T
152 default 5 if CPU_ARM926EJS
153 default 5 if CPU_ARM946ES
154 default 6 if CPU_ARM1136
155 default 6 if CPU_ARM1176
159 default 4 if CPU_SA1100
162 config SYS_CACHE_SHIFT_5
165 config SYS_CACHE_SHIFT_6
168 config SYS_CACHE_SHIFT_7
171 config SYS_CACHELINE_SIZE
173 default 128 if SYS_CACHE_SHIFT_7
174 default 64 if SYS_CACHE_SHIFT_6
175 default 32 if SYS_CACHE_SHIFT_5
178 bool "Support for ARM SMC Calling Convention (SMCCC)"
179 depends on CPU_V7 || ARM64
182 Say Y here if you want to enable ARM SMC Calling Convention.
183 This should be enabled if U-Boot needs to communicate with system
184 firmware (for example, PSCI) according to SMCCC.
187 bool "support boot from semihosting"
189 In emulated environments, semihosting is a way for
190 the hosted environment to call out to the emulator to
191 retrieve files from the host machine.
193 config SYS_THUMB_BUILD
194 bool "Build U-Boot using the Thumb instruction set"
197 Use this flag to build U-Boot using the Thumb instruction set for
198 ARM architectures. Thumb instruction set provides better code
199 density. For ARM architectures that support Thumb2 this flag will
200 result in Thumb2 code generated by GCC.
202 config SPL_SYS_THUMB_BUILD
203 bool "Build SPL using the Thumb instruction set"
204 default y if SYS_THUMB_BUILD
207 Use this flag to build SPL using the Thumb instruction set for
208 ARM architectures. Thumb instruction set provides better code
209 density. For ARM architectures that support Thumb2 this flag will
210 result in Thumb2 code generated by GCC.
212 config SYS_L2CACHE_OFF
215 If SoC does not support L2CACHE or one do not want to enable
216 L2CACHE, choose this option.
218 config ENABLE_ARM_SOC_BOOT0_HOOK
219 bool "prepare BOOT0 header"
221 If the SoC's BOOT0 requires a header area filled with (magic)
222 values, then choose this option, and create a define called
223 ARM_SOC_BOOT0_HOOK which contains the required assembler
226 config ARM_CORTEX_CPU_IS_UP
230 config USE_ARCH_MEMCPY
231 bool "Use an assembly optimized implementation of memcpy"
235 Enable the generation of an optimized version of memcpy.
236 Such implementation may be faster under some conditions
237 but may increase the binary size.
239 config SPL_USE_ARCH_MEMCPY
240 bool "Use an assembly optimized implementation of memcpy"
241 default y if USE_ARCH_MEMCPY
244 Enable the generation of an optimized version of memcpy.
245 Such implementation may be faster under some conditions
246 but may increase the binary size.
248 config USE_ARCH_MEMSET
249 bool "Use an assembly optimized implementation of memset"
253 Enable the generation of an optimized version of memset.
254 Such implementation may be faster under some conditions
255 but may increase the binary size.
257 config SPL_USE_ARCH_MEMSET
258 bool "Use an assembly optimized implementation of memset"
259 default y if USE_ARCH_MEMSET
262 Enable the generation of an optimized version of memset.
263 Such implementation may be faster under some conditions
264 but may increase the binary size.
266 config ARM64_SUPPORT_AARCH32
267 bool "ARM64 system support AArch32 execution state"
268 default y if ARM64 && !TARGET_THUNDERX_88XX
270 This ARM64 system supports AArch32 execution state.
273 prompt "Target select"
279 config TARGET_EDB93XX
280 bool "Support edb93xx"
283 config TARGET_ASPENITE
284 bool "Support aspenite"
288 bool "Support gplugd"
295 Support for TI's DaVinci platform.
298 bool "Marvell Kirkwood"
300 select BOARD_EARLY_INIT_F
301 select ARCH_MISC_INIT
304 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
313 config TARGET_DEVKIT3250
314 bool "Support devkit3250"
318 config TARGET_WORK_92105
319 bool "Support work_92105"
323 config TARGET_MX25PDK
324 bool "Support mx25pdk"
325 select BOARD_LATE_INIT
327 select BOARD_EARLY_INIT_F
331 select BOARD_LATE_INIT
339 config TARGET_APX4DEVKIT
340 bool "Support apx4devkit"
350 bool "Support m28evk"
354 config TARGET_MX23EVK
355 bool "Support mx23evk"
358 select BOARD_EARLY_INIT_F
360 config TARGET_MX28EVK
361 bool "Support mx28evk"
364 select BOARD_EARLY_INIT_F
366 config TARGET_MX23_OLINUXINO
367 bool "Support mx23_olinuxino"
370 select BOARD_EARLY_INIT_F
373 bool "Support bg0900"
377 config TARGET_SANSA_FUZE_PLUS
378 bool "Support sansa_fuze_plus"
382 config TARGET_SC_SPS_1
383 bool "Support sc_sps_1"
391 config TARGET_SPEAR300
392 bool "Support spear300"
394 select BOARD_EARLY_INIT_F
396 config TARGET_SPEAR310
397 bool "Support spear310"
399 select BOARD_EARLY_INIT_F
401 config TARGET_SPEAR320
402 bool "Support spear320"
404 select BOARD_EARLY_INIT_F
406 config TARGET_SPEAR600
407 bool "Support spear600"
409 select BOARD_EARLY_INIT_F
411 config TARGET_STV0991
412 bool "Support stv0991"
422 select BOARD_LATE_INIT
426 config TARGET_IMX31_PHYCORE
427 bool "Support imx31_phycore_eet"
429 select BOARD_EARLY_INIT_F
431 config TARGET_IMX31_PHYCORE_EET
432 bool "Support imx31_phycore_eet"
433 select BOARD_LATE_INIT
435 select BOARD_EARLY_INIT_F
437 config TARGET_MX31ADS
438 bool "Support mx31ads"
440 select BOARD_EARLY_INIT_F
442 config TARGET_MX31PDK
443 bool "Support mx31pdk"
444 select BOARD_LATE_INIT
447 select BOARD_EARLY_INIT_F
449 config TARGET_WOODBURN
450 bool "Support woodburn"
453 config TARGET_WOODBURN_SD
454 bool "Support woodburn_sd"
462 config TARGET_MX35PDK
463 bool "Support mx35pdk"
464 select BOARD_LATE_INIT
468 bool "Broadcom BCM283X family"
474 config TARGET_VEXPRESS_CA15_TC2
475 bool "Support vexpress_ca15_tc2"
477 select CPU_V7_HAS_NONSEC
478 select CPU_V7_HAS_VIRT
480 config TARGET_VEXPRESS_CA5X2
481 bool "Support vexpress_ca5x2"
484 config TARGET_VEXPRESS_CA9X4
485 bool "Support vexpress_ca9x4"
488 config TARGET_BCM23550_W1D
489 bool "Support bcm23550_w1d"
492 config TARGET_BCM28155_AP
493 bool "Support bcm28155_ap"
496 config TARGET_BCMCYGNUS
497 bool "Support bcmcygnus"
501 bool "Support bcmnsp"
505 bool "Support Broadcom Northstar2"
508 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
509 ARMv8 Cortex-A57 processors targeting a broad range of networking
513 bool "Samsung EXYNOS"
523 bool "Samsung S5PC1XX"
531 bool "Calxeda Highbank"
534 config ARCH_INTEGRATOR
535 bool "ARM Ltd. Integrator family"
543 select SYS_THUMB_BUILD
547 config ARCH_OMAP2PLUS
556 Support for the Meson SoC family developed by Amlogic Inc.,
557 targeted at media players and tablet computers. We currently
558 support the S905 (GXBaby) 64-bit SoC.
563 select ROM_UNIFIED_SECTIONS
568 select SYS_FSL_HAS_SEC if SECURE_BOOT
569 select SYS_FSL_SEC_COMPAT_4
570 select SYS_FSL_SEC_LE
571 select BOARD_EARLY_INIT_F
572 select ARCH_MISC_INIT
577 select SYS_FSL_HAS_SEC if SECURE_BOOT
578 select SYS_FSL_SEC_COMPAT_4
579 select SYS_FSL_SEC_LE
580 select SYS_THUMB_BUILD if SPL
585 select BOARD_EARLY_INIT_F
588 bool "Renesas ARM SoCs"
591 select BOARD_EARLY_INIT_F
592 imply SYS_THUMB_BUILD
594 config TARGET_S32V234EVB
595 bool "Support s32v234evb"
597 select SYS_FSL_ERRATUM_ESDHC111
599 config ARCH_SNAPDRAGON
600 bool "Qualcomm Snapdragon SoCs"
610 bool "Altera SOCFPGA family"
614 select SPL_OF_CONTROL
618 select ENABLE_ARM_SOC_BOOT0_HOOK
619 select ARCH_EARLY_INIT_R
620 select ARCH_MISC_INIT
621 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
622 select SYS_THUMB_BUILD
625 bool "Support sunxi (Allwinner) SoCs"
627 select CMD_MMC if MMC
628 select CMD_USB if DISTRO_DEFAULTS
634 select DM_USB if DISTRO_DEFAULTS
635 select OF_BOARD_SETUP
638 select SPL_STACK_R if SUPPORT_SPL
639 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
641 select SPL_SYS_THUMB_BUILD if !ARM64
642 select USB if DISTRO_DEFAULTS
643 select USB_STORAGE if DISTRO_DEFAULTS
644 select USB_KEYBOARD if DISTRO_DEFAULTS
645 select USE_TINY_PRINTF
648 bool "Support TS4600"
653 bool "Freescale Vybrid"
655 select SYS_FSL_ERRATUM_ESDHC111
658 bool "Xilinx Zynq Platform"
659 select BOARD_LATE_INIT
663 select SPL_OF_CONTROL if SPL
673 select SPL_SEPARATE_BSS if SPL
682 bool "Support Xilinx ZynqMP Platform"
684 select BOARD_LATE_INIT
696 config TARGET_VEXPRESS64_AEMV8A
697 bool "Support vexpress_aemv8a"
700 config TARGET_VEXPRESS64_BASE_FVP
701 bool "Support Versatile Express ARMv8a FVP BASE model"
705 config TARGET_VEXPRESS64_BASE_FVP_DRAM
706 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
709 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
710 the default config to allow the user to load the images directly into
711 DRAM using model parameters rather than by using semi-hosting to load
712 the files from the host filesystem.
714 config TARGET_VEXPRESS64_JUNO
715 bool "Support Versatile Express Juno Development Platform"
718 config TARGET_LS2080A_EMU
719 bool "Support ls2080a_emu"
722 select ARMV8_MULTIENTRY
723 select ARCH_MISC_INIT
725 Support for Freescale LS2080A_EMU platform
726 The LS2080A Development System (EMULATOR) is a pre silicon
727 development platform that supports the QorIQ LS2080A
728 Layerscape Architecture processor.
730 config TARGET_LS2080A_SIMU
731 bool "Support ls2080a_simu"
734 select ARMV8_MULTIENTRY
735 select ARCH_MISC_INIT
737 Support for Freescale LS2080A_SIMU platform
738 The LS2080A Development System (QDS) is a pre silicon
739 development platform that supports the QorIQ LS2080A
740 Layerscape Architecture processor.
742 config TARGET_LS2080AQDS
743 bool "Support ls2080aqds"
746 select ARMV8_MULTIENTRY
747 select BOARD_LATE_INIT
749 select ARCH_MISC_INIT
751 Support for Freescale LS2080AQDS platform
752 The LS2080A Development System (QDS) is a high-performance
753 development platform that supports the QorIQ LS2080A
754 Layerscape Architecture processor.
756 config TARGET_LS2080ARDB
757 bool "Support ls2080ardb"
760 select ARMV8_MULTIENTRY
761 select BOARD_LATE_INIT
763 select ARCH_MISC_INIT
765 Support for Freescale LS2080ARDB platform.
766 The LS2080A Reference design board (RDB) is a high-performance
767 development platform that supports the QorIQ LS2080A
768 Layerscape Architecture processor.
771 bool "Support HiKey 96boards Consumer Edition Platform"
778 Support for HiKey 96boards platform. It features a HI6220
779 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
781 config TARGET_LS1012AQDS
782 bool "Support ls1012aqds"
785 select BOARD_LATE_INIT
787 Support for Freescale LS1012AQDS platform.
788 The LS1012A Development System (QDS) is a high-performance
789 development platform that supports the QorIQ LS1012A
790 Layerscape Architecture processor.
792 config TARGET_LS1012ARDB
793 bool "Support ls1012ardb"
796 select BOARD_LATE_INIT
798 Support for Freescale LS1012ARDB platform.
799 The LS1012A Reference design board (RDB) is a high-performance
800 development platform that supports the QorIQ LS1012A
801 Layerscape Architecture processor.
803 config TARGET_LS1012AFRDM
804 bool "Support ls1012afrdm"
808 Support for Freescale LS1012AFRDM platform.
809 The LS1012A Freedom board (FRDM) is a high-performance
810 development platform that supports the QorIQ LS1012A
811 Layerscape Architecture processor.
813 config TARGET_LS1021AQDS
814 bool "Support ls1021aqds"
815 select BOARD_LATE_INIT
817 select CPU_V7_HAS_NONSEC
818 select CPU_V7_HAS_VIRT
821 select ARCH_SUPPORT_PSCI
822 select LS1_DEEP_SLEEP
824 select BOARD_EARLY_INIT_F
826 config TARGET_LS1021ATWR
827 bool "Support ls1021atwr"
828 select BOARD_LATE_INIT
830 select CPU_V7_HAS_NONSEC
831 select CPU_V7_HAS_VIRT
834 select ARCH_SUPPORT_PSCI
835 select LS1_DEEP_SLEEP
836 select BOARD_EARLY_INIT_F
838 config TARGET_LS1021AIOT
839 bool "Support ls1021aiot"
840 select BOARD_LATE_INIT
842 select CPU_V7_HAS_NONSEC
843 select CPU_V7_HAS_VIRT
846 select ARCH_SUPPORT_PSCI
848 Support for Freescale LS1021AIOT platform.
849 The LS1021A Freescale board (IOT) is a high-performance
850 development platform that supports the QorIQ LS1021A
851 Layerscape Architecture processor.
853 config TARGET_LS1043AQDS
854 bool "Support ls1043aqds"
857 select ARMV8_MULTIENTRY
858 select BOARD_LATE_INIT
860 select BOARD_EARLY_INIT_F
862 Support for Freescale LS1043AQDS platform.
864 config TARGET_LS1043ARDB
865 bool "Support ls1043ardb"
868 select ARMV8_MULTIENTRY
869 select BOARD_LATE_INIT
871 select BOARD_EARLY_INIT_F
873 Support for Freescale LS1043ARDB platform.
875 config TARGET_LS1046AQDS
876 bool "Support ls1046aqds"
879 select ARMV8_MULTIENTRY
880 select BOARD_LATE_INIT
882 select DM_SPI_FLASH if DM_SPI
883 select BOARD_EARLY_INIT_F
885 Support for Freescale LS1046AQDS platform.
886 The LS1046A Development System (QDS) is a high-performance
887 development platform that supports the QorIQ LS1046A
888 Layerscape Architecture processor.
890 config TARGET_LS1046ARDB
891 bool "Support ls1046ardb"
894 select ARMV8_MULTIENTRY
895 select BOARD_LATE_INIT
897 select DM_SPI_FLASH if DM_SPI
898 select POWER_MC34VR500
899 select BOARD_EARLY_INIT_F
901 Support for Freescale LS1046ARDB platform.
902 The LS1046A Reference Design Board (RDB) is a high-performance
903 development platform that supports the QorIQ LS1046A
904 Layerscape Architecture processor.
910 config TARGET_ZIPITZ2
911 bool "Support zipitz2"
914 config TARGET_COLIBRI_PXA270
915 bool "Support colibri_pxa270"
919 bool "Socionext UniPhier SoCs"
920 select BOARD_LATE_INIT
933 select SPL_LIBCOMMON_SUPPORT if SPL
934 select SPL_LIBGENERIC_SUPPORT if SPL
935 select SPL_OF_CONTROL if SPL
936 select SPL_PINCTRL if SPL
939 Support for UniPhier SoC family developed by Socionext Inc.
940 (formerly, System LSI Business Division of Panasonic Corporation)
947 select SYS_THUMB_BUILD
950 bool "Support STMicrolectronics SoCs"
958 Support for STMicroelectronics STiH407/10 SoC family.
959 This SoC is used on Linaro 96Board STiH410-B2260
962 bool "Support Rockchip SoCs"
968 select SYS_THUMB_BUILD if !ARM64
969 select SPL_SYS_MALLOC_SIMPLE if SPL
981 config TARGET_THUNDERX_88XX
982 bool "Support ThunderX 88xx"
985 select SYS_CACHE_SHIFT_7
988 bool "Support Aspeed SoCs"
994 source "arch/arm/mach-aspeed/Kconfig"
996 source "arch/arm/mach-at91/Kconfig"
998 source "arch/arm/mach-bcm283x/Kconfig"
1000 source "arch/arm/mach-davinci/Kconfig"
1002 source "arch/arm/mach-exynos/Kconfig"
1004 source "arch/arm/mach-highbank/Kconfig"
1006 source "arch/arm/mach-integrator/Kconfig"
1008 source "arch/arm/mach-keystone/Kconfig"
1010 source "arch/arm/mach-kirkwood/Kconfig"
1012 source "arch/arm/mach-mvebu/Kconfig"
1014 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1016 source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1018 source "arch/arm/cpu/armv7/mx7/Kconfig"
1020 source "arch/arm/cpu/armv7/mx6/Kconfig"
1022 source "arch/arm/cpu/armv7/mx5/Kconfig"
1024 source "arch/arm/mach-omap2/Kconfig"
1026 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1028 source "arch/arm/mach-orion5x/Kconfig"
1030 source "arch/arm/mach-rmobile/Kconfig"
1032 source "arch/arm/mach-meson/Kconfig"
1034 source "arch/arm/mach-rockchip/Kconfig"
1036 source "arch/arm/mach-s5pc1xx/Kconfig"
1038 source "arch/arm/mach-snapdragon/Kconfig"
1040 source "arch/arm/mach-socfpga/Kconfig"
1042 source "arch/arm/mach-sti/Kconfig"
1044 source "arch/arm/mach-stm32/Kconfig"
1046 source "arch/arm/mach-tegra/Kconfig"
1048 source "arch/arm/mach-uniphier/Kconfig"
1050 source "arch/arm/cpu/armv7/vf610/Kconfig"
1052 source "arch/arm/mach-zynq/Kconfig"
1054 source "arch/arm/cpu/armv7/Kconfig"
1056 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1058 source "arch/arm/cpu/armv8/Kconfig"
1060 source "arch/arm/imx-common/Kconfig"
1062 source "board/aries/m28evk/Kconfig"
1063 source "board/bosch/shc/Kconfig"
1064 source "board/CarMediaLab/flea3/Kconfig"
1065 source "board/Marvell/aspenite/Kconfig"
1066 source "board/Marvell/gplugd/Kconfig"
1067 source "board/armadeus/apf27/Kconfig"
1068 source "board/armltd/vexpress/Kconfig"
1069 source "board/armltd/vexpress64/Kconfig"
1070 source "board/bluegiga/apx4devkit/Kconfig"
1071 source "board/broadcom/bcm23550_w1d/Kconfig"
1072 source "board/broadcom/bcm28155_ap/Kconfig"
1073 source "board/broadcom/bcmcygnus/Kconfig"
1074 source "board/broadcom/bcmnsp/Kconfig"
1075 source "board/broadcom/bcmns2/Kconfig"
1076 source "board/cavium/thunderx/Kconfig"
1077 source "board/cirrus/edb93xx/Kconfig"
1078 source "board/creative/xfi3/Kconfig"
1079 source "board/freescale/ls2080a/Kconfig"
1080 source "board/freescale/ls2080aqds/Kconfig"
1081 source "board/freescale/ls2080ardb/Kconfig"
1082 source "board/freescale/ls1021aqds/Kconfig"
1083 source "board/freescale/ls1043aqds/Kconfig"
1084 source "board/freescale/ls1021atwr/Kconfig"
1085 source "board/freescale/ls1021aiot/Kconfig"
1086 source "board/freescale/ls1046aqds/Kconfig"
1087 source "board/freescale/ls1043ardb/Kconfig"
1088 source "board/freescale/ls1046ardb/Kconfig"
1089 source "board/freescale/ls1012aqds/Kconfig"
1090 source "board/freescale/ls1012ardb/Kconfig"
1091 source "board/freescale/ls1012afrdm/Kconfig"
1092 source "board/freescale/mx23evk/Kconfig"
1093 source "board/freescale/mx25pdk/Kconfig"
1094 source "board/freescale/mx28evk/Kconfig"
1095 source "board/freescale/mx31ads/Kconfig"
1096 source "board/freescale/mx31pdk/Kconfig"
1097 source "board/freescale/mx35pdk/Kconfig"
1098 source "board/freescale/s32v234evb/Kconfig"
1099 source "board/gdsys/a38x/Kconfig"
1100 source "board/grinn/chiliboard/Kconfig"
1101 source "board/gumstix/pepper/Kconfig"
1102 source "board/h2200/Kconfig"
1103 source "board/hisilicon/hikey/Kconfig"
1104 source "board/imx31_phycore/Kconfig"
1105 source "board/isee/igep003x/Kconfig"
1106 source "board/olimex/mx23_olinuxino/Kconfig"
1107 source "board/phytec/pcm051/Kconfig"
1108 source "board/ppcag/bg0900/Kconfig"
1109 source "board/sandisk/sansa_fuze_plus/Kconfig"
1110 source "board/schulercontrol/sc_sps_1/Kconfig"
1111 source "board/silica/pengwyn/Kconfig"
1112 source "board/spear/spear300/Kconfig"
1113 source "board/spear/spear310/Kconfig"
1114 source "board/spear/spear320/Kconfig"
1115 source "board/spear/spear600/Kconfig"
1116 source "board/spear/x600/Kconfig"
1117 source "board/st/stv0991/Kconfig"
1118 source "board/sunxi/Kconfig"
1119 source "board/syteco/zmx25/Kconfig"
1120 source "board/tcl/sl50/Kconfig"
1121 source "board/birdland/bav335x/Kconfig"
1122 source "board/timll/devkit3250/Kconfig"
1123 source "board/toradex/colibri_pxa270/Kconfig"
1124 source "board/technologic/ts4600/Kconfig"
1125 source "board/vscom/baltos/Kconfig"
1126 source "board/woodburn/Kconfig"
1127 source "board/work-microwave/work_92105/Kconfig"
1128 source "board/zipitz2/Kconfig"
1130 source "arch/arm/Kconfig.debug"