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"
285 config TARGET_EDB93XX
286 bool "Support edb93xx"
289 config TARGET_ASPENITE
290 bool "Support aspenite"
294 bool "Support gplugd"
301 Support for TI's DaVinci platform.
304 bool "Marvell Kirkwood"
306 select BOARD_EARLY_INIT_F
307 select ARCH_MISC_INIT
310 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
319 config TARGET_DEVKIT3250
320 bool "Support devkit3250"
324 config TARGET_WORK_92105
325 bool "Support work_92105"
329 config TARGET_MX25PDK
330 bool "Support mx25pdk"
331 select BOARD_LATE_INIT
333 select BOARD_EARLY_INIT_F
337 select BOARD_LATE_INIT
345 config TARGET_APX4DEVKIT
346 bool "Support apx4devkit"
356 bool "Support m28evk"
360 config TARGET_MX23EVK
361 bool "Support mx23evk"
364 select BOARD_EARLY_INIT_F
366 config TARGET_MX28EVK
367 bool "Support mx28evk"
370 select BOARD_EARLY_INIT_F
372 config TARGET_MX23_OLINUXINO
373 bool "Support mx23_olinuxino"
376 select BOARD_EARLY_INIT_F
379 bool "Support bg0900"
383 config TARGET_SANSA_FUZE_PLUS
384 bool "Support sansa_fuze_plus"
388 config TARGET_SC_SPS_1
389 bool "Support sc_sps_1"
397 config TARGET_SPEAR300
398 bool "Support spear300"
400 select BOARD_EARLY_INIT_F
402 config TARGET_SPEAR310
403 bool "Support spear310"
405 select BOARD_EARLY_INIT_F
407 config TARGET_SPEAR320
408 bool "Support spear320"
410 select BOARD_EARLY_INIT_F
412 config TARGET_SPEAR600
413 bool "Support spear600"
415 select BOARD_EARLY_INIT_F
417 config TARGET_STV0991
418 bool "Support stv0991"
428 select BOARD_LATE_INIT
432 config TARGET_IMX31_PHYCORE
433 bool "Support imx31_phycore_eet"
435 select BOARD_EARLY_INIT_F
437 config TARGET_IMX31_PHYCORE_EET
438 bool "Support imx31_phycore_eet"
439 select BOARD_LATE_INIT
441 select BOARD_EARLY_INIT_F
443 config TARGET_MX31ADS
444 bool "Support mx31ads"
446 select BOARD_EARLY_INIT_F
448 config TARGET_MX31PDK
449 bool "Support mx31pdk"
450 select BOARD_LATE_INIT
453 select BOARD_EARLY_INIT_F
455 config TARGET_WOODBURN
456 bool "Support woodburn"
459 config TARGET_WOODBURN_SD
460 bool "Support woodburn_sd"
468 config TARGET_MX35PDK
469 bool "Support mx35pdk"
470 select BOARD_LATE_INIT
474 bool "Broadcom BCM283X family"
480 config TARGET_VEXPRESS_CA15_TC2
481 bool "Support vexpress_ca15_tc2"
483 select CPU_V7_HAS_NONSEC
484 select CPU_V7_HAS_VIRT
486 config TARGET_VEXPRESS_CA5X2
487 bool "Support vexpress_ca5x2"
490 config TARGET_VEXPRESS_CA9X4
491 bool "Support vexpress_ca9x4"
494 config TARGET_BCM23550_W1D
495 bool "Support bcm23550_w1d"
498 config TARGET_BCM28155_AP
499 bool "Support bcm28155_ap"
502 config TARGET_BCMCYGNUS
503 bool "Support bcmcygnus"
507 bool "Support bcmnsp"
511 bool "Support Broadcom Northstar2"
514 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
515 ARMv8 Cortex-A57 processors targeting a broad range of networking
519 bool "Samsung EXYNOS"
529 bool "Samsung S5PC1XX"
537 bool "Calxeda Highbank"
540 config ARCH_INTEGRATOR
541 bool "ARM Ltd. Integrator family"
549 select SYS_THUMB_BUILD
553 config ARCH_OMAP2PLUS
562 Support for the Meson SoC family developed by Amlogic Inc.,
563 targeted at media players and tablet computers. We currently
564 support the S905 (GXBaby) 64-bit SoC.
569 select ROM_UNIFIED_SECTIONS
574 select SYS_FSL_HAS_SEC if SECURE_BOOT
575 select SYS_FSL_SEC_COMPAT_4
576 select SYS_FSL_SEC_LE
577 select BOARD_EARLY_INIT_F
578 select ARCH_MISC_INIT
583 select SYS_FSL_HAS_SEC if SECURE_BOOT
584 select SYS_FSL_SEC_COMPAT_4
585 select SYS_FSL_SEC_LE
586 select SYS_THUMB_BUILD if SPL
591 select BOARD_EARLY_INIT_F
594 bool "Renesas ARM SoCs"
597 select BOARD_EARLY_INIT_F
598 imply SYS_THUMB_BUILD
600 config TARGET_S32V234EVB
601 bool "Support s32v234evb"
603 select SYS_FSL_ERRATUM_ESDHC111
605 config ARCH_SNAPDRAGON
606 bool "Qualcomm Snapdragon SoCs"
616 bool "Altera SOCFPGA family"
620 select SPL_OF_CONTROL
624 select ENABLE_ARM_SOC_BOOT0_HOOK
625 select ARCH_EARLY_INIT_R
626 select ARCH_MISC_INIT
627 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
628 select SYS_THUMB_BUILD
631 bool "Support sunxi (Allwinner) SoCs"
633 select CMD_MMC if MMC
634 select CMD_USB if DISTRO_DEFAULTS
640 select DM_USB if DISTRO_DEFAULTS
641 select OF_BOARD_SETUP
644 select SPL_STACK_R if SUPPORT_SPL
645 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
647 select SPL_SYS_THUMB_BUILD if !ARM64
648 select USB if DISTRO_DEFAULTS
649 select USB_STORAGE if DISTRO_DEFAULTS
650 select USB_KEYBOARD if DISTRO_DEFAULTS
651 select USE_TINY_PRINTF
652 imply PRE_CONSOLE_BUFFER
653 imply SPL_GPIO_SUPPORT
654 imply SPL_LIBCOMMON_SUPPORT
655 imply SPL_LIBDISK_SUPPORT
656 imply SPL_LIBGENERIC_SUPPORT
657 imply SPL_MMC_SUPPORT if MMC
658 imply SPL_POWER_SUPPORT
659 imply SPL_SERIAL_SUPPORT
662 bool "Support TS4600"
667 bool "Freescale Vybrid"
669 select SYS_FSL_ERRATUM_ESDHC111
672 bool "Xilinx Zynq Platform"
673 select BOARD_LATE_INIT
677 select SPL_OF_CONTROL if SPL
687 select SPL_SEPARATE_BSS if SPL
696 bool "Support Xilinx ZynqMP Platform"
698 select BOARD_LATE_INIT
710 config TARGET_VEXPRESS64_AEMV8A
711 bool "Support vexpress_aemv8a"
714 config TARGET_VEXPRESS64_BASE_FVP
715 bool "Support Versatile Express ARMv8a FVP BASE model"
719 config TARGET_VEXPRESS64_BASE_FVP_DRAM
720 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
723 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
724 the default config to allow the user to load the images directly into
725 DRAM using model parameters rather than by using semi-hosting to load
726 the files from the host filesystem.
728 config TARGET_VEXPRESS64_JUNO
729 bool "Support Versatile Express Juno Development Platform"
732 config TARGET_LS2080A_EMU
733 bool "Support ls2080a_emu"
736 select ARMV8_MULTIENTRY
737 select ARCH_MISC_INIT
739 Support for Freescale LS2080A_EMU platform
740 The LS2080A Development System (EMULATOR) is a pre silicon
741 development platform that supports the QorIQ LS2080A
742 Layerscape Architecture processor.
744 config TARGET_LS2080A_SIMU
745 bool "Support ls2080a_simu"
748 select ARMV8_MULTIENTRY
749 select ARCH_MISC_INIT
751 Support for Freescale LS2080A_SIMU platform
752 The LS2080A Development System (QDS) is a pre silicon
753 development platform that supports the QorIQ LS2080A
754 Layerscape Architecture processor.
756 config TARGET_LS2080AQDS
757 bool "Support ls2080aqds"
760 select ARMV8_MULTIENTRY
761 select BOARD_LATE_INIT
763 select ARCH_MISC_INIT
765 Support for Freescale LS2080AQDS platform
766 The LS2080A Development System (QDS) is a high-performance
767 development platform that supports the QorIQ LS2080A
768 Layerscape Architecture processor.
770 config TARGET_LS2080ARDB
771 bool "Support ls2080ardb"
774 select ARMV8_MULTIENTRY
775 select BOARD_LATE_INIT
777 select ARCH_MISC_INIT
779 Support for Freescale LS2080ARDB platform.
780 The LS2080A Reference design board (RDB) is a high-performance
781 development platform that supports the QorIQ LS2080A
782 Layerscape Architecture processor.
785 bool "Support HiKey 96boards Consumer Edition Platform"
792 Support for HiKey 96boards platform. It features a HI6220
793 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
795 config TARGET_LS1012AQDS
796 bool "Support ls1012aqds"
799 select BOARD_LATE_INIT
801 Support for Freescale LS1012AQDS platform.
802 The LS1012A Development System (QDS) is a high-performance
803 development platform that supports the QorIQ LS1012A
804 Layerscape Architecture processor.
806 config TARGET_LS1012ARDB
807 bool "Support ls1012ardb"
810 select BOARD_LATE_INIT
812 Support for Freescale LS1012ARDB platform.
813 The LS1012A Reference design board (RDB) is a high-performance
814 development platform that supports the QorIQ LS1012A
815 Layerscape Architecture processor.
817 config TARGET_LS1012AFRDM
818 bool "Support ls1012afrdm"
822 Support for Freescale LS1012AFRDM platform.
823 The LS1012A Freedom board (FRDM) is a high-performance
824 development platform that supports the QorIQ LS1012A
825 Layerscape Architecture processor.
827 config TARGET_LS1021AQDS
828 bool "Support ls1021aqds"
829 select BOARD_LATE_INIT
831 select CPU_V7_HAS_NONSEC
832 select CPU_V7_HAS_VIRT
835 select ARCH_SUPPORT_PSCI
836 select LS1_DEEP_SLEEP
838 select BOARD_EARLY_INIT_F
840 config TARGET_LS1021ATWR
841 bool "Support ls1021atwr"
842 select BOARD_LATE_INIT
844 select CPU_V7_HAS_NONSEC
845 select CPU_V7_HAS_VIRT
848 select ARCH_SUPPORT_PSCI
849 select LS1_DEEP_SLEEP
850 select BOARD_EARLY_INIT_F
852 config TARGET_LS1021AIOT
853 bool "Support ls1021aiot"
854 select BOARD_LATE_INIT
856 select CPU_V7_HAS_NONSEC
857 select CPU_V7_HAS_VIRT
860 select ARCH_SUPPORT_PSCI
862 Support for Freescale LS1021AIOT platform.
863 The LS1021A Freescale board (IOT) is a high-performance
864 development platform that supports the QorIQ LS1021A
865 Layerscape Architecture processor.
867 config TARGET_LS1043AQDS
868 bool "Support ls1043aqds"
871 select ARMV8_MULTIENTRY
872 select BOARD_LATE_INIT
874 select BOARD_EARLY_INIT_F
876 Support for Freescale LS1043AQDS platform.
878 config TARGET_LS1043ARDB
879 bool "Support ls1043ardb"
882 select ARMV8_MULTIENTRY
883 select BOARD_LATE_INIT
885 select BOARD_EARLY_INIT_F
887 Support for Freescale LS1043ARDB platform.
889 config TARGET_LS1046AQDS
890 bool "Support ls1046aqds"
893 select ARMV8_MULTIENTRY
894 select BOARD_LATE_INIT
896 select DM_SPI_FLASH if DM_SPI
897 select BOARD_EARLY_INIT_F
899 Support for Freescale LS1046AQDS platform.
900 The LS1046A Development System (QDS) is a high-performance
901 development platform that supports the QorIQ LS1046A
902 Layerscape Architecture processor.
904 config TARGET_LS1046ARDB
905 bool "Support ls1046ardb"
908 select ARMV8_MULTIENTRY
909 select BOARD_LATE_INIT
911 select DM_SPI_FLASH if DM_SPI
912 select POWER_MC34VR500
913 select BOARD_EARLY_INIT_F
915 Support for Freescale LS1046ARDB platform.
916 The LS1046A Reference Design Board (RDB) is a high-performance
917 development platform that supports the QorIQ LS1046A
918 Layerscape Architecture processor.
924 config TARGET_ZIPITZ2
925 bool "Support zipitz2"
928 config TARGET_COLIBRI_PXA270
929 bool "Support colibri_pxa270"
933 bool "Socionext UniPhier SoCs"
934 select BOARD_LATE_INIT
947 select SPL_LIBCOMMON_SUPPORT if SPL
948 select SPL_LIBGENERIC_SUPPORT if SPL
949 select SPL_OF_CONTROL if SPL
950 select SPL_PINCTRL if SPL
953 Support for UniPhier SoC family developed by Socionext Inc.
954 (formerly, System LSI Business Division of Panasonic Corporation)
961 select SYS_THUMB_BUILD
964 bool "Support STMicrolectronics SoCs"
972 Support for STMicroelectronics STiH407/10 SoC family.
973 This SoC is used on Linaro 96Board STiH410-B2260
976 bool "Support Rockchip SoCs"
982 select SYS_THUMB_BUILD if !ARM64
983 select SPL_SYS_MALLOC_SIMPLE if SPL
995 config TARGET_THUNDERX_88XX
996 bool "Support ThunderX 88xx"
999 select SYS_CACHE_SHIFT_7
1002 bool "Support Aspeed SoCs"
1008 source "arch/arm/mach-aspeed/Kconfig"
1010 source "arch/arm/mach-at91/Kconfig"
1012 source "arch/arm/mach-bcm283x/Kconfig"
1014 source "arch/arm/mach-davinci/Kconfig"
1016 source "arch/arm/mach-exynos/Kconfig"
1018 source "arch/arm/mach-highbank/Kconfig"
1020 source "arch/arm/mach-integrator/Kconfig"
1022 source "arch/arm/mach-keystone/Kconfig"
1024 source "arch/arm/mach-kirkwood/Kconfig"
1026 source "arch/arm/mach-mvebu/Kconfig"
1028 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1030 source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1032 source "arch/arm/cpu/armv7/mx7/Kconfig"
1034 source "arch/arm/cpu/armv7/mx6/Kconfig"
1036 source "arch/arm/cpu/armv7/mx5/Kconfig"
1038 source "arch/arm/mach-omap2/Kconfig"
1040 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1042 source "arch/arm/mach-orion5x/Kconfig"
1044 source "arch/arm/mach-rmobile/Kconfig"
1046 source "arch/arm/mach-meson/Kconfig"
1048 source "arch/arm/mach-rockchip/Kconfig"
1050 source "arch/arm/mach-s5pc1xx/Kconfig"
1052 source "arch/arm/mach-snapdragon/Kconfig"
1054 source "arch/arm/mach-socfpga/Kconfig"
1056 source "arch/arm/mach-sti/Kconfig"
1058 source "arch/arm/mach-stm32/Kconfig"
1060 source "arch/arm/mach-sunxi/Kconfig"
1062 source "arch/arm/mach-tegra/Kconfig"
1064 source "arch/arm/mach-uniphier/Kconfig"
1066 source "arch/arm/cpu/armv7/vf610/Kconfig"
1068 source "arch/arm/mach-zynq/Kconfig"
1070 source "arch/arm/cpu/armv7/Kconfig"
1072 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1074 source "arch/arm/cpu/armv8/Kconfig"
1076 source "arch/arm/imx-common/Kconfig"
1078 source "board/aries/m28evk/Kconfig"
1079 source "board/bosch/shc/Kconfig"
1080 source "board/CarMediaLab/flea3/Kconfig"
1081 source "board/Marvell/aspenite/Kconfig"
1082 source "board/Marvell/gplugd/Kconfig"
1083 source "board/armadeus/apf27/Kconfig"
1084 source "board/armltd/vexpress/Kconfig"
1085 source "board/armltd/vexpress64/Kconfig"
1086 source "board/bluegiga/apx4devkit/Kconfig"
1087 source "board/broadcom/bcm23550_w1d/Kconfig"
1088 source "board/broadcom/bcm28155_ap/Kconfig"
1089 source "board/broadcom/bcmcygnus/Kconfig"
1090 source "board/broadcom/bcmnsp/Kconfig"
1091 source "board/broadcom/bcmns2/Kconfig"
1092 source "board/cavium/thunderx/Kconfig"
1093 source "board/cirrus/edb93xx/Kconfig"
1094 source "board/creative/xfi3/Kconfig"
1095 source "board/freescale/ls2080a/Kconfig"
1096 source "board/freescale/ls2080aqds/Kconfig"
1097 source "board/freescale/ls2080ardb/Kconfig"
1098 source "board/freescale/ls1021aqds/Kconfig"
1099 source "board/freescale/ls1043aqds/Kconfig"
1100 source "board/freescale/ls1021atwr/Kconfig"
1101 source "board/freescale/ls1021aiot/Kconfig"
1102 source "board/freescale/ls1046aqds/Kconfig"
1103 source "board/freescale/ls1043ardb/Kconfig"
1104 source "board/freescale/ls1046ardb/Kconfig"
1105 source "board/freescale/ls1012aqds/Kconfig"
1106 source "board/freescale/ls1012ardb/Kconfig"
1107 source "board/freescale/ls1012afrdm/Kconfig"
1108 source "board/freescale/mx23evk/Kconfig"
1109 source "board/freescale/mx25pdk/Kconfig"
1110 source "board/freescale/mx28evk/Kconfig"
1111 source "board/freescale/mx31ads/Kconfig"
1112 source "board/freescale/mx31pdk/Kconfig"
1113 source "board/freescale/mx35pdk/Kconfig"
1114 source "board/freescale/s32v234evb/Kconfig"
1115 source "board/gdsys/a38x/Kconfig"
1116 source "board/grinn/chiliboard/Kconfig"
1117 source "board/gumstix/pepper/Kconfig"
1118 source "board/h2200/Kconfig"
1119 source "board/hisilicon/hikey/Kconfig"
1120 source "board/imx31_phycore/Kconfig"
1121 source "board/isee/igep003x/Kconfig"
1122 source "board/olimex/mx23_olinuxino/Kconfig"
1123 source "board/phytec/pcm051/Kconfig"
1124 source "board/ppcag/bg0900/Kconfig"
1125 source "board/sandisk/sansa_fuze_plus/Kconfig"
1126 source "board/schulercontrol/sc_sps_1/Kconfig"
1127 source "board/silica/pengwyn/Kconfig"
1128 source "board/spear/spear300/Kconfig"
1129 source "board/spear/spear310/Kconfig"
1130 source "board/spear/spear320/Kconfig"
1131 source "board/spear/spear600/Kconfig"
1132 source "board/spear/x600/Kconfig"
1133 source "board/st/stv0991/Kconfig"
1134 source "board/syteco/zmx25/Kconfig"
1135 source "board/tcl/sl50/Kconfig"
1136 source "board/birdland/bav335x/Kconfig"
1137 source "board/timll/devkit3250/Kconfig"
1138 source "board/toradex/colibri_pxa270/Kconfig"
1139 source "board/technologic/ts4600/Kconfig"
1140 source "board/vscom/baltos/Kconfig"
1141 source "board/woodburn/Kconfig"
1142 source "board/work-microwave/work_92105/Kconfig"
1143 source "board/zipitz2/Kconfig"
1145 source "arch/arm/Kconfig.debug"