1 menu "ARM architecture"
10 select SYS_CACHE_SHIFT_6
12 config DMA_ADDR_T_64BIT
24 select SYS_CACHE_SHIFT_5
28 select SYS_CACHE_SHIFT_5
32 select SYS_CACHE_SHIFT_5
36 select SYS_CACHE_SHIFT_5
40 select SYS_CACHE_SHIFT_5
45 select SYS_CACHE_SHIFT_5
51 select SYS_CACHE_SHIFT_6
56 select SYS_CACHE_SHIFT_5
60 select SYS_CACHE_SHIFT_5
64 select SYS_CACHE_SHIFT_5
67 default "arm720t" if CPU_ARM720T
68 default "arm920t" if CPU_ARM920T
69 default "arm926ejs" if CPU_ARM926EJS
70 default "arm946es" if CPU_ARM946ES
71 default "arm1136" if CPU_ARM1136
72 default "arm1176" if CPU_ARM1176
73 default "armv7" if CPU_V7
74 default "armv7m" if CPU_V7M
75 default "pxa" if CPU_PXA
76 default "sa1100" if CPU_SA1100
77 default "armv8" if ARM64
81 default 4 if CPU_ARM720T
82 default 4 if CPU_ARM920T
83 default 5 if CPU_ARM926EJS
84 default 5 if CPU_ARM946ES
85 default 6 if CPU_ARM1136
86 default 6 if CPU_ARM1176
90 default 4 if CPU_SA1100
93 config SYS_CACHE_SHIFT_5
96 config SYS_CACHE_SHIFT_6
99 config SYS_CACHE_SHIFT_7
102 config SYS_CACHELINE_SIZE
104 default 128 if SYS_CACHE_SHIFT_7
105 default 64 if SYS_CACHE_SHIFT_6
106 default 32 if SYS_CACHE_SHIFT_5
109 bool "support boot from semihosting"
111 In emulated environments, semihosting is a way for
112 the hosted environment to call out to the emulator to
113 retrieve files from the host machine.
115 config SYS_L2CACHE_OFF
118 If SoC does not support L2CACHE or one do not want to enable
119 L2CACHE, choose this option.
121 config ENABLE_ARM_SOC_BOOT0_HOOK
122 bool "prepare BOOT0 header"
124 If the SoC's BOOT0 requires a header area filled with (magic)
125 values, then choose this option, and create a define called
126 ARM_SOC_BOOT0_HOOK which contains the required assembler
129 config USE_ARCH_MEMCPY
130 bool "Use an assembly optimized implementation of memcpy"
134 Enable the generation of an optimized version of memcpy.
135 Such implementation may be faster under some conditions
136 but may increase the binary size.
138 config SPL_USE_ARCH_MEMCPY
139 bool "Use an assembly optimized implementation of memcpy"
140 default y if USE_ARCH_MEMCPY
143 Enable the generation of an optimized version of memcpy.
144 Such implementation may be faster under some conditions
145 but may increase the binary size.
147 config USE_ARCH_MEMSET
148 bool "Use an assembly optimized implementation of memset"
152 Enable the generation of an optimized version of memset.
153 Such implementation may be faster under some conditions
154 but may increase the binary size.
156 config SPL_USE_ARCH_MEMSET
157 bool "Use an assembly optimized implementation of memset"
158 default y if USE_ARCH_MEMSET
161 Enable the generation of an optimized version of memset.
162 Such implementation may be faster under some conditions
163 but may increase the binary size.
170 config ARM64_SUPPORT_AARCH32
171 bool "ARM64 system support AArch32 execution state"
172 default y if ARM64 && !TARGET_THUNDERX_88XX
174 This ARM64 system supports AArch32 execution state.
177 prompt "Target select"
183 config TARGET_EDB93XX
184 bool "Support edb93xx"
187 config TARGET_ASPENITE
188 bool "Support aspenite"
192 bool "Support gplugd"
199 Support for TI's DaVinci platform.
202 bool "Marvell Kirkwood"
204 select BOARD_EARLY_INIT_F
205 select ARCH_MISC_INIT
208 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
217 config TARGET_DEVKIT3250
218 bool "Support devkit3250"
222 config TARGET_WORK_92105
223 bool "Support work_92105"
227 config TARGET_MX25PDK
228 bool "Support mx25pdk"
229 select BOARD_LATE_INIT
231 select BOARD_EARLY_INIT_F
235 select BOARD_LATE_INIT
243 config TARGET_APX4DEVKIT
244 bool "Support apx4devkit"
254 bool "Support m28evk"
258 config TARGET_MX23EVK
259 bool "Support mx23evk"
262 select BOARD_EARLY_INIT_F
264 config TARGET_MX28EVK
265 bool "Support mx28evk"
268 select BOARD_EARLY_INIT_F
270 config TARGET_MX23_OLINUXINO
271 bool "Support mx23_olinuxino"
274 select BOARD_EARLY_INIT_F
277 bool "Support bg0900"
281 config TARGET_SANSA_FUZE_PLUS
282 bool "Support sansa_fuze_plus"
286 config TARGET_SC_SPS_1
287 bool "Support sc_sps_1"
295 config TARGET_SPEAR300
296 bool "Support spear300"
298 select BOARD_EARLY_INIT_F
300 config TARGET_SPEAR310
301 bool "Support spear310"
303 select BOARD_EARLY_INIT_F
305 config TARGET_SPEAR320
306 bool "Support spear320"
308 select BOARD_EARLY_INIT_F
310 config TARGET_SPEAR600
311 bool "Support spear600"
313 select BOARD_EARLY_INIT_F
315 config TARGET_STV0991
316 bool "Support stv0991"
326 select BOARD_LATE_INIT
330 config TARGET_IMX31_PHYCORE
331 bool "Support imx31_phycore_eet"
333 select BOARD_EARLY_INIT_F
335 config TARGET_IMX31_PHYCORE_EET
336 bool "Support imx31_phycore_eet"
337 select BOARD_LATE_INIT
339 select BOARD_EARLY_INIT_F
341 config TARGET_MX31ADS
342 bool "Support mx31ads"
344 select BOARD_EARLY_INIT_F
346 config TARGET_MX31PDK
347 bool "Support mx31pdk"
348 select BOARD_LATE_INIT
351 select BOARD_EARLY_INIT_F
353 config TARGET_WOODBURN
354 bool "Support woodburn"
357 config TARGET_WOODBURN_SD
358 bool "Support woodburn_sd"
366 config TARGET_MX35PDK
367 bool "Support mx35pdk"
368 select BOARD_LATE_INIT
372 bool "Broadcom BCM283X family"
378 config TARGET_VEXPRESS_CA15_TC2
379 bool "Support vexpress_ca15_tc2"
381 select CPU_V7_HAS_NONSEC
382 select CPU_V7_HAS_VIRT
384 config TARGET_VEXPRESS_CA5X2
385 bool "Support vexpress_ca5x2"
388 config TARGET_VEXPRESS_CA9X4
389 bool "Support vexpress_ca9x4"
393 bool "Support BRXRE1"
395 select BOARD_LATE_INIT
398 bool "Support BRPPT1"
400 select BOARD_LATE_INIT
405 select BOARD_LATE_INIT
411 bool "Support thuban"
413 select BOARD_LATE_INIT
418 config TARGET_RASTABAN
419 bool "Support rastaban"
421 select BOARD_LATE_INIT
427 bool "Support etamin"
429 select BOARD_LATE_INIT
437 select BOARD_LATE_INIT
445 select BOARD_LATE_INIT
450 config TARGET_TI814X_EVM
451 bool "Support ti814x_evm"
454 config TARGET_TI816X_EVM
455 bool "Support ti816x_evm"
458 config TARGET_BCM23550_W1D
459 bool "Support bcm23550_w1d"
462 config TARGET_BCM28155_AP
463 bool "Support bcm28155_ap"
466 config TARGET_BCMCYGNUS
467 bool "Support bcmcygnus"
471 bool "Support bcmnsp"
475 bool "Samsung EXYNOS"
485 bool "Samsung S5PC1XX"
493 bool "Calxeda Highbank"
496 config ARCH_INTEGRATOR
497 bool "ARM Ltd. Integrator family"
510 Support for the Meson SoC family developed by Amlogic Inc.,
511 targeted at media players and tablet computers. We currently
512 support the S905 (GXBaby) 64-bit SoC.
517 select SYS_FSL_HAS_SEC if SECURE_BOOT
518 select SYS_FSL_SEC_COMPAT_4
519 select SYS_FSL_SEC_LE
520 select BOARD_EARLY_INIT_F
521 select ARCH_MISC_INIT
526 select SYS_FSL_HAS_SEC if SECURE_BOOT
527 select SYS_FSL_SEC_COMPAT_4
528 select SYS_FSL_SEC_LE
533 select BOARD_EARLY_INIT_F
536 bool "Support m53evk"
539 select BOARD_EARLY_INIT_F
541 config TARGET_MX51EVK
542 bool "Support mx51evk"
543 select BOARD_LATE_INIT
545 select BOARD_EARLY_INIT_F
547 config TARGET_MX53ARD
548 bool "Support mx53ard"
550 select BOARD_EARLY_INIT_F
552 config TARGET_MX53EVK
553 bool "Support mx53evk"
554 select BOARD_LATE_INIT
556 select BOARD_EARLY_INIT_F
558 config TARGET_MX53LOCO
559 bool "Support mx53loco"
560 select BOARD_LATE_INIT
562 select BOARD_EARLY_INIT_F
564 config TARGET_MX53SMD
565 bool "Support mx53smd"
567 select BOARD_EARLY_INIT_F
572 select USE_TINY_PRINTF
577 select USE_TINY_PRINTF
587 Support for AM43xx SOC from Texas Instruments.
588 The AM43xx high performance SOC features a Cortex-A9
589 ARM core, a quad core PRU-ICSS for industrial Ethernet
590 protocols, dual camera support, optional 3D graphics
591 and an optional customer programmable secure boot.
597 Support for AM335x SOC from Texas Instruments.
598 The AM335x high performance SOC features a Cortex-A8
599 ARM core, a dual core PRU-ICSS for industrial Ethernet
600 protocols, optional 3D graphics and an optional customer
601 programmable secure boot.
604 bool "Renesas ARM SoCs"
607 select BOARD_EARLY_INIT_F
609 config TARGET_S32V234EVB
610 bool "Support s32v234evb"
612 select SYS_FSL_ERRATUM_ESDHC111
614 config ARCH_SNAPDRAGON
615 bool "Qualcomm Snapdragon SoCs"
625 bool "Altera SOCFPGA family"
629 select SPL_OF_CONTROL
633 select ENABLE_ARM_SOC_BOOT0_HOOK
634 select ARCH_EARLY_INIT_R
635 select ARCH_MISC_INIT
638 bool "Support cm_t43"
642 bool "Support sunxi (Allwinner) SoCs"
644 select CMD_MMC if MMC
645 select CMD_USB if DISTRO_DEFAULTS
651 select DM_USB if DISTRO_DEFAULTS
652 select OF_BOARD_SETUP
655 select SPL_STACK_R if SUPPORT_SPL
656 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
658 select USB if DISTRO_DEFAULTS
659 select USB_STORAGE if DISTRO_DEFAULTS
660 select USB_KEYBOARD if DISTRO_DEFAULTS
661 select USE_TINY_PRINTF
664 bool "Support TS4600"
669 bool "Support TS4800"
671 select SYS_FSL_ERRATUM_ESDHC_A001
673 config TARGET_VF610TWR
674 bool "Support vf610twr"
676 select SYS_FSL_ERRATUM_ESDHC111
678 config TARGET_COLIBRI_VF
679 bool "Support Colibri VF50/61"
680 select BOARD_LATE_INIT
682 select SYS_FSL_ERRATUM_ESDHC111
685 bool "Support pcm-052"
687 select SYS_FSL_ERRATUM_ESDHC111
688 select SYS_FSL_ERRATUM_ESDHC135
689 select SYS_FSL_ERRATUM_ESDHC_A001
694 select SYS_FSL_ERRATUM_ESDHC111
695 select SYS_FSL_ERRATUM_ESDHC135
696 select SYS_FSL_ERRATUM_ESDHC_A001
699 bool "Xilinx Zynq Platform"
700 select BOARD_LATE_INIT
704 select SPL_OF_CONTROL if SPL
714 select SPL_SEPARATE_BSS if SPL
719 bool "Support Xilinx ZynqMP Platform"
721 select BOARD_LATE_INIT
733 config TARGET_VEXPRESS64_AEMV8A
734 bool "Support vexpress_aemv8a"
737 config TARGET_VEXPRESS64_BASE_FVP
738 bool "Support Versatile Express ARMv8a FVP BASE model"
742 config TARGET_VEXPRESS64_BASE_FVP_DRAM
743 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
746 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
747 the default config to allow the user to load the images directly into
748 DRAM using model parameters rather than by using semi-hosting to load
749 the files from the host filesystem.
751 config TARGET_VEXPRESS64_JUNO
752 bool "Support Versatile Express Juno Development Platform"
755 config TARGET_LS2080A_EMU
756 bool "Support ls2080a_emu"
759 select ARMV8_MULTIENTRY
760 select ARCH_MISC_INIT
762 Support for Freescale LS2080A_EMU platform
763 The LS2080A Development System (EMULATOR) is a pre silicon
764 development platform that supports the QorIQ LS2080A
765 Layerscape Architecture processor.
767 config TARGET_LS2080A_SIMU
768 bool "Support ls2080a_simu"
771 select ARMV8_MULTIENTRY
772 select ARCH_MISC_INIT
774 Support for Freescale LS2080A_SIMU platform
775 The LS2080A Development System (QDS) is a pre silicon
776 development platform that supports the QorIQ LS2080A
777 Layerscape Architecture processor.
779 config TARGET_LS2080AQDS
780 bool "Support ls2080aqds"
783 select ARMV8_MULTIENTRY
784 select BOARD_LATE_INIT
786 select ARCH_MISC_INIT
788 Support for Freescale LS2080AQDS platform
789 The LS2080A Development System (QDS) is a high-performance
790 development platform that supports the QorIQ LS2080A
791 Layerscape Architecture processor.
793 config TARGET_LS2080ARDB
794 bool "Support ls2080ardb"
797 select ARMV8_MULTIENTRY
798 select BOARD_LATE_INIT
800 select ARCH_MISC_INIT
802 Support for Freescale LS2080ARDB platform.
803 The LS2080A Reference design board (RDB) is a high-performance
804 development platform that supports the QorIQ LS2080A
805 Layerscape Architecture processor.
808 bool "Support HiKey 96boards Consumer Edition Platform"
815 Support for HiKey 96boards platform. It features a HI6220
816 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
818 config TARGET_LS1012AQDS
819 bool "Support ls1012aqds"
822 select BOARD_LATE_INIT
824 Support for Freescale LS1012AQDS platform.
825 The LS1012A Development System (QDS) is a high-performance
826 development platform that supports the QorIQ LS1012A
827 Layerscape Architecture processor.
829 config TARGET_LS1012ARDB
830 bool "Support ls1012ardb"
833 select BOARD_LATE_INIT
835 Support for Freescale LS1012ARDB platform.
836 The LS1012A Reference design board (RDB) is a high-performance
837 development platform that supports the QorIQ LS1012A
838 Layerscape Architecture processor.
840 config TARGET_LS1012AFRDM
841 bool "Support ls1012afrdm"
845 Support for Freescale LS1012AFRDM platform.
846 The LS1012A Freedom board (FRDM) is a high-performance
847 development platform that supports the QorIQ LS1012A
848 Layerscape Architecture processor.
850 config TARGET_LS1021AQDS
851 bool "Support ls1021aqds"
852 select BOARD_LATE_INIT
854 select CPU_V7_HAS_NONSEC
855 select CPU_V7_HAS_VIRT
858 select ARCH_SUPPORT_PSCI
859 select LS1_DEEP_SLEEP
861 select BOARD_EARLY_INIT_F
863 config TARGET_LS1021ATWR
864 bool "Support ls1021atwr"
865 select BOARD_LATE_INIT
867 select CPU_V7_HAS_NONSEC
868 select CPU_V7_HAS_VIRT
871 select ARCH_SUPPORT_PSCI
872 select LS1_DEEP_SLEEP
873 select BOARD_EARLY_INIT_F
875 config TARGET_LS1021AIOT
876 bool "Support ls1021aiot"
877 select BOARD_LATE_INIT
879 select CPU_V7_HAS_NONSEC
880 select CPU_V7_HAS_VIRT
883 select ARCH_SUPPORT_PSCI
885 Support for Freescale LS1021AIOT platform.
886 The LS1021A Freescale board (IOT) is a high-performance
887 development platform that supports the QorIQ LS1021A
888 Layerscape Architecture processor.
890 config TARGET_LS1043AQDS
891 bool "Support ls1043aqds"
894 select ARMV8_MULTIENTRY
895 select BOARD_LATE_INIT
897 select BOARD_EARLY_INIT_F
899 Support for Freescale LS1043AQDS platform.
901 config TARGET_LS1043ARDB
902 bool "Support ls1043ardb"
905 select ARMV8_MULTIENTRY
906 select BOARD_LATE_INIT
908 select BOARD_EARLY_INIT_F
910 Support for Freescale LS1043ARDB platform.
912 config TARGET_LS1046AQDS
913 bool "Support ls1046aqds"
916 select ARMV8_MULTIENTRY
917 select BOARD_LATE_INIT
919 select DM_SPI_FLASH if DM_SPI
920 select BOARD_EARLY_INIT_F
922 Support for Freescale LS1046AQDS platform.
923 The LS1046A Development System (QDS) is a high-performance
924 development platform that supports the QorIQ LS1046A
925 Layerscape Architecture processor.
927 config TARGET_LS1046ARDB
928 bool "Support ls1046ardb"
931 select ARMV8_MULTIENTRY
932 select BOARD_LATE_INIT
934 select DM_SPI_FLASH if DM_SPI
935 select POWER_MC34VR500
936 select BOARD_EARLY_INIT_F
938 Support for Freescale LS1046ARDB platform.
939 The LS1046A Reference Design Board (RDB) is a high-performance
940 development platform that supports the QorIQ LS1046A
941 Layerscape Architecture processor.
947 config TARGET_ZIPITZ2
948 bool "Support zipitz2"
951 config TARGET_COLIBRI_PXA270
952 bool "Support colibri_pxa270"
956 bool "Socionext UniPhier SoCs"
957 select BOARD_LATE_INIT
970 select SPL_LIBCOMMON_SUPPORT if SPL
971 select SPL_LIBGENERIC_SUPPORT if SPL
972 select SPL_OF_CONTROL if SPL
973 select SPL_PINCTRL if SPL
976 Support for UniPhier SoC family developed by Socionext Inc.
977 (formerly, System LSI Business Division of Panasonic Corporation)
986 bool "Support Rockchip SoCs"
992 select SPL_SYS_MALLOC_SIMPLE if SPL
1000 select DM_USB if USB
1004 config TARGET_THUNDERX_88XX
1005 bool "Support ThunderX 88xx"
1008 select SYS_CACHE_SHIFT_7
1011 bool "Support Aspeed SoCs"
1017 source "arch/arm/mach-aspeed/Kconfig"
1019 source "arch/arm/mach-at91/Kconfig"
1021 source "arch/arm/mach-bcm283x/Kconfig"
1023 source "arch/arm/mach-davinci/Kconfig"
1025 source "arch/arm/mach-exynos/Kconfig"
1027 source "arch/arm/mach-highbank/Kconfig"
1029 source "arch/arm/mach-integrator/Kconfig"
1031 source "arch/arm/mach-keystone/Kconfig"
1033 source "arch/arm/mach-kirkwood/Kconfig"
1035 source "arch/arm/mach-mvebu/Kconfig"
1037 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1039 source "arch/arm/cpu/armv7/mx7/Kconfig"
1041 source "arch/arm/cpu/armv7/mx6/Kconfig"
1043 source "arch/arm/cpu/armv7/mx5/Kconfig"
1045 source "arch/arm/mach-omap2/Kconfig"
1047 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1049 source "arch/arm/mach-orion5x/Kconfig"
1051 source "arch/arm/mach-rmobile/Kconfig"
1053 source "arch/arm/mach-meson/Kconfig"
1055 source "arch/arm/mach-rockchip/Kconfig"
1057 source "arch/arm/mach-s5pc1xx/Kconfig"
1059 source "arch/arm/mach-snapdragon/Kconfig"
1061 source "arch/arm/mach-socfpga/Kconfig"
1063 source "arch/arm/mach-stm32/Kconfig"
1065 source "arch/arm/mach-tegra/Kconfig"
1067 source "arch/arm/mach-uniphier/Kconfig"
1069 source "arch/arm/mach-zynq/Kconfig"
1071 source "arch/arm/cpu/armv7/Kconfig"
1073 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1075 source "arch/arm/cpu/armv8/Kconfig"
1077 source "arch/arm/imx-common/Kconfig"
1079 source "board/bosch/shc/Kconfig"
1080 source "board/BuR/brxre1/Kconfig"
1081 source "board/BuR/brppt1/Kconfig"
1082 source "board/CarMediaLab/flea3/Kconfig"
1083 source "board/Marvell/aspenite/Kconfig"
1084 source "board/Marvell/gplugd/Kconfig"
1085 source "board/armadeus/apf27/Kconfig"
1086 source "board/armltd/vexpress/Kconfig"
1087 source "board/armltd/vexpress64/Kconfig"
1088 source "board/bluegiga/apx4devkit/Kconfig"
1089 source "board/broadcom/bcm23550_w1d/Kconfig"
1090 source "board/broadcom/bcm28155_ap/Kconfig"
1091 source "board/broadcom/bcmcygnus/Kconfig"
1092 source "board/broadcom/bcmnsp/Kconfig"
1093 source "board/cavium/thunderx/Kconfig"
1094 source "board/cirrus/edb93xx/Kconfig"
1095 source "board/compulab/cm_t335/Kconfig"
1096 source "board/compulab/cm_t43/Kconfig"
1097 source "board/creative/xfi3/Kconfig"
1098 source "board/denx/m28evk/Kconfig"
1099 source "board/denx/m53evk/Kconfig"
1100 source "board/freescale/ls2080a/Kconfig"
1101 source "board/freescale/ls2080aqds/Kconfig"
1102 source "board/freescale/ls2080ardb/Kconfig"
1103 source "board/freescale/ls1021aqds/Kconfig"
1104 source "board/freescale/ls1043aqds/Kconfig"
1105 source "board/freescale/ls1021atwr/Kconfig"
1106 source "board/freescale/ls1021aiot/Kconfig"
1107 source "board/freescale/ls1046aqds/Kconfig"
1108 source "board/freescale/ls1043ardb/Kconfig"
1109 source "board/freescale/ls1046ardb/Kconfig"
1110 source "board/freescale/ls1012aqds/Kconfig"
1111 source "board/freescale/ls1012ardb/Kconfig"
1112 source "board/freescale/ls1012afrdm/Kconfig"
1113 source "board/freescale/mx23evk/Kconfig"
1114 source "board/freescale/mx25pdk/Kconfig"
1115 source "board/freescale/mx28evk/Kconfig"
1116 source "board/freescale/mx31ads/Kconfig"
1117 source "board/freescale/mx31pdk/Kconfig"
1118 source "board/freescale/mx35pdk/Kconfig"
1119 source "board/freescale/mx51evk/Kconfig"
1120 source "board/freescale/mx53ard/Kconfig"
1121 source "board/freescale/mx53evk/Kconfig"
1122 source "board/freescale/mx53loco/Kconfig"
1123 source "board/freescale/mx53smd/Kconfig"
1124 source "board/freescale/s32v234evb/Kconfig"
1125 source "board/freescale/vf610twr/Kconfig"
1126 source "board/grinn/chiliboard/Kconfig"
1127 source "board/gumstix/pepper/Kconfig"
1128 source "board/h2200/Kconfig"
1129 source "board/hisilicon/hikey/Kconfig"
1130 source "board/imx31_phycore/Kconfig"
1131 source "board/isee/igep0033/Kconfig"
1132 source "board/olimex/mx23_olinuxino/Kconfig"
1133 source "board/phytec/pcm051/Kconfig"
1134 source "board/phytec/pcm052/Kconfig"
1135 source "board/ppcag/bg0900/Kconfig"
1136 source "board/sandisk/sansa_fuze_plus/Kconfig"
1137 source "board/schulercontrol/sc_sps_1/Kconfig"
1138 source "board/siemens/draco/Kconfig"
1139 source "board/siemens/pxm2/Kconfig"
1140 source "board/siemens/rut/Kconfig"
1141 source "board/silica/pengwyn/Kconfig"
1142 source "board/spear/spear300/Kconfig"
1143 source "board/spear/spear310/Kconfig"
1144 source "board/spear/spear320/Kconfig"
1145 source "board/spear/spear600/Kconfig"
1146 source "board/spear/x600/Kconfig"
1147 source "board/st/stv0991/Kconfig"
1148 source "board/sunxi/Kconfig"
1149 source "board/syteco/zmx25/Kconfig"
1150 source "board/tcl/sl50/Kconfig"
1151 source "board/ti/am335x/Kconfig"
1152 source "board/ti/am43xx/Kconfig"
1153 source "board/birdland/bav335x/Kconfig"
1154 source "board/ti/ti814x/Kconfig"
1155 source "board/ti/ti816x/Kconfig"
1156 source "board/timll/devkit3250/Kconfig"
1157 source "board/toradex/colibri_pxa270/Kconfig"
1158 source "board/toradex/colibri_vf/Kconfig"
1159 source "board/technologic/ts4600/Kconfig"
1160 source "board/technologic/ts4800/Kconfig"
1161 source "board/vscom/baltos/Kconfig"
1162 source "board/woodburn/Kconfig"
1163 source "board/work-microwave/work_92105/Kconfig"
1164 source "board/zipitz2/Kconfig"
1166 source "arch/arm/Kconfig.debug"