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
573 imply SPL_EXT_SUPPORT
574 imply SPL_FAT_SUPPORT
575 imply SPL_GPIO_SUPPORT
576 imply SPL_I2C_SUPPORT
577 imply SPL_LIBCOMMON_SUPPORT
578 imply SPL_LIBDISK_SUPPORT
579 imply SPL_LIBGENERIC_SUPPORT
580 imply SPL_MMC_SUPPORT
581 imply SPL_NAND_SUPPORT
582 imply SPL_POWER_SUPPORT
583 imply SPL_SERIAL_SUPPORT
588 select USE_TINY_PRINTF
593 imply SPL_DISPLAY_PRINT
594 imply SPL_ENV_SUPPORT
595 imply SPL_EXT_SUPPORT
596 imply SPL_FAT_SUPPORT
597 imply SPL_GPIO_SUPPORT
598 imply SPL_I2C_SUPPORT
599 imply SPL_LIBCOMMON_SUPPORT
600 imply SPL_LIBDISK_SUPPORT
601 imply SPL_LIBGENERIC_SUPPORT
602 imply SPL_MMC_SUPPORT
603 imply SPL_NAND_SUPPORT
604 imply SPL_POWER_SUPPORT
605 imply SPL_SERIAL_SUPPORT
611 Support for AM43xx SOC from Texas Instruments.
612 The AM43xx high performance SOC features a Cortex-A9
613 ARM core, a quad core PRU-ICSS for industrial Ethernet
614 protocols, dual camera support, optional 3D graphics
615 and an optional customer programmable secure boot.
621 Support for AM335x SOC from Texas Instruments.
622 The AM335x high performance SOC features a Cortex-A8
623 ARM core, a dual core PRU-ICSS for industrial Ethernet
624 protocols, optional 3D graphics and an optional customer
625 programmable secure boot.
628 bool "Renesas ARM SoCs"
631 select BOARD_EARLY_INIT_F
633 config TARGET_S32V234EVB
634 bool "Support s32v234evb"
636 select SYS_FSL_ERRATUM_ESDHC111
638 config ARCH_SNAPDRAGON
639 bool "Qualcomm Snapdragon SoCs"
649 bool "Altera SOCFPGA family"
653 select SPL_OF_CONTROL
657 select ENABLE_ARM_SOC_BOOT0_HOOK
658 select ARCH_EARLY_INIT_R
659 select ARCH_MISC_INIT
660 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
663 bool "Support cm_t43"
667 bool "Support sunxi (Allwinner) SoCs"
669 select CMD_MMC if MMC
670 select CMD_USB if DISTRO_DEFAULTS
676 select DM_USB if DISTRO_DEFAULTS
677 select OF_BOARD_SETUP
680 select SPL_STACK_R if SUPPORT_SPL
681 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
683 select USB if DISTRO_DEFAULTS
684 select USB_STORAGE if DISTRO_DEFAULTS
685 select USB_KEYBOARD if DISTRO_DEFAULTS
686 select USE_TINY_PRINTF
689 bool "Support TS4600"
694 bool "Support TS4800"
696 select SYS_FSL_ERRATUM_ESDHC_A001
698 config TARGET_VF610TWR
699 bool "Support vf610twr"
701 select SYS_FSL_ERRATUM_ESDHC111
703 config TARGET_COLIBRI_VF
704 bool "Support Colibri VF50/61"
705 select BOARD_LATE_INIT
707 select SYS_FSL_ERRATUM_ESDHC111
710 bool "Support pcm-052"
712 select SYS_FSL_ERRATUM_ESDHC111
713 select SYS_FSL_ERRATUM_ESDHC135
714 select SYS_FSL_ERRATUM_ESDHC_A001
719 select SYS_FSL_ERRATUM_ESDHC111
720 select SYS_FSL_ERRATUM_ESDHC135
721 select SYS_FSL_ERRATUM_ESDHC_A001
724 bool "Xilinx Zynq Platform"
725 select BOARD_LATE_INIT
729 select SPL_OF_CONTROL if SPL
739 select SPL_SEPARATE_BSS if SPL
744 bool "Support Xilinx ZynqMP Platform"
746 select BOARD_LATE_INIT
758 config TARGET_VEXPRESS64_AEMV8A
759 bool "Support vexpress_aemv8a"
762 config TARGET_VEXPRESS64_BASE_FVP
763 bool "Support Versatile Express ARMv8a FVP BASE model"
767 config TARGET_VEXPRESS64_BASE_FVP_DRAM
768 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
771 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
772 the default config to allow the user to load the images directly into
773 DRAM using model parameters rather than by using semi-hosting to load
774 the files from the host filesystem.
776 config TARGET_VEXPRESS64_JUNO
777 bool "Support Versatile Express Juno Development Platform"
780 config TARGET_LS2080A_EMU
781 bool "Support ls2080a_emu"
784 select ARMV8_MULTIENTRY
785 select ARCH_MISC_INIT
787 Support for Freescale LS2080A_EMU platform
788 The LS2080A Development System (EMULATOR) is a pre silicon
789 development platform that supports the QorIQ LS2080A
790 Layerscape Architecture processor.
792 config TARGET_LS2080A_SIMU
793 bool "Support ls2080a_simu"
796 select ARMV8_MULTIENTRY
797 select ARCH_MISC_INIT
799 Support for Freescale LS2080A_SIMU platform
800 The LS2080A Development System (QDS) is a pre silicon
801 development platform that supports the QorIQ LS2080A
802 Layerscape Architecture processor.
804 config TARGET_LS2080AQDS
805 bool "Support ls2080aqds"
808 select ARMV8_MULTIENTRY
809 select BOARD_LATE_INIT
811 select ARCH_MISC_INIT
813 Support for Freescale LS2080AQDS platform
814 The LS2080A Development System (QDS) is a high-performance
815 development platform that supports the QorIQ LS2080A
816 Layerscape Architecture processor.
818 config TARGET_LS2080ARDB
819 bool "Support ls2080ardb"
822 select ARMV8_MULTIENTRY
823 select BOARD_LATE_INIT
825 select ARCH_MISC_INIT
827 Support for Freescale LS2080ARDB platform.
828 The LS2080A Reference design board (RDB) is a high-performance
829 development platform that supports the QorIQ LS2080A
830 Layerscape Architecture processor.
833 bool "Support HiKey 96boards Consumer Edition Platform"
840 Support for HiKey 96boards platform. It features a HI6220
841 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
843 config TARGET_LS1012AQDS
844 bool "Support ls1012aqds"
847 select BOARD_LATE_INIT
849 Support for Freescale LS1012AQDS platform.
850 The LS1012A Development System (QDS) is a high-performance
851 development platform that supports the QorIQ LS1012A
852 Layerscape Architecture processor.
854 config TARGET_LS1012ARDB
855 bool "Support ls1012ardb"
858 select BOARD_LATE_INIT
860 Support for Freescale LS1012ARDB platform.
861 The LS1012A Reference design board (RDB) is a high-performance
862 development platform that supports the QorIQ LS1012A
863 Layerscape Architecture processor.
865 config TARGET_LS1012AFRDM
866 bool "Support ls1012afrdm"
870 Support for Freescale LS1012AFRDM platform.
871 The LS1012A Freedom board (FRDM) is a high-performance
872 development platform that supports the QorIQ LS1012A
873 Layerscape Architecture processor.
875 config TARGET_LS1021AQDS
876 bool "Support ls1021aqds"
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
886 select BOARD_EARLY_INIT_F
888 config TARGET_LS1021ATWR
889 bool "Support ls1021atwr"
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
898 select BOARD_EARLY_INIT_F
900 config TARGET_LS1021AIOT
901 bool "Support ls1021aiot"
902 select BOARD_LATE_INIT
904 select CPU_V7_HAS_NONSEC
905 select CPU_V7_HAS_VIRT
908 select ARCH_SUPPORT_PSCI
910 Support for Freescale LS1021AIOT platform.
911 The LS1021A Freescale board (IOT) is a high-performance
912 development platform that supports the QorIQ LS1021A
913 Layerscape Architecture processor.
915 config TARGET_LS1043AQDS
916 bool "Support ls1043aqds"
919 select ARMV8_MULTIENTRY
920 select BOARD_LATE_INIT
922 select BOARD_EARLY_INIT_F
924 Support for Freescale LS1043AQDS platform.
926 config TARGET_LS1043ARDB
927 bool "Support ls1043ardb"
930 select ARMV8_MULTIENTRY
931 select BOARD_LATE_INIT
933 select BOARD_EARLY_INIT_F
935 Support for Freescale LS1043ARDB platform.
937 config TARGET_LS1046AQDS
938 bool "Support ls1046aqds"
941 select ARMV8_MULTIENTRY
942 select BOARD_LATE_INIT
944 select DM_SPI_FLASH if DM_SPI
945 select BOARD_EARLY_INIT_F
947 Support for Freescale LS1046AQDS platform.
948 The LS1046A Development System (QDS) is a high-performance
949 development platform that supports the QorIQ LS1046A
950 Layerscape Architecture processor.
952 config TARGET_LS1046ARDB
953 bool "Support ls1046ardb"
956 select ARMV8_MULTIENTRY
957 select BOARD_LATE_INIT
959 select DM_SPI_FLASH if DM_SPI
960 select POWER_MC34VR500
961 select BOARD_EARLY_INIT_F
963 Support for Freescale LS1046ARDB platform.
964 The LS1046A Reference Design Board (RDB) is a high-performance
965 development platform that supports the QorIQ LS1046A
966 Layerscape Architecture processor.
972 config TARGET_ZIPITZ2
973 bool "Support zipitz2"
976 config TARGET_COLIBRI_PXA270
977 bool "Support colibri_pxa270"
981 bool "Socionext UniPhier SoCs"
982 select BOARD_LATE_INIT
995 select SPL_LIBCOMMON_SUPPORT if SPL
996 select SPL_LIBGENERIC_SUPPORT if SPL
997 select SPL_OF_CONTROL if SPL
998 select SPL_PINCTRL if SPL
1001 Support for UniPhier SoC family developed by Socionext Inc.
1002 (formerly, System LSI Business Division of Panasonic Corporation)
1005 bool "Support STM32"
1010 config ARCH_ROCKCHIP
1011 bool "Support Rockchip SoCs"
1015 select SPL_DM if SPL
1017 select SPL_SYS_MALLOC_SIMPLE if SPL
1025 select DM_USB if USB
1029 config TARGET_THUNDERX_88XX
1030 bool "Support ThunderX 88xx"
1033 select SYS_CACHE_SHIFT_7
1036 bool "Support Aspeed SoCs"
1042 source "arch/arm/mach-aspeed/Kconfig"
1044 source "arch/arm/mach-at91/Kconfig"
1046 source "arch/arm/mach-bcm283x/Kconfig"
1048 source "arch/arm/mach-davinci/Kconfig"
1050 source "arch/arm/mach-exynos/Kconfig"
1052 source "arch/arm/mach-highbank/Kconfig"
1054 source "arch/arm/mach-integrator/Kconfig"
1056 source "arch/arm/mach-keystone/Kconfig"
1058 source "arch/arm/mach-kirkwood/Kconfig"
1060 source "arch/arm/mach-mvebu/Kconfig"
1062 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1064 source "arch/arm/cpu/armv7/mx7/Kconfig"
1066 source "arch/arm/cpu/armv7/mx6/Kconfig"
1068 source "arch/arm/cpu/armv7/mx5/Kconfig"
1070 source "arch/arm/mach-omap2/Kconfig"
1072 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1074 source "arch/arm/mach-orion5x/Kconfig"
1076 source "arch/arm/mach-rmobile/Kconfig"
1078 source "arch/arm/mach-meson/Kconfig"
1080 source "arch/arm/mach-rockchip/Kconfig"
1082 source "arch/arm/mach-s5pc1xx/Kconfig"
1084 source "arch/arm/mach-snapdragon/Kconfig"
1086 source "arch/arm/mach-socfpga/Kconfig"
1088 source "arch/arm/mach-stm32/Kconfig"
1090 source "arch/arm/mach-tegra/Kconfig"
1092 source "arch/arm/mach-uniphier/Kconfig"
1094 source "arch/arm/mach-zynq/Kconfig"
1096 source "arch/arm/cpu/armv7/Kconfig"
1098 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1100 source "arch/arm/cpu/armv8/Kconfig"
1102 source "arch/arm/imx-common/Kconfig"
1104 source "board/bosch/shc/Kconfig"
1105 source "board/BuR/brxre1/Kconfig"
1106 source "board/BuR/brppt1/Kconfig"
1107 source "board/CarMediaLab/flea3/Kconfig"
1108 source "board/Marvell/aspenite/Kconfig"
1109 source "board/Marvell/gplugd/Kconfig"
1110 source "board/armadeus/apf27/Kconfig"
1111 source "board/armltd/vexpress/Kconfig"
1112 source "board/armltd/vexpress64/Kconfig"
1113 source "board/bluegiga/apx4devkit/Kconfig"
1114 source "board/broadcom/bcm23550_w1d/Kconfig"
1115 source "board/broadcom/bcm28155_ap/Kconfig"
1116 source "board/broadcom/bcmcygnus/Kconfig"
1117 source "board/broadcom/bcmnsp/Kconfig"
1118 source "board/cavium/thunderx/Kconfig"
1119 source "board/cirrus/edb93xx/Kconfig"
1120 source "board/compulab/cm_t335/Kconfig"
1121 source "board/compulab/cm_t43/Kconfig"
1122 source "board/creative/xfi3/Kconfig"
1123 source "board/denx/m28evk/Kconfig"
1124 source "board/denx/m53evk/Kconfig"
1125 source "board/freescale/ls2080a/Kconfig"
1126 source "board/freescale/ls2080aqds/Kconfig"
1127 source "board/freescale/ls2080ardb/Kconfig"
1128 source "board/freescale/ls1021aqds/Kconfig"
1129 source "board/freescale/ls1043aqds/Kconfig"
1130 source "board/freescale/ls1021atwr/Kconfig"
1131 source "board/freescale/ls1021aiot/Kconfig"
1132 source "board/freescale/ls1046aqds/Kconfig"
1133 source "board/freescale/ls1043ardb/Kconfig"
1134 source "board/freescale/ls1046ardb/Kconfig"
1135 source "board/freescale/ls1012aqds/Kconfig"
1136 source "board/freescale/ls1012ardb/Kconfig"
1137 source "board/freescale/ls1012afrdm/Kconfig"
1138 source "board/freescale/mx23evk/Kconfig"
1139 source "board/freescale/mx25pdk/Kconfig"
1140 source "board/freescale/mx28evk/Kconfig"
1141 source "board/freescale/mx31ads/Kconfig"
1142 source "board/freescale/mx31pdk/Kconfig"
1143 source "board/freescale/mx35pdk/Kconfig"
1144 source "board/freescale/mx51evk/Kconfig"
1145 source "board/freescale/mx53ard/Kconfig"
1146 source "board/freescale/mx53evk/Kconfig"
1147 source "board/freescale/mx53loco/Kconfig"
1148 source "board/freescale/mx53smd/Kconfig"
1149 source "board/freescale/s32v234evb/Kconfig"
1150 source "board/freescale/vf610twr/Kconfig"
1151 source "board/grinn/chiliboard/Kconfig"
1152 source "board/gumstix/pepper/Kconfig"
1153 source "board/h2200/Kconfig"
1154 source "board/hisilicon/hikey/Kconfig"
1155 source "board/imx31_phycore/Kconfig"
1156 source "board/isee/igep0033/Kconfig"
1157 source "board/olimex/mx23_olinuxino/Kconfig"
1158 source "board/phytec/pcm051/Kconfig"
1159 source "board/phytec/pcm052/Kconfig"
1160 source "board/ppcag/bg0900/Kconfig"
1161 source "board/sandisk/sansa_fuze_plus/Kconfig"
1162 source "board/schulercontrol/sc_sps_1/Kconfig"
1163 source "board/siemens/draco/Kconfig"
1164 source "board/siemens/pxm2/Kconfig"
1165 source "board/siemens/rut/Kconfig"
1166 source "board/silica/pengwyn/Kconfig"
1167 source "board/spear/spear300/Kconfig"
1168 source "board/spear/spear310/Kconfig"
1169 source "board/spear/spear320/Kconfig"
1170 source "board/spear/spear600/Kconfig"
1171 source "board/spear/x600/Kconfig"
1172 source "board/st/stv0991/Kconfig"
1173 source "board/sunxi/Kconfig"
1174 source "board/syteco/zmx25/Kconfig"
1175 source "board/tcl/sl50/Kconfig"
1176 source "board/ti/am335x/Kconfig"
1177 source "board/ti/am43xx/Kconfig"
1178 source "board/birdland/bav335x/Kconfig"
1179 source "board/ti/ti814x/Kconfig"
1180 source "board/ti/ti816x/Kconfig"
1181 source "board/timll/devkit3250/Kconfig"
1182 source "board/toradex/colibri_pxa270/Kconfig"
1183 source "board/toradex/colibri_vf/Kconfig"
1184 source "board/technologic/ts4600/Kconfig"
1185 source "board/technologic/ts4800/Kconfig"
1186 source "board/vscom/baltos/Kconfig"
1187 source "board/woodburn/Kconfig"
1188 source "board/work-microwave/work_92105/Kconfig"
1189 source "board/zipitz2/Kconfig"
1191 source "arch/arm/Kconfig.debug"