1 menu "ARM architecture"
10 select SYS_CACHE_SHIFT_6
12 config DMA_ADDR_T_64BIT
22 # Used for compatibility with asm files copied from the kernel
23 config ARM_ASM_UNIFIED
27 # Used for compatibility with asm files copied from the kernel
31 # If set, the workarounds for these ARM errata are applied early during U-Boot
32 # startup. Note that in general these options force the workarounds to be
33 # applied; no CPU-type/version detection exists, unlike the similar options in
34 # the Linux kernel. Do not set these options unless they apply! Also note that
35 # the following can be machine specific errata. These do have ability to
36 # provide rudimentary version and machine specific checks, but expect no
38 # CONFIG_ARM_ERRATA_430973
39 # CONFIG_ARM_ERRATA_454179
40 # CONFIG_ARM_ERRATA_621766
41 # CONFIG_ARM_ERRATA_798870
42 # CONFIG_ARM_ERRATA_801819
43 config ARM_ERRATA_430973
46 config ARM_ERRATA_454179
49 config ARM_ERRATA_621766
52 config ARM_ERRATA_716044
55 config ARM_ERRATA_725233
58 config ARM_ERRATA_742230
61 config ARM_ERRATA_743622
64 config ARM_ERRATA_751472
67 config ARM_ERRATA_761320
70 config ARM_ERRATA_773022
73 config ARM_ERRATA_774769
76 config ARM_ERRATA_794072
79 config ARM_ERRATA_798870
82 config ARM_ERRATA_801819
85 config ARM_ERRATA_826974
88 config ARM_ERRATA_828024
91 config ARM_ERRATA_829520
94 config ARM_ERRATA_833069
97 config ARM_ERRATA_833471
100 config ARM_ERRATA_852421
103 config ARM_ERRATA_852423
108 select SYS_CACHE_SHIFT_5
112 select SYS_CACHE_SHIFT_5
116 select SYS_CACHE_SHIFT_5
120 select SYS_CACHE_SHIFT_5
124 select SYS_CACHE_SHIFT_5
129 select SYS_CACHE_SHIFT_5
135 select SYS_CACHE_SHIFT_6
141 select SYS_CACHE_SHIFT_5
145 select SYS_CACHE_SHIFT_5
149 select SYS_CACHE_SHIFT_5
152 default "arm720t" if CPU_ARM720T
153 default "arm920t" if CPU_ARM920T
154 default "arm926ejs" if CPU_ARM926EJS
155 default "arm946es" if CPU_ARM946ES
156 default "arm1136" if CPU_ARM1136
157 default "arm1176" if CPU_ARM1176
158 default "armv7" if CPU_V7
159 default "armv7m" if CPU_V7M
160 default "pxa" if CPU_PXA
161 default "sa1100" if CPU_SA1100
162 default "armv8" if ARM64
166 default 4 if CPU_ARM720T
167 default 4 if CPU_ARM920T
168 default 5 if CPU_ARM926EJS
169 default 5 if CPU_ARM946ES
170 default 6 if CPU_ARM1136
171 default 6 if CPU_ARM1176
175 default 4 if CPU_SA1100
178 config SYS_CACHE_SHIFT_5
181 config SYS_CACHE_SHIFT_6
184 config SYS_CACHE_SHIFT_7
187 config SYS_CACHELINE_SIZE
189 default 128 if SYS_CACHE_SHIFT_7
190 default 64 if SYS_CACHE_SHIFT_6
191 default 32 if SYS_CACHE_SHIFT_5
194 bool "Support for ARM SMC Calling Convention (SMCCC)"
195 depends on CPU_V7 || ARM64
198 Say Y here if you want to enable ARM SMC Calling Convention.
199 This should be enabled if U-Boot needs to communicate with system
200 firmware (for example, PSCI) according to SMCCC.
203 bool "support boot from semihosting"
205 In emulated environments, semihosting is a way for
206 the hosted environment to call out to the emulator to
207 retrieve files from the host machine.
209 config SYS_THUMB_BUILD
210 bool "Build U-Boot using the Thumb instruction set"
213 Use this flag to build U-Boot 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 SPL_SYS_THUMB_BUILD
219 bool "Build SPL using the Thumb instruction set"
220 default y if SYS_THUMB_BUILD
223 Use this flag to build SPL using the Thumb instruction set for
224 ARM architectures. Thumb instruction set provides better code
225 density. For ARM architectures that support Thumb2 this flag will
226 result in Thumb2 code generated by GCC.
228 config SYS_L2CACHE_OFF
231 If SoC does not support L2CACHE or one do not want to enable
232 L2CACHE, choose this option.
234 config ENABLE_ARM_SOC_BOOT0_HOOK
235 bool "prepare BOOT0 header"
237 If the SoC's BOOT0 requires a header area filled with (magic)
238 values, then choose this option, and create a define called
239 ARM_SOC_BOOT0_HOOK which contains the required assembler
242 config ARM_CORTEX_CPU_IS_UP
246 config USE_ARCH_MEMCPY
247 bool "Use an assembly optimized implementation of memcpy"
251 Enable the generation of an optimized version of memcpy.
252 Such implementation may be faster under some conditions
253 but may increase the binary size.
255 config SPL_USE_ARCH_MEMCPY
256 bool "Use an assembly optimized implementation of memcpy for SPL"
257 default y if USE_ARCH_MEMCPY
260 Enable the generation of an optimized version of memcpy.
261 Such implementation may be faster under some conditions
262 but may increase the binary size.
264 config USE_ARCH_MEMSET
265 bool "Use an assembly optimized implementation of memset"
269 Enable the generation of an optimized version of memset.
270 Such implementation may be faster under some conditions
271 but may increase the binary size.
273 config SPL_USE_ARCH_MEMSET
274 bool "Use an assembly optimized implementation of memset for SPL"
275 default y if USE_ARCH_MEMSET
278 Enable the generation of an optimized version of memset.
279 Such implementation may be faster under some conditions
280 but may increase the binary size.
282 config ARM64_SUPPORT_AARCH32
283 bool "ARM64 system support AArch32 execution state"
284 default y if ARM64 && !TARGET_THUNDERX_88XX
286 This ARM64 system supports AArch32 execution state.
289 prompt "Target select"
294 select SPL_BOARD_INIT if SPL
296 config TARGET_EDB93XX
297 bool "Support edb93xx"
300 config TARGET_ASPENITE
301 bool "Support aspenite"
305 bool "Support gplugd"
312 Support for TI's DaVinci platform.
315 bool "Marvell Kirkwood"
317 select BOARD_EARLY_INIT_F
318 select ARCH_MISC_INIT
321 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
330 config TARGET_DEVKIT3250
331 bool "Support devkit3250"
335 config TARGET_WORK_92105
336 bool "Support work_92105"
340 config TARGET_MX25PDK
341 bool "Support mx25pdk"
342 select BOARD_LATE_INIT
344 select BOARD_EARLY_INIT_F
348 select BOARD_LATE_INIT
356 config TARGET_APX4DEVKIT
357 bool "Support apx4devkit"
367 bool "Support m28evk"
371 config TARGET_MX23EVK
372 bool "Support mx23evk"
375 select BOARD_EARLY_INIT_F
377 config TARGET_MX28EVK
378 bool "Support mx28evk"
381 select BOARD_EARLY_INIT_F
383 config TARGET_MX23_OLINUXINO
384 bool "Support mx23_olinuxino"
387 select BOARD_EARLY_INIT_F
390 bool "Support bg0900"
394 config TARGET_SANSA_FUZE_PLUS
395 bool "Support sansa_fuze_plus"
399 config TARGET_SC_SPS_1
400 bool "Support sc_sps_1"
408 config TARGET_SPEAR300
409 bool "Support spear300"
411 select BOARD_EARLY_INIT_F
413 config TARGET_SPEAR310
414 bool "Support spear310"
416 select BOARD_EARLY_INIT_F
418 config TARGET_SPEAR320
419 bool "Support spear320"
421 select BOARD_EARLY_INIT_F
423 config TARGET_SPEAR600
424 bool "Support spear600"
426 select BOARD_EARLY_INIT_F
428 config TARGET_STV0991
429 bool "Support stv0991"
439 select BOARD_LATE_INIT
443 config TARGET_IMX31_PHYCORE
444 bool "Support imx31_phycore_eet"
446 select BOARD_EARLY_INIT_F
448 config TARGET_IMX31_PHYCORE_EET
449 bool "Support imx31_phycore_eet"
450 select BOARD_LATE_INIT
452 select BOARD_EARLY_INIT_F
454 config TARGET_MX31ADS
455 bool "Support mx31ads"
457 select BOARD_EARLY_INIT_F
459 config TARGET_MX31PDK
460 bool "Support mx31pdk"
461 select BOARD_LATE_INIT
464 select BOARD_EARLY_INIT_F
466 config TARGET_WOODBURN
467 bool "Support woodburn"
470 config TARGET_WOODBURN_SD
471 bool "Support woodburn_sd"
479 config TARGET_MX35PDK
480 bool "Support mx35pdk"
481 select BOARD_LATE_INIT
485 bool "Broadcom BCM283X family"
492 config TARGET_VEXPRESS_CA15_TC2
493 bool "Support vexpress_ca15_tc2"
495 select CPU_V7_HAS_NONSEC
496 select CPU_V7_HAS_VIRT
498 config TARGET_VEXPRESS_CA5X2
499 bool "Support vexpress_ca5x2"
502 config TARGET_VEXPRESS_CA9X4
503 bool "Support vexpress_ca9x4"
506 config TARGET_BCM23550_W1D
507 bool "Support bcm23550_w1d"
512 config TARGET_BCM28155_AP
513 bool "Support bcm28155_ap"
518 config TARGET_BCMCYGNUS
519 bool "Support bcmcygnus"
527 bool "Support bcmnsp"
531 bool "Support Broadcom Northstar2"
534 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
535 ARMv8 Cortex-A57 processors targeting a broad range of networking
539 bool "Samsung EXYNOS"
550 bool "Samsung S5PC1XX"
558 bool "Calxeda Highbank"
561 config ARCH_INTEGRATOR
562 bool "ARM Ltd. Integrator family"
570 select SYS_THUMB_BUILD
574 config ARCH_OMAP2PLUS
577 select SPL_BOARD_INIT if SPL
584 Support for the Meson SoC family developed by Amlogic Inc.,
585 targeted at media players and tablet computers. We currently
586 support the S905 (GXBaby) 64-bit SoC.
591 select ROM_UNIFIED_SECTIONS
596 select SYS_FSL_HAS_SEC if SECURE_BOOT
597 select SYS_FSL_SEC_COMPAT_4
598 select SYS_FSL_SEC_LE
599 select BOARD_EARLY_INIT_F
600 select ARCH_MISC_INIT
605 select SYS_FSL_HAS_SEC if SECURE_BOOT
606 select SYS_FSL_SEC_COMPAT_4
607 select SYS_FSL_SEC_LE
608 select SYS_THUMB_BUILD if SPL
613 select BOARD_EARLY_INIT_F
616 bool "Renesas ARM SoCs"
619 select BOARD_EARLY_INIT_F
621 imply SYS_THUMB_BUILD
623 config TARGET_S32V234EVB
624 bool "Support s32v234evb"
626 select SYS_FSL_ERRATUM_ESDHC111
628 config ARCH_SNAPDRAGON
629 bool "Qualcomm Snapdragon SoCs"
639 bool "Altera SOCFPGA family"
643 select SPL_OF_CONTROL
647 select ENABLE_ARM_SOC_BOOT0_HOOK
648 select ARCH_EARLY_INIT_R
649 select ARCH_MISC_INIT
650 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
651 select SYS_THUMB_BUILD
656 bool "Support sunxi (Allwinner) SoCs"
658 select CMD_MMC if MMC
659 select CMD_USB if DISTRO_DEFAULTS
665 select DM_USB if DISTRO_DEFAULTS
666 select OF_BOARD_SETUP
669 select SPL_STACK_R if SPL
670 select SPL_SYS_MALLOC_SIMPLE if SPL
672 select SPL_SYS_THUMB_BUILD if !ARM64
673 select USB if DISTRO_DEFAULTS
674 select USB_STORAGE if DISTRO_DEFAULTS
675 select USB_KEYBOARD if DISTRO_DEFAULTS
676 select USE_TINY_PRINTF
678 imply PRE_CONSOLE_BUFFER
679 imply SPL_GPIO_SUPPORT
680 imply SPL_LIBCOMMON_SUPPORT
681 imply SPL_LIBDISK_SUPPORT
682 imply SPL_LIBGENERIC_SUPPORT
683 imply SPL_MMC_SUPPORT if MMC
684 imply SPL_POWER_SUPPORT
685 imply SPL_SERIAL_SUPPORT
688 bool "Support TS4600"
693 bool "Freescale Vybrid"
695 select SYS_FSL_ERRATUM_ESDHC111
698 bool "Xilinx Zynq Platform"
699 select BOARD_LATE_INIT
703 select SPL_BOARD_INIT if SPL
704 select SPL_OF_CONTROL if SPL
714 select SPL_SEPARATE_BSS if SPL
724 bool "Support Xilinx ZynqMP Platform"
726 select BOARD_LATE_INIT
732 select SPL_BOARD_INIT if SPL
741 config TARGET_VEXPRESS64_AEMV8A
742 bool "Support vexpress_aemv8a"
745 config TARGET_VEXPRESS64_BASE_FVP
746 bool "Support Versatile Express ARMv8a FVP BASE model"
750 config TARGET_VEXPRESS64_BASE_FVP_DRAM
751 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
754 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
755 the default config to allow the user to load the images directly into
756 DRAM using model parameters rather than by using semi-hosting to load
757 the files from the host filesystem.
759 config TARGET_VEXPRESS64_JUNO
760 bool "Support Versatile Express Juno Development Platform"
763 config TARGET_LS2080A_EMU
764 bool "Support ls2080a_emu"
767 select ARMV8_MULTIENTRY
768 select ARCH_MISC_INIT
770 Support for Freescale LS2080A_EMU platform
771 The LS2080A Development System (EMULATOR) is a pre silicon
772 development platform that supports the QorIQ LS2080A
773 Layerscape Architecture processor.
775 config TARGET_LS2080A_SIMU
776 bool "Support ls2080a_simu"
779 select ARMV8_MULTIENTRY
780 select ARCH_MISC_INIT
782 Support for Freescale LS2080A_SIMU platform
783 The LS2080A Development System (QDS) is a pre silicon
784 development platform that supports the QorIQ LS2080A
785 Layerscape Architecture processor.
787 config TARGET_LS2080AQDS
788 bool "Support ls2080aqds"
791 select ARMV8_MULTIENTRY
792 select BOARD_LATE_INIT
794 select ARCH_MISC_INIT
797 Support for Freescale LS2080AQDS platform
798 The LS2080A Development System (QDS) is a high-performance
799 development platform that supports the QorIQ LS2080A
800 Layerscape Architecture processor.
802 config TARGET_LS2080ARDB
803 bool "Support ls2080ardb"
806 select ARMV8_MULTIENTRY
807 select BOARD_LATE_INIT
809 select ARCH_MISC_INIT
812 Support for Freescale LS2080ARDB platform.
813 The LS2080A Reference design board (RDB) is a high-performance
814 development platform that supports the QorIQ LS2080A
815 Layerscape Architecture processor.
817 config TARGET_LS2081ARDB
818 bool "Support ls2081ardb"
821 select ARMV8_MULTIENTRY
822 select BOARD_LATE_INIT
824 select ARCH_MISC_INIT
826 Support for Freescale LS2081ARDB platform.
827 The LS2081A Reference design board (RDB) is a high-performance
828 development platform that supports the QorIQ LS2081A/LS2041A
829 Layerscape Architecture processor.
832 bool "Support HiKey 96boards Consumer Edition Platform"
839 Support for HiKey 96boards platform. It features a HI6220
840 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
843 bool "Support Poplar 96boards Enterprise Edition Platform"
850 Support for Poplar 96boards EE platform. It features a HI3798cv200
851 SoC, with 4xA53 CPU, 1GB RAM and the high performance Mali T720 GPU
852 making it capable of running any commercial set-top solution based on
855 config TARGET_LS1012AQDS
856 bool "Support ls1012aqds"
859 select BOARD_LATE_INIT
861 Support for Freescale LS1012AQDS platform.
862 The LS1012A Development System (QDS) is a high-performance
863 development platform that supports the QorIQ LS1012A
864 Layerscape Architecture processor.
866 config TARGET_LS1012ARDB
867 bool "Support ls1012ardb"
870 select BOARD_LATE_INIT
873 Support for Freescale LS1012ARDB platform.
874 The LS1012A Reference design board (RDB) is a high-performance
875 development platform that supports the QorIQ LS1012A
876 Layerscape Architecture processor.
878 config TARGET_LS1012AFRDM
879 bool "Support ls1012afrdm"
883 Support for Freescale LS1012AFRDM platform.
884 The LS1012A Freedom board (FRDM) is a high-performance
885 development platform that supports the QorIQ LS1012A
886 Layerscape Architecture processor.
888 config TARGET_LS1021AQDS
889 bool "Support ls1021aqds"
890 select BOARD_LATE_INIT
892 select CPU_V7_HAS_NONSEC
893 select CPU_V7_HAS_VIRT
896 select ARCH_SUPPORT_PSCI
897 select LS1_DEEP_SLEEP
899 select BOARD_EARLY_INIT_F
902 config TARGET_LS1021ATWR
903 bool "Support ls1021atwr"
904 select BOARD_LATE_INIT
906 select CPU_V7_HAS_NONSEC
907 select CPU_V7_HAS_VIRT
910 select ARCH_SUPPORT_PSCI
911 select LS1_DEEP_SLEEP
912 select BOARD_EARLY_INIT_F
915 config TARGET_LS1021AIOT
916 bool "Support ls1021aiot"
917 select BOARD_LATE_INIT
919 select CPU_V7_HAS_NONSEC
920 select CPU_V7_HAS_VIRT
923 select ARCH_SUPPORT_PSCI
926 Support for Freescale LS1021AIOT platform.
927 The LS1021A Freescale board (IOT) is a high-performance
928 development platform that supports the QorIQ LS1021A
929 Layerscape Architecture processor.
931 config TARGET_LS1043AQDS
932 bool "Support ls1043aqds"
935 select ARMV8_MULTIENTRY
936 select BOARD_LATE_INIT
938 select BOARD_EARLY_INIT_F
941 Support for Freescale LS1043AQDS platform.
943 config TARGET_LS1043ARDB
944 bool "Support ls1043ardb"
947 select ARMV8_MULTIENTRY
948 select BOARD_LATE_INIT
950 select BOARD_EARLY_INIT_F
953 Support for Freescale LS1043ARDB platform.
955 config TARGET_LS1046AQDS
956 bool "Support ls1046aqds"
959 select ARMV8_MULTIENTRY
960 select BOARD_LATE_INIT
962 select DM_SPI_FLASH if DM_SPI
963 select BOARD_EARLY_INIT_F
966 Support for Freescale LS1046AQDS platform.
967 The LS1046A Development System (QDS) is a high-performance
968 development platform that supports the QorIQ LS1046A
969 Layerscape Architecture processor.
971 config TARGET_LS1046ARDB
972 bool "Support ls1046ardb"
975 select ARMV8_MULTIENTRY
976 select BOARD_LATE_INIT
978 select DM_SPI_FLASH if DM_SPI
979 select POWER_MC34VR500
980 select BOARD_EARLY_INIT_F
983 Support for Freescale LS1046ARDB platform.
984 The LS1046A Reference Design Board (RDB) is a high-performance
985 development platform that supports the QorIQ LS1046A
986 Layerscape Architecture processor.
992 config TARGET_ZIPITZ2
993 bool "Support zipitz2"
996 config TARGET_COLIBRI_PXA270
997 bool "Support colibri_pxa270"
1000 config ARCH_UNIPHIER
1001 bool "Socionext UniPhier SoCs"
1002 select BOARD_LATE_INIT
1014 select SPL_BOARD_INIT if SPL
1015 select SPL_DM if SPL
1016 select SPL_LIBCOMMON_SUPPORT if SPL
1017 select SPL_LIBGENERIC_SUPPORT if SPL
1018 select SPL_OF_CONTROL if SPL
1019 select SPL_PINCTRL if SPL
1023 Support for UniPhier SoC family developed by Socionext Inc.
1024 (formerly, System LSI Business Division of Panasonic Corporation)
1027 bool "Support STM32"
1031 select SYS_THUMB_BUILD
1034 bool "Support STMicrolectronics SoCs"
1042 Support for STMicroelectronics STiH407/10 SoC family.
1043 This SoC is used on Linaro 96Board STiH410-B2260
1045 config ARCH_ROCKCHIP
1046 bool "Support Rockchip SoCs"
1050 select SPL_DM if SPL
1052 select SYS_THUMB_BUILD if !ARM64
1053 select SPL_SYS_MALLOC_SIMPLE if SPL
1061 select DM_USB if USB
1066 config TARGET_THUNDERX_88XX
1067 bool "Support ThunderX 88xx"
1070 select SYS_CACHE_SHIFT_7
1073 bool "Support Aspeed SoCs"
1079 source "arch/arm/mach-aspeed/Kconfig"
1081 source "arch/arm/mach-at91/Kconfig"
1083 source "arch/arm/mach-bcm283x/Kconfig"
1085 source "arch/arm/mach-davinci/Kconfig"
1087 source "arch/arm/mach-exynos/Kconfig"
1089 source "arch/arm/mach-highbank/Kconfig"
1091 source "arch/arm/mach-integrator/Kconfig"
1093 source "arch/arm/mach-keystone/Kconfig"
1095 source "arch/arm/mach-kirkwood/Kconfig"
1097 source "arch/arm/mach-mvebu/Kconfig"
1099 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1101 source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1103 source "arch/arm/cpu/armv7/mx7/Kconfig"
1105 source "arch/arm/cpu/armv7/mx6/Kconfig"
1107 source "arch/arm/cpu/armv7/mx5/Kconfig"
1109 source "arch/arm/mach-omap2/Kconfig"
1111 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1113 source "arch/arm/mach-orion5x/Kconfig"
1115 source "arch/arm/mach-rmobile/Kconfig"
1117 source "arch/arm/mach-meson/Kconfig"
1119 source "arch/arm/mach-rockchip/Kconfig"
1121 source "arch/arm/mach-s5pc1xx/Kconfig"
1123 source "arch/arm/mach-snapdragon/Kconfig"
1125 source "arch/arm/mach-socfpga/Kconfig"
1127 source "arch/arm/mach-sti/Kconfig"
1129 source "arch/arm/mach-stm32/Kconfig"
1131 source "arch/arm/mach-sunxi/Kconfig"
1133 source "arch/arm/mach-tegra/Kconfig"
1135 source "arch/arm/mach-uniphier/Kconfig"
1137 source "arch/arm/cpu/armv7/vf610/Kconfig"
1139 source "arch/arm/mach-zynq/Kconfig"
1141 source "arch/arm/cpu/armv7/Kconfig"
1143 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1145 source "arch/arm/cpu/armv8/Kconfig"
1147 source "arch/arm/imx-common/Kconfig"
1149 source "board/aries/m28evk/Kconfig"
1150 source "board/bosch/shc/Kconfig"
1151 source "board/CarMediaLab/flea3/Kconfig"
1152 source "board/Marvell/aspenite/Kconfig"
1153 source "board/Marvell/gplugd/Kconfig"
1154 source "board/armadeus/apf27/Kconfig"
1155 source "board/armltd/vexpress/Kconfig"
1156 source "board/armltd/vexpress64/Kconfig"
1157 source "board/bluegiga/apx4devkit/Kconfig"
1158 source "board/broadcom/bcm23550_w1d/Kconfig"
1159 source "board/broadcom/bcm28155_ap/Kconfig"
1160 source "board/broadcom/bcmcygnus/Kconfig"
1161 source "board/broadcom/bcmnsp/Kconfig"
1162 source "board/broadcom/bcmns2/Kconfig"
1163 source "board/cavium/thunderx/Kconfig"
1164 source "board/cirrus/edb93xx/Kconfig"
1165 source "board/creative/xfi3/Kconfig"
1166 source "board/freescale/ls2080a/Kconfig"
1167 source "board/freescale/ls2080aqds/Kconfig"
1168 source "board/freescale/ls2080ardb/Kconfig"
1169 source "board/freescale/ls1021aqds/Kconfig"
1170 source "board/freescale/ls1043aqds/Kconfig"
1171 source "board/freescale/ls1021atwr/Kconfig"
1172 source "board/freescale/ls1021aiot/Kconfig"
1173 source "board/freescale/ls1046aqds/Kconfig"
1174 source "board/freescale/ls1043ardb/Kconfig"
1175 source "board/freescale/ls1046ardb/Kconfig"
1176 source "board/freescale/ls1012aqds/Kconfig"
1177 source "board/freescale/ls1012ardb/Kconfig"
1178 source "board/freescale/ls1012afrdm/Kconfig"
1179 source "board/freescale/mx23evk/Kconfig"
1180 source "board/freescale/mx25pdk/Kconfig"
1181 source "board/freescale/mx28evk/Kconfig"
1182 source "board/freescale/mx31ads/Kconfig"
1183 source "board/freescale/mx31pdk/Kconfig"
1184 source "board/freescale/mx35pdk/Kconfig"
1185 source "board/freescale/s32v234evb/Kconfig"
1186 source "board/gdsys/a38x/Kconfig"
1187 source "board/grinn/chiliboard/Kconfig"
1188 source "board/gumstix/pepper/Kconfig"
1189 source "board/h2200/Kconfig"
1190 source "board/hisilicon/hikey/Kconfig"
1191 source "board/hisilicon/poplar/Kconfig"
1192 source "board/imx31_phycore/Kconfig"
1193 source "board/isee/igep003x/Kconfig"
1194 source "board/olimex/mx23_olinuxino/Kconfig"
1195 source "board/phytec/pcm051/Kconfig"
1196 source "board/ppcag/bg0900/Kconfig"
1197 source "board/sandisk/sansa_fuze_plus/Kconfig"
1198 source "board/schulercontrol/sc_sps_1/Kconfig"
1199 source "board/silica/pengwyn/Kconfig"
1200 source "board/spear/spear300/Kconfig"
1201 source "board/spear/spear310/Kconfig"
1202 source "board/spear/spear320/Kconfig"
1203 source "board/spear/spear600/Kconfig"
1204 source "board/spear/x600/Kconfig"
1205 source "board/st/stv0991/Kconfig"
1206 source "board/syteco/zmx25/Kconfig"
1207 source "board/tcl/sl50/Kconfig"
1208 source "board/birdland/bav335x/Kconfig"
1209 source "board/timll/devkit3250/Kconfig"
1210 source "board/toradex/colibri_pxa270/Kconfig"
1211 source "board/technologic/ts4600/Kconfig"
1212 source "board/vscom/baltos/Kconfig"
1213 source "board/woodburn/Kconfig"
1214 source "board/work-microwave/work_92105/Kconfig"
1215 source "board/zipitz2/Kconfig"
1217 source "arch/arm/Kconfig.debug"