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
93 select SYS_CACHE_SHIFT_5
97 select SYS_CACHE_SHIFT_5
101 select SYS_CACHE_SHIFT_5
105 select SYS_CACHE_SHIFT_5
109 select SYS_CACHE_SHIFT_5
114 select SYS_CACHE_SHIFT_5
120 select SYS_CACHE_SHIFT_6
125 select SYS_CACHE_SHIFT_5
129 select SYS_CACHE_SHIFT_5
133 select SYS_CACHE_SHIFT_5
136 default "arm720t" if CPU_ARM720T
137 default "arm920t" if CPU_ARM920T
138 default "arm926ejs" if CPU_ARM926EJS
139 default "arm946es" if CPU_ARM946ES
140 default "arm1136" if CPU_ARM1136
141 default "arm1176" if CPU_ARM1176
142 default "armv7" if CPU_V7
143 default "armv7m" if CPU_V7M
144 default "pxa" if CPU_PXA
145 default "sa1100" if CPU_SA1100
146 default "armv8" if ARM64
150 default 4 if CPU_ARM720T
151 default 4 if CPU_ARM920T
152 default 5 if CPU_ARM926EJS
153 default 5 if CPU_ARM946ES
154 default 6 if CPU_ARM1136
155 default 6 if CPU_ARM1176
159 default 4 if CPU_SA1100
162 config SYS_CACHE_SHIFT_5
165 config SYS_CACHE_SHIFT_6
168 config SYS_CACHE_SHIFT_7
171 config SYS_CACHELINE_SIZE
173 default 128 if SYS_CACHE_SHIFT_7
174 default 64 if SYS_CACHE_SHIFT_6
175 default 32 if SYS_CACHE_SHIFT_5
178 bool "support boot from semihosting"
180 In emulated environments, semihosting is a way for
181 the hosted environment to call out to the emulator to
182 retrieve files from the host machine.
184 config SYS_THUMB_BUILD
185 bool "Build U-Boot using the Thumb instruction set"
188 Use this flag to build U-Boot using the Thumb instruction set for
189 ARM architectures. Thumb instruction set provides better code
190 density. For ARM architectures that support Thumb2 this flag will
191 result in Thumb2 code generated by GCC.
193 config SPL_SYS_THUMB_BUILD
194 bool "Build SPL using the Thumb instruction set"
195 default y if SYS_THUMB_BUILD
198 Use this flag to build SPL using the Thumb instruction set for
199 ARM architectures. Thumb instruction set provides better code
200 density. For ARM architectures that support Thumb2 this flag will
201 result in Thumb2 code generated by GCC.
203 config SYS_L2CACHE_OFF
206 If SoC does not support L2CACHE or one do not want to enable
207 L2CACHE, choose this option.
209 config ENABLE_ARM_SOC_BOOT0_HOOK
210 bool "prepare BOOT0 header"
212 If the SoC's BOOT0 requires a header area filled with (magic)
213 values, then choose this option, and create a define called
214 ARM_SOC_BOOT0_HOOK which contains the required assembler
217 config ARM_CORTEX_CPU_IS_UP
221 config USE_ARCH_MEMCPY
222 bool "Use an assembly optimized implementation of memcpy"
226 Enable the generation of an optimized version of memcpy.
227 Such implementation may be faster under some conditions
228 but may increase the binary size.
230 config SPL_USE_ARCH_MEMCPY
231 bool "Use an assembly optimized implementation of memcpy"
232 default y if USE_ARCH_MEMCPY
235 Enable the generation of an optimized version of memcpy.
236 Such implementation may be faster under some conditions
237 but may increase the binary size.
239 config USE_ARCH_MEMSET
240 bool "Use an assembly optimized implementation of memset"
244 Enable the generation of an optimized version of memset.
245 Such implementation may be faster under some conditions
246 but may increase the binary size.
248 config SPL_USE_ARCH_MEMSET
249 bool "Use an assembly optimized implementation of memset"
250 default y if USE_ARCH_MEMSET
253 Enable the generation of an optimized version of memset.
254 Such implementation may be faster under some conditions
255 but may increase the binary size.
262 config ARM64_SUPPORT_AARCH32
263 bool "ARM64 system support AArch32 execution state"
264 default y if ARM64 && !TARGET_THUNDERX_88XX
266 This ARM64 system supports AArch32 execution state.
269 prompt "Target select"
275 config TARGET_EDB93XX
276 bool "Support edb93xx"
279 config TARGET_ASPENITE
280 bool "Support aspenite"
284 bool "Support gplugd"
291 Support for TI's DaVinci platform.
294 bool "Marvell Kirkwood"
296 select BOARD_EARLY_INIT_F
297 select ARCH_MISC_INIT
300 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
309 config TARGET_DEVKIT3250
310 bool "Support devkit3250"
314 config TARGET_WORK_92105
315 bool "Support work_92105"
319 config TARGET_MX25PDK
320 bool "Support mx25pdk"
321 select BOARD_LATE_INIT
323 select BOARD_EARLY_INIT_F
327 select BOARD_LATE_INIT
335 config TARGET_APX4DEVKIT
336 bool "Support apx4devkit"
346 bool "Support m28evk"
350 config TARGET_MX23EVK
351 bool "Support mx23evk"
354 select BOARD_EARLY_INIT_F
356 config TARGET_MX28EVK
357 bool "Support mx28evk"
360 select BOARD_EARLY_INIT_F
362 config TARGET_MX23_OLINUXINO
363 bool "Support mx23_olinuxino"
366 select BOARD_EARLY_INIT_F
369 bool "Support bg0900"
373 config TARGET_SANSA_FUZE_PLUS
374 bool "Support sansa_fuze_plus"
378 config TARGET_SC_SPS_1
379 bool "Support sc_sps_1"
387 config TARGET_SPEAR300
388 bool "Support spear300"
390 select BOARD_EARLY_INIT_F
392 config TARGET_SPEAR310
393 bool "Support spear310"
395 select BOARD_EARLY_INIT_F
397 config TARGET_SPEAR320
398 bool "Support spear320"
400 select BOARD_EARLY_INIT_F
402 config TARGET_SPEAR600
403 bool "Support spear600"
405 select BOARD_EARLY_INIT_F
407 config TARGET_STV0991
408 bool "Support stv0991"
418 select BOARD_LATE_INIT
422 config TARGET_IMX31_PHYCORE
423 bool "Support imx31_phycore_eet"
425 select BOARD_EARLY_INIT_F
427 config TARGET_IMX31_PHYCORE_EET
428 bool "Support imx31_phycore_eet"
429 select BOARD_LATE_INIT
431 select BOARD_EARLY_INIT_F
433 config TARGET_MX31ADS
434 bool "Support mx31ads"
436 select BOARD_EARLY_INIT_F
438 config TARGET_MX31PDK
439 bool "Support mx31pdk"
440 select BOARD_LATE_INIT
443 select BOARD_EARLY_INIT_F
445 config TARGET_WOODBURN
446 bool "Support woodburn"
449 config TARGET_WOODBURN_SD
450 bool "Support woodburn_sd"
458 config TARGET_MX35PDK
459 bool "Support mx35pdk"
460 select BOARD_LATE_INIT
464 bool "Broadcom BCM283X family"
470 config TARGET_VEXPRESS_CA15_TC2
471 bool "Support vexpress_ca15_tc2"
473 select CPU_V7_HAS_NONSEC
474 select CPU_V7_HAS_VIRT
476 config TARGET_VEXPRESS_CA5X2
477 bool "Support vexpress_ca5x2"
480 config TARGET_VEXPRESS_CA9X4
481 bool "Support vexpress_ca9x4"
485 bool "Support BRXRE1"
487 select BOARD_LATE_INIT
490 bool "Support BRPPT1"
492 select BOARD_LATE_INIT
497 select BOARD_LATE_INIT
503 bool "Support thuban"
505 select BOARD_LATE_INIT
510 config TARGET_RASTABAN
511 bool "Support rastaban"
513 select BOARD_LATE_INIT
519 bool "Support etamin"
521 select BOARD_LATE_INIT
529 select BOARD_LATE_INIT
537 select BOARD_LATE_INIT
542 config TARGET_TI814X_EVM
543 bool "Support ti814x_evm"
546 config TARGET_TI816X_EVM
547 bool "Support ti816x_evm"
550 config TARGET_BCM23550_W1D
551 bool "Support bcm23550_w1d"
554 config TARGET_BCM28155_AP
555 bool "Support bcm28155_ap"
558 config TARGET_BCMCYGNUS
559 bool "Support bcmcygnus"
563 bool "Support bcmnsp"
567 bool "Support Broadcom Northstar2"
570 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
571 ARMv8 Cortex-A57 processors targeting a broad range of networking
575 bool "Samsung EXYNOS"
585 bool "Samsung S5PC1XX"
593 bool "Calxeda Highbank"
596 config ARCH_INTEGRATOR
597 bool "ARM Ltd. Integrator family"
605 select SYS_THUMB_BUILD
611 Support for the Meson SoC family developed by Amlogic Inc.,
612 targeted at media players and tablet computers. We currently
613 support the S905 (GXBaby) 64-bit SoC.
618 select ROM_UNIFIED_SECTIONS
623 select SYS_FSL_HAS_SEC if SECURE_BOOT
624 select SYS_FSL_SEC_COMPAT_4
625 select SYS_FSL_SEC_LE
626 select BOARD_EARLY_INIT_F
627 select ARCH_MISC_INIT
632 select SYS_FSL_HAS_SEC if SECURE_BOOT
633 select SYS_FSL_SEC_COMPAT_4
634 select SYS_FSL_SEC_LE
635 select SYS_THUMB_BUILD if SPL
640 select BOARD_EARLY_INIT_F
643 bool "Support m53evk"
646 select BOARD_EARLY_INIT_F
648 config TARGET_MX51EVK
649 bool "Support mx51evk"
650 select BOARD_LATE_INIT
652 select BOARD_EARLY_INIT_F
654 config TARGET_MX53ARD
655 bool "Support mx53ard"
657 select BOARD_EARLY_INIT_F
659 config TARGET_MX53EVK
660 bool "Support mx53evk"
661 select BOARD_LATE_INIT
663 select BOARD_EARLY_INIT_F
665 config TARGET_MX53LOCO
666 bool "Support mx53loco"
667 select BOARD_LATE_INIT
669 select BOARD_EARLY_INIT_F
671 config TARGET_MX53SMD
672 bool "Support mx53smd"
674 select BOARD_EARLY_INIT_F
679 select ARM_ERRATA_430973
680 select ARM_ERRATA_454179
681 select ARM_ERRATA_621766
682 select ARM_ERRATA_725233
683 select USE_TINY_PRINTF
684 imply SPL_EXT_SUPPORT
685 imply SPL_FAT_SUPPORT
686 imply SPL_GPIO_SUPPORT
687 imply SPL_I2C_SUPPORT
688 imply SPL_LIBCOMMON_SUPPORT
689 imply SPL_LIBDISK_SUPPORT
690 imply SPL_LIBGENERIC_SUPPORT
691 imply SPL_MMC_SUPPORT
692 imply SPL_NAND_SUPPORT
693 imply SPL_POWER_SUPPORT
694 imply SPL_SERIAL_SUPPORT
695 imply SYS_THUMB_BUILD
700 select USE_TINY_PRINTF
701 imply SPL_DISPLAY_PRINT
702 imply SPL_EXT_SUPPORT
703 imply SPL_FAT_SUPPORT
704 imply SPL_GPIO_SUPPORT
705 imply SPL_I2C_SUPPORT
706 imply SPL_LIBCOMMON_SUPPORT
707 imply SPL_LIBDISK_SUPPORT
708 imply SPL_LIBGENERIC_SUPPORT
709 imply SPL_MMC_SUPPORT
710 imply SPL_NAND_SUPPORT
711 imply SPL_POWER_SUPPORT
712 imply SPL_SERIAL_SUPPORT
713 imply SYS_THUMB_BUILD
718 select ARM_ERRATA_798870
719 select SYS_THUMB_BUILD
720 imply SPL_DISPLAY_PRINT
721 imply SPL_ENV_SUPPORT
722 imply SPL_EXT_SUPPORT
723 imply SPL_FAT_SUPPORT
724 imply SPL_GPIO_SUPPORT
725 imply SPL_I2C_SUPPORT
726 imply SPL_LIBCOMMON_SUPPORT
727 imply SPL_LIBDISK_SUPPORT
728 imply SPL_LIBGENERIC_SUPPORT
729 imply SPL_MMC_SUPPORT
730 imply SPL_NAND_SUPPORT
731 imply SPL_POWER_SUPPORT
732 imply SPL_SERIAL_SUPPORT
738 imply SPL_DM_SEQ_ALIAS
740 imply SPL_OF_TRANSLATE
741 imply SPL_SEPARATE_BSS
742 imply SPL_SYS_MALLOC_SIMPLE
743 imply SYS_THUMB_BUILD
745 Support for AM43xx SOC from Texas Instruments.
746 The AM43xx high performance SOC features a Cortex-A9
747 ARM core, a quad core PRU-ICSS for industrial Ethernet
748 protocols, dual camera support, optional 3D graphics
749 and an optional customer programmable secure boot.
754 imply SYS_THUMB_BUILD
756 Support for AM335x SOC from Texas Instruments.
757 The AM335x high performance SOC features a Cortex-A8
758 ARM core, a dual core PRU-ICSS for industrial Ethernet
759 protocols, optional 3D graphics and an optional customer
760 programmable secure boot.
763 bool "Renesas ARM SoCs"
766 select BOARD_EARLY_INIT_F
767 imply SYS_THUMB_BUILD
769 config TARGET_S32V234EVB
770 bool "Support s32v234evb"
772 select SYS_FSL_ERRATUM_ESDHC111
774 config ARCH_SNAPDRAGON
775 bool "Qualcomm Snapdragon SoCs"
785 bool "Altera SOCFPGA family"
789 select SPL_OF_CONTROL
793 select ENABLE_ARM_SOC_BOOT0_HOOK
794 select ARCH_EARLY_INIT_R
795 select ARCH_MISC_INIT
796 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
797 select SYS_THUMB_BUILD
800 bool "Support cm_t43"
804 bool "Support sunxi (Allwinner) SoCs"
806 select CMD_MMC if MMC
807 select CMD_USB if DISTRO_DEFAULTS
813 select DM_USB if DISTRO_DEFAULTS
814 select OF_BOARD_SETUP
817 select SPL_STACK_R if SUPPORT_SPL
818 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
820 select SPL_SYS_THUMB_BUILD if !ARM64
821 select USB if DISTRO_DEFAULTS
822 select USB_STORAGE if DISTRO_DEFAULTS
823 select USB_KEYBOARD if DISTRO_DEFAULTS
824 select USE_TINY_PRINTF
827 bool "Support TS4600"
832 bool "Support TS4800"
834 select SYS_FSL_ERRATUM_ESDHC_A001
837 bool "Freescale Vybrid"
839 select SYS_FSL_ERRATUM_ESDHC111
842 bool "Xilinx Zynq Platform"
843 select BOARD_LATE_INIT
847 select SPL_OF_CONTROL if SPL
857 select SPL_SEPARATE_BSS if SPL
865 bool "Support Xilinx ZynqMP Platform"
867 select BOARD_LATE_INIT
879 config TARGET_VEXPRESS64_AEMV8A
880 bool "Support vexpress_aemv8a"
883 config TARGET_VEXPRESS64_BASE_FVP
884 bool "Support Versatile Express ARMv8a FVP BASE model"
888 config TARGET_VEXPRESS64_BASE_FVP_DRAM
889 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
892 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
893 the default config to allow the user to load the images directly into
894 DRAM using model parameters rather than by using semi-hosting to load
895 the files from the host filesystem.
897 config TARGET_VEXPRESS64_JUNO
898 bool "Support Versatile Express Juno Development Platform"
901 config TARGET_LS2080A_EMU
902 bool "Support ls2080a_emu"
905 select ARMV8_MULTIENTRY
906 select ARCH_MISC_INIT
908 Support for Freescale LS2080A_EMU platform
909 The LS2080A Development System (EMULATOR) is a pre silicon
910 development platform that supports the QorIQ LS2080A
911 Layerscape Architecture processor.
913 config TARGET_LS2080A_SIMU
914 bool "Support ls2080a_simu"
917 select ARMV8_MULTIENTRY
918 select ARCH_MISC_INIT
920 Support for Freescale LS2080A_SIMU platform
921 The LS2080A Development System (QDS) is a pre silicon
922 development platform that supports the QorIQ LS2080A
923 Layerscape Architecture processor.
925 config TARGET_LS2080AQDS
926 bool "Support ls2080aqds"
929 select ARMV8_MULTIENTRY
930 select BOARD_LATE_INIT
932 select ARCH_MISC_INIT
934 Support for Freescale LS2080AQDS platform
935 The LS2080A Development System (QDS) is a high-performance
936 development platform that supports the QorIQ LS2080A
937 Layerscape Architecture processor.
939 config TARGET_LS2080ARDB
940 bool "Support ls2080ardb"
943 select ARMV8_MULTIENTRY
944 select BOARD_LATE_INIT
946 select ARCH_MISC_INIT
948 Support for Freescale LS2080ARDB platform.
949 The LS2080A Reference design board (RDB) is a high-performance
950 development platform that supports the QorIQ LS2080A
951 Layerscape Architecture processor.
954 bool "Support HiKey 96boards Consumer Edition Platform"
961 Support for HiKey 96boards platform. It features a HI6220
962 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
964 config TARGET_LS1012AQDS
965 bool "Support ls1012aqds"
968 select BOARD_LATE_INIT
970 Support for Freescale LS1012AQDS platform.
971 The LS1012A Development System (QDS) is a high-performance
972 development platform that supports the QorIQ LS1012A
973 Layerscape Architecture processor.
975 config TARGET_LS1012ARDB
976 bool "Support ls1012ardb"
979 select BOARD_LATE_INIT
981 Support for Freescale LS1012ARDB platform.
982 The LS1012A Reference design board (RDB) is a high-performance
983 development platform that supports the QorIQ LS1012A
984 Layerscape Architecture processor.
986 config TARGET_LS1012AFRDM
987 bool "Support ls1012afrdm"
991 Support for Freescale LS1012AFRDM platform.
992 The LS1012A Freedom board (FRDM) is a high-performance
993 development platform that supports the QorIQ LS1012A
994 Layerscape Architecture processor.
996 config TARGET_LS1021AQDS
997 bool "Support ls1021aqds"
998 select BOARD_LATE_INIT
1000 select CPU_V7_HAS_NONSEC
1001 select CPU_V7_HAS_VIRT
1004 select ARCH_SUPPORT_PSCI
1005 select LS1_DEEP_SLEEP
1007 select BOARD_EARLY_INIT_F
1009 config TARGET_LS1021ATWR
1010 bool "Support ls1021atwr"
1011 select BOARD_LATE_INIT
1013 select CPU_V7_HAS_NONSEC
1014 select CPU_V7_HAS_VIRT
1017 select ARCH_SUPPORT_PSCI
1018 select LS1_DEEP_SLEEP
1019 select BOARD_EARLY_INIT_F
1021 config TARGET_LS1021AIOT
1022 bool "Support ls1021aiot"
1023 select BOARD_LATE_INIT
1025 select CPU_V7_HAS_NONSEC
1026 select CPU_V7_HAS_VIRT
1029 select ARCH_SUPPORT_PSCI
1031 Support for Freescale LS1021AIOT platform.
1032 The LS1021A Freescale board (IOT) is a high-performance
1033 development platform that supports the QorIQ LS1021A
1034 Layerscape Architecture processor.
1036 config TARGET_LS1043AQDS
1037 bool "Support ls1043aqds"
1040 select ARMV8_MULTIENTRY
1041 select BOARD_LATE_INIT
1043 select BOARD_EARLY_INIT_F
1045 Support for Freescale LS1043AQDS platform.
1047 config TARGET_LS1043ARDB
1048 bool "Support ls1043ardb"
1051 select ARMV8_MULTIENTRY
1052 select BOARD_LATE_INIT
1054 select BOARD_EARLY_INIT_F
1056 Support for Freescale LS1043ARDB platform.
1058 config TARGET_LS1046AQDS
1059 bool "Support ls1046aqds"
1062 select ARMV8_MULTIENTRY
1063 select BOARD_LATE_INIT
1065 select DM_SPI_FLASH if DM_SPI
1066 select BOARD_EARLY_INIT_F
1068 Support for Freescale LS1046AQDS platform.
1069 The LS1046A Development System (QDS) is a high-performance
1070 development platform that supports the QorIQ LS1046A
1071 Layerscape Architecture processor.
1073 config TARGET_LS1046ARDB
1074 bool "Support ls1046ardb"
1077 select ARMV8_MULTIENTRY
1078 select BOARD_LATE_INIT
1080 select DM_SPI_FLASH if DM_SPI
1081 select POWER_MC34VR500
1082 select BOARD_EARLY_INIT_F
1084 Support for Freescale LS1046ARDB platform.
1085 The LS1046A Reference Design Board (RDB) is a high-performance
1086 development platform that supports the QorIQ LS1046A
1087 Layerscape Architecture processor.
1090 bool "Support h2200"
1093 config TARGET_ZIPITZ2
1094 bool "Support zipitz2"
1097 config TARGET_COLIBRI_PXA270
1098 bool "Support colibri_pxa270"
1101 config ARCH_UNIPHIER
1102 bool "Socionext UniPhier SoCs"
1103 select BOARD_LATE_INIT
1115 select SPL_DM if SPL
1116 select SPL_LIBCOMMON_SUPPORT if SPL
1117 select SPL_LIBGENERIC_SUPPORT if SPL
1118 select SPL_OF_CONTROL if SPL
1119 select SPL_PINCTRL if SPL
1122 Support for UniPhier SoC family developed by Socionext Inc.
1123 (formerly, System LSI Business Division of Panasonic Corporation)
1126 bool "Support STM32"
1130 select SYS_THUMB_BUILD
1133 bool "Support STMicrolectronics SoCs"
1141 Support for STMicroelectronics STiH407/10 SoC family.
1142 This SoC is used on Linaro 96Board STiH410-B2260
1144 config ARCH_ROCKCHIP
1145 bool "Support Rockchip SoCs"
1149 select SPL_DM if SPL
1151 select SYS_THUMB_BUILD if !ARM64
1152 select SPL_SYS_MALLOC_SIMPLE if SPL
1160 select DM_USB if USB
1164 config TARGET_THUNDERX_88XX
1165 bool "Support ThunderX 88xx"
1168 select SYS_CACHE_SHIFT_7
1171 bool "Support Aspeed SoCs"
1177 source "arch/arm/mach-aspeed/Kconfig"
1179 source "arch/arm/mach-at91/Kconfig"
1181 source "arch/arm/mach-bcm283x/Kconfig"
1183 source "arch/arm/mach-davinci/Kconfig"
1185 source "arch/arm/mach-exynos/Kconfig"
1187 source "arch/arm/mach-highbank/Kconfig"
1189 source "arch/arm/mach-integrator/Kconfig"
1191 source "arch/arm/mach-keystone/Kconfig"
1193 source "arch/arm/mach-kirkwood/Kconfig"
1195 source "arch/arm/mach-mvebu/Kconfig"
1197 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1199 source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1201 source "arch/arm/cpu/armv7/mx7/Kconfig"
1203 source "arch/arm/cpu/armv7/mx6/Kconfig"
1205 source "arch/arm/cpu/armv7/mx5/Kconfig"
1207 source "arch/arm/mach-omap2/Kconfig"
1209 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1211 source "arch/arm/mach-orion5x/Kconfig"
1213 source "arch/arm/mach-rmobile/Kconfig"
1215 source "arch/arm/mach-meson/Kconfig"
1217 source "arch/arm/mach-rockchip/Kconfig"
1219 source "arch/arm/mach-s5pc1xx/Kconfig"
1221 source "arch/arm/mach-snapdragon/Kconfig"
1223 source "arch/arm/mach-socfpga/Kconfig"
1225 source "arch/arm/mach-sti/Kconfig"
1227 source "arch/arm/mach-stm32/Kconfig"
1229 source "arch/arm/mach-tegra/Kconfig"
1231 source "arch/arm/mach-uniphier/Kconfig"
1233 source "arch/arm/cpu/armv7/vf610/Kconfig"
1235 source "arch/arm/mach-zynq/Kconfig"
1237 source "arch/arm/cpu/armv7/Kconfig"
1239 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1241 source "arch/arm/cpu/armv8/Kconfig"
1243 source "arch/arm/imx-common/Kconfig"
1245 source "board/bosch/shc/Kconfig"
1246 source "board/BuR/brxre1/Kconfig"
1247 source "board/BuR/brppt1/Kconfig"
1248 source "board/CarMediaLab/flea3/Kconfig"
1249 source "board/Marvell/aspenite/Kconfig"
1250 source "board/Marvell/gplugd/Kconfig"
1251 source "board/armadeus/apf27/Kconfig"
1252 source "board/armltd/vexpress/Kconfig"
1253 source "board/armltd/vexpress64/Kconfig"
1254 source "board/bluegiga/apx4devkit/Kconfig"
1255 source "board/broadcom/bcm23550_w1d/Kconfig"
1256 source "board/broadcom/bcm28155_ap/Kconfig"
1257 source "board/broadcom/bcmcygnus/Kconfig"
1258 source "board/broadcom/bcmnsp/Kconfig"
1259 source "board/broadcom/bcmns2/Kconfig"
1260 source "board/cavium/thunderx/Kconfig"
1261 source "board/cirrus/edb93xx/Kconfig"
1262 source "board/compulab/cm_t335/Kconfig"
1263 source "board/compulab/cm_t43/Kconfig"
1264 source "board/creative/xfi3/Kconfig"
1265 source "board/denx/m28evk/Kconfig"
1266 source "board/denx/m53evk/Kconfig"
1267 source "board/freescale/ls2080a/Kconfig"
1268 source "board/freescale/ls2080aqds/Kconfig"
1269 source "board/freescale/ls2080ardb/Kconfig"
1270 source "board/freescale/ls1021aqds/Kconfig"
1271 source "board/freescale/ls1043aqds/Kconfig"
1272 source "board/freescale/ls1021atwr/Kconfig"
1273 source "board/freescale/ls1021aiot/Kconfig"
1274 source "board/freescale/ls1046aqds/Kconfig"
1275 source "board/freescale/ls1043ardb/Kconfig"
1276 source "board/freescale/ls1046ardb/Kconfig"
1277 source "board/freescale/ls1012aqds/Kconfig"
1278 source "board/freescale/ls1012ardb/Kconfig"
1279 source "board/freescale/ls1012afrdm/Kconfig"
1280 source "board/freescale/mx23evk/Kconfig"
1281 source "board/freescale/mx25pdk/Kconfig"
1282 source "board/freescale/mx28evk/Kconfig"
1283 source "board/freescale/mx31ads/Kconfig"
1284 source "board/freescale/mx31pdk/Kconfig"
1285 source "board/freescale/mx35pdk/Kconfig"
1286 source "board/freescale/mx51evk/Kconfig"
1287 source "board/freescale/mx53ard/Kconfig"
1288 source "board/freescale/mx53evk/Kconfig"
1289 source "board/freescale/mx53loco/Kconfig"
1290 source "board/freescale/mx53smd/Kconfig"
1291 source "board/freescale/s32v234evb/Kconfig"
1292 source "board/gdsys/a38x/Kconfig"
1293 source "board/grinn/chiliboard/Kconfig"
1294 source "board/gumstix/pepper/Kconfig"
1295 source "board/h2200/Kconfig"
1296 source "board/hisilicon/hikey/Kconfig"
1297 source "board/imx31_phycore/Kconfig"
1298 source "board/isee/igep0033/Kconfig"
1299 source "board/olimex/mx23_olinuxino/Kconfig"
1300 source "board/phytec/pcm051/Kconfig"
1301 source "board/ppcag/bg0900/Kconfig"
1302 source "board/sandisk/sansa_fuze_plus/Kconfig"
1303 source "board/schulercontrol/sc_sps_1/Kconfig"
1304 source "board/siemens/draco/Kconfig"
1305 source "board/siemens/pxm2/Kconfig"
1306 source "board/siemens/rut/Kconfig"
1307 source "board/silica/pengwyn/Kconfig"
1308 source "board/spear/spear300/Kconfig"
1309 source "board/spear/spear310/Kconfig"
1310 source "board/spear/spear320/Kconfig"
1311 source "board/spear/spear600/Kconfig"
1312 source "board/spear/x600/Kconfig"
1313 source "board/st/stv0991/Kconfig"
1314 source "board/sunxi/Kconfig"
1315 source "board/syteco/zmx25/Kconfig"
1316 source "board/tcl/sl50/Kconfig"
1317 source "board/ti/am335x/Kconfig"
1318 source "board/ti/am43xx/Kconfig"
1319 source "board/birdland/bav335x/Kconfig"
1320 source "board/ti/ti814x/Kconfig"
1321 source "board/ti/ti816x/Kconfig"
1322 source "board/timll/devkit3250/Kconfig"
1323 source "board/toradex/colibri_pxa270/Kconfig"
1324 source "board/technologic/ts4600/Kconfig"
1325 source "board/technologic/ts4800/Kconfig"
1326 source "board/vscom/baltos/Kconfig"
1327 source "board/woodburn/Kconfig"
1328 source "board/work-microwave/work_92105/Kconfig"
1329 source "board/zipitz2/Kconfig"
1331 source "arch/arm/Kconfig.debug"