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
91 config ARM_ERRATA_852421
94 config ARM_ERRATA_852423
99 select SYS_CACHE_SHIFT_5
103 select SYS_CACHE_SHIFT_5
107 select SYS_CACHE_SHIFT_5
111 select SYS_CACHE_SHIFT_5
115 select SYS_CACHE_SHIFT_5
120 select SYS_CACHE_SHIFT_5
126 select SYS_CACHE_SHIFT_6
131 select SYS_CACHE_SHIFT_5
135 select SYS_CACHE_SHIFT_5
139 select SYS_CACHE_SHIFT_5
142 default "arm720t" if CPU_ARM720T
143 default "arm920t" if CPU_ARM920T
144 default "arm926ejs" if CPU_ARM926EJS
145 default "arm946es" if CPU_ARM946ES
146 default "arm1136" if CPU_ARM1136
147 default "arm1176" if CPU_ARM1176
148 default "armv7" if CPU_V7
149 default "armv7m" if CPU_V7M
150 default "pxa" if CPU_PXA
151 default "sa1100" if CPU_SA1100
152 default "armv8" if ARM64
156 default 4 if CPU_ARM720T
157 default 4 if CPU_ARM920T
158 default 5 if CPU_ARM926EJS
159 default 5 if CPU_ARM946ES
160 default 6 if CPU_ARM1136
161 default 6 if CPU_ARM1176
165 default 4 if CPU_SA1100
168 config SYS_CACHE_SHIFT_5
171 config SYS_CACHE_SHIFT_6
174 config SYS_CACHE_SHIFT_7
177 config SYS_CACHELINE_SIZE
179 default 128 if SYS_CACHE_SHIFT_7
180 default 64 if SYS_CACHE_SHIFT_6
181 default 32 if SYS_CACHE_SHIFT_5
184 bool "Support for ARM SMC Calling Convention (SMCCC)"
185 depends on CPU_V7 || ARM64
188 Say Y here if you want to enable ARM SMC Calling Convention.
189 This should be enabled if U-Boot needs to communicate with system
190 firmware (for example, PSCI) according to SMCCC.
193 bool "support boot from semihosting"
195 In emulated environments, semihosting is a way for
196 the hosted environment to call out to the emulator to
197 retrieve files from the host machine.
199 config SYS_THUMB_BUILD
200 bool "Build U-Boot using the Thumb instruction set"
203 Use this flag to build U-Boot using the Thumb instruction set for
204 ARM architectures. Thumb instruction set provides better code
205 density. For ARM architectures that support Thumb2 this flag will
206 result in Thumb2 code generated by GCC.
208 config SPL_SYS_THUMB_BUILD
209 bool "Build SPL using the Thumb instruction set"
210 default y if SYS_THUMB_BUILD
213 Use this flag to build SPL using the Thumb instruction set for
214 ARM architectures. Thumb instruction set provides better code
215 density. For ARM architectures that support Thumb2 this flag will
216 result in Thumb2 code generated by GCC.
218 config SYS_L2CACHE_OFF
221 If SoC does not support L2CACHE or one do not want to enable
222 L2CACHE, choose this option.
224 config ENABLE_ARM_SOC_BOOT0_HOOK
225 bool "prepare BOOT0 header"
227 If the SoC's BOOT0 requires a header area filled with (magic)
228 values, then choose this option, and create a define called
229 ARM_SOC_BOOT0_HOOK which contains the required assembler
232 config ARM_CORTEX_CPU_IS_UP
236 config USE_ARCH_MEMCPY
237 bool "Use an assembly optimized implementation of memcpy"
241 Enable the generation of an optimized version of memcpy.
242 Such implementation may be faster under some conditions
243 but may increase the binary size.
245 config SPL_USE_ARCH_MEMCPY
246 bool "Use an assembly optimized implementation of memcpy"
247 default y if USE_ARCH_MEMCPY
250 Enable the generation of an optimized version of memcpy.
251 Such implementation may be faster under some conditions
252 but may increase the binary size.
254 config USE_ARCH_MEMSET
255 bool "Use an assembly optimized implementation of memset"
259 Enable the generation of an optimized version of memset.
260 Such implementation may be faster under some conditions
261 but may increase the binary size.
263 config SPL_USE_ARCH_MEMSET
264 bool "Use an assembly optimized implementation of memset"
265 default y if USE_ARCH_MEMSET
268 Enable the generation of an optimized version of memset.
269 Such implementation may be faster under some conditions
270 but may increase the binary size.
272 config ARM64_SUPPORT_AARCH32
273 bool "ARM64 system support AArch32 execution state"
274 default y if ARM64 && !TARGET_THUNDERX_88XX
276 This ARM64 system supports AArch32 execution state.
279 prompt "Target select"
284 select SPL_BOARD_INIT if SPL
286 config TARGET_EDB93XX
287 bool "Support edb93xx"
290 config TARGET_ASPENITE
291 bool "Support aspenite"
295 bool "Support gplugd"
302 Support for TI's DaVinci platform.
305 bool "Marvell Kirkwood"
307 select BOARD_EARLY_INIT_F
308 select ARCH_MISC_INIT
311 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
320 config TARGET_DEVKIT3250
321 bool "Support devkit3250"
325 config TARGET_WORK_92105
326 bool "Support work_92105"
330 config TARGET_MX25PDK
331 bool "Support mx25pdk"
332 select BOARD_LATE_INIT
334 select BOARD_EARLY_INIT_F
338 select BOARD_LATE_INIT
346 config TARGET_APX4DEVKIT
347 bool "Support apx4devkit"
357 bool "Support m28evk"
361 config TARGET_MX23EVK
362 bool "Support mx23evk"
365 select BOARD_EARLY_INIT_F
367 config TARGET_MX28EVK
368 bool "Support mx28evk"
371 select BOARD_EARLY_INIT_F
373 config TARGET_MX23_OLINUXINO
374 bool "Support mx23_olinuxino"
377 select BOARD_EARLY_INIT_F
380 bool "Support bg0900"
384 config TARGET_SANSA_FUZE_PLUS
385 bool "Support sansa_fuze_plus"
389 config TARGET_SC_SPS_1
390 bool "Support sc_sps_1"
398 config TARGET_SPEAR300
399 bool "Support spear300"
401 select BOARD_EARLY_INIT_F
403 config TARGET_SPEAR310
404 bool "Support spear310"
406 select BOARD_EARLY_INIT_F
408 config TARGET_SPEAR320
409 bool "Support spear320"
411 select BOARD_EARLY_INIT_F
413 config TARGET_SPEAR600
414 bool "Support spear600"
416 select BOARD_EARLY_INIT_F
418 config TARGET_STV0991
419 bool "Support stv0991"
429 select BOARD_LATE_INIT
433 config TARGET_IMX31_PHYCORE
434 bool "Support imx31_phycore_eet"
436 select BOARD_EARLY_INIT_F
438 config TARGET_IMX31_PHYCORE_EET
439 bool "Support imx31_phycore_eet"
440 select BOARD_LATE_INIT
442 select BOARD_EARLY_INIT_F
444 config TARGET_MX31ADS
445 bool "Support mx31ads"
447 select BOARD_EARLY_INIT_F
449 config TARGET_MX31PDK
450 bool "Support mx31pdk"
451 select BOARD_LATE_INIT
454 select BOARD_EARLY_INIT_F
456 config TARGET_WOODBURN
457 bool "Support woodburn"
460 config TARGET_WOODBURN_SD
461 bool "Support woodburn_sd"
469 config TARGET_MX35PDK
470 bool "Support mx35pdk"
471 select BOARD_LATE_INIT
475 bool "Broadcom BCM283X family"
482 config TARGET_VEXPRESS_CA15_TC2
483 bool "Support vexpress_ca15_tc2"
485 select CPU_V7_HAS_NONSEC
486 select CPU_V7_HAS_VIRT
488 config TARGET_VEXPRESS_CA5X2
489 bool "Support vexpress_ca5x2"
492 config TARGET_VEXPRESS_CA9X4
493 bool "Support vexpress_ca9x4"
496 config TARGET_BCM23550_W1D
497 bool "Support bcm23550_w1d"
502 config TARGET_BCM28155_AP
503 bool "Support bcm28155_ap"
508 config TARGET_BCMCYGNUS
509 bool "Support bcmcygnus"
517 bool "Support bcmnsp"
521 bool "Support Broadcom Northstar2"
524 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
525 ARMv8 Cortex-A57 processors targeting a broad range of networking
529 bool "Samsung EXYNOS"
540 bool "Samsung S5PC1XX"
548 bool "Calxeda Highbank"
551 config ARCH_INTEGRATOR
552 bool "ARM Ltd. Integrator family"
560 select SYS_THUMB_BUILD
564 config ARCH_OMAP2PLUS
567 select SPL_BOARD_INIT if SPL
574 Support for the Meson SoC family developed by Amlogic Inc.,
575 targeted at media players and tablet computers. We currently
576 support the S905 (GXBaby) 64-bit SoC.
581 select ROM_UNIFIED_SECTIONS
586 select SYS_FSL_HAS_SEC if SECURE_BOOT
587 select SYS_FSL_SEC_COMPAT_4
588 select SYS_FSL_SEC_LE
589 select BOARD_EARLY_INIT_F
590 select ARCH_MISC_INIT
595 select SYS_FSL_HAS_SEC if SECURE_BOOT
596 select SYS_FSL_SEC_COMPAT_4
597 select SYS_FSL_SEC_LE
598 select SYS_THUMB_BUILD if SPL
603 select BOARD_EARLY_INIT_F
606 bool "Renesas ARM SoCs"
609 select BOARD_EARLY_INIT_F
611 imply SYS_THUMB_BUILD
613 config TARGET_S32V234EVB
614 bool "Support s32v234evb"
616 select SYS_FSL_ERRATUM_ESDHC111
618 config ARCH_SNAPDRAGON
619 bool "Qualcomm Snapdragon SoCs"
629 bool "Altera SOCFPGA family"
633 select SPL_OF_CONTROL
637 select ENABLE_ARM_SOC_BOOT0_HOOK
638 select ARCH_EARLY_INIT_R
639 select ARCH_MISC_INIT
640 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
641 select SYS_THUMB_BUILD
646 bool "Support sunxi (Allwinner) SoCs"
648 select CMD_MMC if MMC
649 select CMD_USB if DISTRO_DEFAULTS
655 select DM_USB if DISTRO_DEFAULTS
656 select OF_BOARD_SETUP
659 select SPL_STACK_R if SUPPORT_SPL
660 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
662 select SPL_SYS_THUMB_BUILD if !ARM64
663 select USB if DISTRO_DEFAULTS
664 select USB_STORAGE if DISTRO_DEFAULTS
665 select USB_KEYBOARD if DISTRO_DEFAULTS
666 select USE_TINY_PRINTF
668 imply PRE_CONSOLE_BUFFER
669 imply SPL_GPIO_SUPPORT
670 imply SPL_LIBCOMMON_SUPPORT
671 imply SPL_LIBDISK_SUPPORT
672 imply SPL_LIBGENERIC_SUPPORT
673 imply SPL_MMC_SUPPORT if MMC
674 imply SPL_POWER_SUPPORT
675 imply SPL_SERIAL_SUPPORT
678 bool "Support TS4600"
683 bool "Freescale Vybrid"
685 select SYS_FSL_ERRATUM_ESDHC111
688 bool "Xilinx Zynq Platform"
689 select BOARD_LATE_INIT
693 select SPL_BOARD_INIT if SPL
694 select SPL_OF_CONTROL if SPL
704 select SPL_SEPARATE_BSS if SPL
714 bool "Support Xilinx ZynqMP Platform"
716 select BOARD_LATE_INIT
722 select SPL_BOARD_INIT if SPL
731 config TARGET_VEXPRESS64_AEMV8A
732 bool "Support vexpress_aemv8a"
735 config TARGET_VEXPRESS64_BASE_FVP
736 bool "Support Versatile Express ARMv8a FVP BASE model"
740 config TARGET_VEXPRESS64_BASE_FVP_DRAM
741 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
744 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
745 the default config to allow the user to load the images directly into
746 DRAM using model parameters rather than by using semi-hosting to load
747 the files from the host filesystem.
749 config TARGET_VEXPRESS64_JUNO
750 bool "Support Versatile Express Juno Development Platform"
753 config TARGET_LS2080A_EMU
754 bool "Support ls2080a_emu"
757 select ARMV8_MULTIENTRY
758 select ARCH_MISC_INIT
760 Support for Freescale LS2080A_EMU platform
761 The LS2080A Development System (EMULATOR) is a pre silicon
762 development platform that supports the QorIQ LS2080A
763 Layerscape Architecture processor.
765 config TARGET_LS2080A_SIMU
766 bool "Support ls2080a_simu"
769 select ARMV8_MULTIENTRY
770 select ARCH_MISC_INIT
772 Support for Freescale LS2080A_SIMU platform
773 The LS2080A Development System (QDS) is a pre silicon
774 development platform that supports the QorIQ LS2080A
775 Layerscape Architecture processor.
777 config TARGET_LS2080AQDS
778 bool "Support ls2080aqds"
781 select ARMV8_MULTIENTRY
782 select BOARD_LATE_INIT
784 select ARCH_MISC_INIT
786 Support for Freescale LS2080AQDS platform
787 The LS2080A Development System (QDS) is a high-performance
788 development platform that supports the QorIQ LS2080A
789 Layerscape Architecture processor.
791 config TARGET_LS2080ARDB
792 bool "Support ls2080ardb"
795 select ARMV8_MULTIENTRY
796 select BOARD_LATE_INIT
798 select ARCH_MISC_INIT
800 Support for Freescale LS2080ARDB platform.
801 The LS2080A Reference design board (RDB) is a high-performance
802 development platform that supports the QorIQ LS2080A
803 Layerscape Architecture processor.
805 config TARGET_LS2081ARDB
806 bool "Support ls2081ardb"
809 select ARMV8_MULTIENTRY
810 select BOARD_LATE_INIT
812 select ARCH_MISC_INIT
814 Support for Freescale LS2081ARDB platform.
815 The LS2081A Reference design board (RDB) is a high-performance
816 development platform that supports the QorIQ LS2081A/LS2041A
817 Layerscape Architecture processor.
820 bool "Support HiKey 96boards Consumer Edition Platform"
827 Support for HiKey 96boards platform. It features a HI6220
828 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
830 config TARGET_LS1012AQDS
831 bool "Support ls1012aqds"
834 select BOARD_LATE_INIT
836 Support for Freescale LS1012AQDS platform.
837 The LS1012A Development System (QDS) is a high-performance
838 development platform that supports the QorIQ LS1012A
839 Layerscape Architecture processor.
841 config TARGET_LS1012ARDB
842 bool "Support ls1012ardb"
845 select BOARD_LATE_INIT
847 Support for Freescale LS1012ARDB platform.
848 The LS1012A Reference design board (RDB) is a high-performance
849 development platform that supports the QorIQ LS1012A
850 Layerscape Architecture processor.
852 config TARGET_LS1012AFRDM
853 bool "Support ls1012afrdm"
857 Support for Freescale LS1012AFRDM platform.
858 The LS1012A Freedom board (FRDM) is a high-performance
859 development platform that supports the QorIQ LS1012A
860 Layerscape Architecture processor.
862 config TARGET_LS1021AQDS
863 bool "Support ls1021aqds"
864 select BOARD_LATE_INIT
866 select CPU_V7_HAS_NONSEC
867 select CPU_V7_HAS_VIRT
870 select ARCH_SUPPORT_PSCI
871 select LS1_DEEP_SLEEP
873 select BOARD_EARLY_INIT_F
875 config TARGET_LS1021ATWR
876 bool "Support ls1021atwr"
877 select BOARD_LATE_INIT
879 select CPU_V7_HAS_NONSEC
880 select CPU_V7_HAS_VIRT
883 select ARCH_SUPPORT_PSCI
884 select LS1_DEEP_SLEEP
885 select BOARD_EARLY_INIT_F
887 config TARGET_LS1021AIOT
888 bool "Support ls1021aiot"
889 select BOARD_LATE_INIT
891 select CPU_V7_HAS_NONSEC
892 select CPU_V7_HAS_VIRT
895 select ARCH_SUPPORT_PSCI
897 Support for Freescale LS1021AIOT platform.
898 The LS1021A Freescale board (IOT) is a high-performance
899 development platform that supports the QorIQ LS1021A
900 Layerscape Architecture processor.
902 config TARGET_LS1043AQDS
903 bool "Support ls1043aqds"
906 select ARMV8_MULTIENTRY
907 select BOARD_LATE_INIT
909 select BOARD_EARLY_INIT_F
911 Support for Freescale LS1043AQDS platform.
913 config TARGET_LS1043ARDB
914 bool "Support ls1043ardb"
917 select ARMV8_MULTIENTRY
918 select BOARD_LATE_INIT
920 select BOARD_EARLY_INIT_F
922 Support for Freescale LS1043ARDB platform.
924 config TARGET_LS1046AQDS
925 bool "Support ls1046aqds"
928 select ARMV8_MULTIENTRY
929 select BOARD_LATE_INIT
931 select DM_SPI_FLASH if DM_SPI
932 select BOARD_EARLY_INIT_F
934 Support for Freescale LS1046AQDS platform.
935 The LS1046A Development System (QDS) is a high-performance
936 development platform that supports the QorIQ LS1046A
937 Layerscape Architecture processor.
939 config TARGET_LS1046ARDB
940 bool "Support ls1046ardb"
943 select ARMV8_MULTIENTRY
944 select BOARD_LATE_INIT
946 select DM_SPI_FLASH if DM_SPI
947 select POWER_MC34VR500
948 select BOARD_EARLY_INIT_F
950 Support for Freescale LS1046ARDB platform.
951 The LS1046A Reference Design Board (RDB) is a high-performance
952 development platform that supports the QorIQ LS1046A
953 Layerscape Architecture processor.
959 config TARGET_ZIPITZ2
960 bool "Support zipitz2"
963 config TARGET_COLIBRI_PXA270
964 bool "Support colibri_pxa270"
968 bool "Socionext UniPhier SoCs"
969 select BOARD_LATE_INIT
981 select SPL_BOARD_INIT if SPL
983 select SPL_LIBCOMMON_SUPPORT if SPL
984 select SPL_LIBGENERIC_SUPPORT if SPL
985 select SPL_OF_CONTROL if SPL
986 select SPL_PINCTRL if SPL
990 Support for UniPhier SoC family developed by Socionext Inc.
991 (formerly, System LSI Business Division of Panasonic Corporation)
998 select SYS_THUMB_BUILD
1001 bool "Support STMicrolectronics SoCs"
1009 Support for STMicroelectronics STiH407/10 SoC family.
1010 This SoC is used on Linaro 96Board STiH410-B2260
1012 config ARCH_ROCKCHIP
1013 bool "Support Rockchip SoCs"
1017 select SPL_DM if SPL
1019 select SYS_THUMB_BUILD if !ARM64
1020 select SPL_SYS_MALLOC_SIMPLE if SPL
1028 select DM_USB if USB
1033 config TARGET_THUNDERX_88XX
1034 bool "Support ThunderX 88xx"
1037 select SYS_CACHE_SHIFT_7
1040 bool "Support Aspeed SoCs"
1046 source "arch/arm/mach-aspeed/Kconfig"
1048 source "arch/arm/mach-at91/Kconfig"
1050 source "arch/arm/mach-bcm283x/Kconfig"
1052 source "arch/arm/mach-davinci/Kconfig"
1054 source "arch/arm/mach-exynos/Kconfig"
1056 source "arch/arm/mach-highbank/Kconfig"
1058 source "arch/arm/mach-integrator/Kconfig"
1060 source "arch/arm/mach-keystone/Kconfig"
1062 source "arch/arm/mach-kirkwood/Kconfig"
1064 source "arch/arm/mach-mvebu/Kconfig"
1066 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1068 source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1070 source "arch/arm/cpu/armv7/mx7/Kconfig"
1072 source "arch/arm/cpu/armv7/mx6/Kconfig"
1074 source "arch/arm/cpu/armv7/mx5/Kconfig"
1076 source "arch/arm/mach-omap2/Kconfig"
1078 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1080 source "arch/arm/mach-orion5x/Kconfig"
1082 source "arch/arm/mach-rmobile/Kconfig"
1084 source "arch/arm/mach-meson/Kconfig"
1086 source "arch/arm/mach-rockchip/Kconfig"
1088 source "arch/arm/mach-s5pc1xx/Kconfig"
1090 source "arch/arm/mach-snapdragon/Kconfig"
1092 source "arch/arm/mach-socfpga/Kconfig"
1094 source "arch/arm/mach-sti/Kconfig"
1096 source "arch/arm/mach-stm32/Kconfig"
1098 source "arch/arm/mach-sunxi/Kconfig"
1100 source "arch/arm/mach-tegra/Kconfig"
1102 source "arch/arm/mach-uniphier/Kconfig"
1104 source "arch/arm/cpu/armv7/vf610/Kconfig"
1106 source "arch/arm/mach-zynq/Kconfig"
1108 source "arch/arm/cpu/armv7/Kconfig"
1110 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1112 source "arch/arm/cpu/armv8/Kconfig"
1114 source "arch/arm/imx-common/Kconfig"
1116 source "board/aries/m28evk/Kconfig"
1117 source "board/bosch/shc/Kconfig"
1118 source "board/CarMediaLab/flea3/Kconfig"
1119 source "board/Marvell/aspenite/Kconfig"
1120 source "board/Marvell/gplugd/Kconfig"
1121 source "board/armadeus/apf27/Kconfig"
1122 source "board/armltd/vexpress/Kconfig"
1123 source "board/armltd/vexpress64/Kconfig"
1124 source "board/bluegiga/apx4devkit/Kconfig"
1125 source "board/broadcom/bcm23550_w1d/Kconfig"
1126 source "board/broadcom/bcm28155_ap/Kconfig"
1127 source "board/broadcom/bcmcygnus/Kconfig"
1128 source "board/broadcom/bcmnsp/Kconfig"
1129 source "board/broadcom/bcmns2/Kconfig"
1130 source "board/cavium/thunderx/Kconfig"
1131 source "board/cirrus/edb93xx/Kconfig"
1132 source "board/creative/xfi3/Kconfig"
1133 source "board/freescale/ls2080a/Kconfig"
1134 source "board/freescale/ls2080aqds/Kconfig"
1135 source "board/freescale/ls2080ardb/Kconfig"
1136 source "board/freescale/ls1021aqds/Kconfig"
1137 source "board/freescale/ls1043aqds/Kconfig"
1138 source "board/freescale/ls1021atwr/Kconfig"
1139 source "board/freescale/ls1021aiot/Kconfig"
1140 source "board/freescale/ls1046aqds/Kconfig"
1141 source "board/freescale/ls1043ardb/Kconfig"
1142 source "board/freescale/ls1046ardb/Kconfig"
1143 source "board/freescale/ls1012aqds/Kconfig"
1144 source "board/freescale/ls1012ardb/Kconfig"
1145 source "board/freescale/ls1012afrdm/Kconfig"
1146 source "board/freescale/mx23evk/Kconfig"
1147 source "board/freescale/mx25pdk/Kconfig"
1148 source "board/freescale/mx28evk/Kconfig"
1149 source "board/freescale/mx31ads/Kconfig"
1150 source "board/freescale/mx31pdk/Kconfig"
1151 source "board/freescale/mx35pdk/Kconfig"
1152 source "board/freescale/s32v234evb/Kconfig"
1153 source "board/gdsys/a38x/Kconfig"
1154 source "board/grinn/chiliboard/Kconfig"
1155 source "board/gumstix/pepper/Kconfig"
1156 source "board/h2200/Kconfig"
1157 source "board/hisilicon/hikey/Kconfig"
1158 source "board/imx31_phycore/Kconfig"
1159 source "board/isee/igep003x/Kconfig"
1160 source "board/olimex/mx23_olinuxino/Kconfig"
1161 source "board/phytec/pcm051/Kconfig"
1162 source "board/ppcag/bg0900/Kconfig"
1163 source "board/sandisk/sansa_fuze_plus/Kconfig"
1164 source "board/schulercontrol/sc_sps_1/Kconfig"
1165 source "board/silica/pengwyn/Kconfig"
1166 source "board/spear/spear300/Kconfig"
1167 source "board/spear/spear310/Kconfig"
1168 source "board/spear/spear320/Kconfig"
1169 source "board/spear/spear600/Kconfig"
1170 source "board/spear/x600/Kconfig"
1171 source "board/st/stv0991/Kconfig"
1172 source "board/syteco/zmx25/Kconfig"
1173 source "board/tcl/sl50/Kconfig"
1174 source "board/birdland/bav335x/Kconfig"
1175 source "board/timll/devkit3250/Kconfig"
1176 source "board/toradex/colibri_pxa270/Kconfig"
1177 source "board/technologic/ts4600/Kconfig"
1178 source "board/vscom/baltos/Kconfig"
1179 source "board/woodburn/Kconfig"
1180 source "board/work-microwave/work_92105/Kconfig"
1181 source "board/zipitz2/Kconfig"
1183 source "arch/arm/Kconfig.debug"