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 for ARM SMC Calling Convention (SMCCC)"
179 depends on CPU_V7 || ARM64
181 Say Y here if you want to enable ARM SMC Calling Convention.
182 This should be enabled if U-Boot needs to communicate with system
183 firmware (for example, PSCI) according to SMCCC.
186 bool "support boot from semihosting"
188 In emulated environments, semihosting is a way for
189 the hosted environment to call out to the emulator to
190 retrieve files from the host machine.
192 config SYS_THUMB_BUILD
193 bool "Build U-Boot using the Thumb instruction set"
196 Use this flag to build U-Boot using the Thumb instruction set for
197 ARM architectures. Thumb instruction set provides better code
198 density. For ARM architectures that support Thumb2 this flag will
199 result in Thumb2 code generated by GCC.
201 config SPL_SYS_THUMB_BUILD
202 bool "Build SPL using the Thumb instruction set"
203 default y if SYS_THUMB_BUILD
206 Use this flag to build SPL using the Thumb instruction set for
207 ARM architectures. Thumb instruction set provides better code
208 density. For ARM architectures that support Thumb2 this flag will
209 result in Thumb2 code generated by GCC.
211 config SYS_L2CACHE_OFF
214 If SoC does not support L2CACHE or one do not want to enable
215 L2CACHE, choose this option.
217 config ENABLE_ARM_SOC_BOOT0_HOOK
218 bool "prepare BOOT0 header"
220 If the SoC's BOOT0 requires a header area filled with (magic)
221 values, then choose this option, and create a define called
222 ARM_SOC_BOOT0_HOOK which contains the required assembler
225 config ARM_CORTEX_CPU_IS_UP
229 config USE_ARCH_MEMCPY
230 bool "Use an assembly optimized implementation of memcpy"
234 Enable the generation of an optimized version of memcpy.
235 Such implementation may be faster under some conditions
236 but may increase the binary size.
238 config SPL_USE_ARCH_MEMCPY
239 bool "Use an assembly optimized implementation of memcpy"
240 default y if USE_ARCH_MEMCPY
243 Enable the generation of an optimized version of memcpy.
244 Such implementation may be faster under some conditions
245 but may increase the binary size.
247 config USE_ARCH_MEMSET
248 bool "Use an assembly optimized implementation of memset"
252 Enable the generation of an optimized version of memset.
253 Such implementation may be faster under some conditions
254 but may increase the binary size.
256 config SPL_USE_ARCH_MEMSET
257 bool "Use an assembly optimized implementation of memset"
258 default y if USE_ARCH_MEMSET
261 Enable the generation of an optimized version of memset.
262 Such implementation may be faster under some conditions
263 but may increase the binary size.
270 config ARM64_SUPPORT_AARCH32
271 bool "ARM64 system support AArch32 execution state"
272 default y if ARM64 && !TARGET_THUNDERX_88XX
274 This ARM64 system supports AArch32 execution state.
277 prompt "Target select"
283 config TARGET_EDB93XX
284 bool "Support edb93xx"
287 config TARGET_ASPENITE
288 bool "Support aspenite"
292 bool "Support gplugd"
299 Support for TI's DaVinci platform.
302 bool "Marvell Kirkwood"
304 select BOARD_EARLY_INIT_F
305 select ARCH_MISC_INIT
308 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
317 config TARGET_DEVKIT3250
318 bool "Support devkit3250"
322 config TARGET_WORK_92105
323 bool "Support work_92105"
327 config TARGET_MX25PDK
328 bool "Support mx25pdk"
329 select BOARD_LATE_INIT
331 select BOARD_EARLY_INIT_F
335 select BOARD_LATE_INIT
343 config TARGET_APX4DEVKIT
344 bool "Support apx4devkit"
354 bool "Support m28evk"
358 config TARGET_MX23EVK
359 bool "Support mx23evk"
362 select BOARD_EARLY_INIT_F
364 config TARGET_MX28EVK
365 bool "Support mx28evk"
368 select BOARD_EARLY_INIT_F
370 config TARGET_MX23_OLINUXINO
371 bool "Support mx23_olinuxino"
374 select BOARD_EARLY_INIT_F
377 bool "Support bg0900"
381 config TARGET_SANSA_FUZE_PLUS
382 bool "Support sansa_fuze_plus"
386 config TARGET_SC_SPS_1
387 bool "Support sc_sps_1"
395 config TARGET_SPEAR300
396 bool "Support spear300"
398 select BOARD_EARLY_INIT_F
400 config TARGET_SPEAR310
401 bool "Support spear310"
403 select BOARD_EARLY_INIT_F
405 config TARGET_SPEAR320
406 bool "Support spear320"
408 select BOARD_EARLY_INIT_F
410 config TARGET_SPEAR600
411 bool "Support spear600"
413 select BOARD_EARLY_INIT_F
415 config TARGET_STV0991
416 bool "Support stv0991"
426 select BOARD_LATE_INIT
430 config TARGET_IMX31_PHYCORE
431 bool "Support imx31_phycore_eet"
433 select BOARD_EARLY_INIT_F
435 config TARGET_IMX31_PHYCORE_EET
436 bool "Support imx31_phycore_eet"
437 select BOARD_LATE_INIT
439 select BOARD_EARLY_INIT_F
441 config TARGET_MX31ADS
442 bool "Support mx31ads"
444 select BOARD_EARLY_INIT_F
446 config TARGET_MX31PDK
447 bool "Support mx31pdk"
448 select BOARD_LATE_INIT
451 select BOARD_EARLY_INIT_F
453 config TARGET_WOODBURN
454 bool "Support woodburn"
457 config TARGET_WOODBURN_SD
458 bool "Support woodburn_sd"
466 config TARGET_MX35PDK
467 bool "Support mx35pdk"
468 select BOARD_LATE_INIT
472 bool "Broadcom BCM283X family"
478 config TARGET_VEXPRESS_CA15_TC2
479 bool "Support vexpress_ca15_tc2"
481 select CPU_V7_HAS_NONSEC
482 select CPU_V7_HAS_VIRT
484 config TARGET_VEXPRESS_CA5X2
485 bool "Support vexpress_ca5x2"
488 config TARGET_VEXPRESS_CA9X4
489 bool "Support vexpress_ca9x4"
493 bool "Support BRXRE1"
495 select BOARD_LATE_INIT
498 bool "Support BRPPT1"
500 select BOARD_LATE_INIT
505 select BOARD_LATE_INIT
511 bool "Support thuban"
513 select BOARD_LATE_INIT
518 config TARGET_RASTABAN
519 bool "Support rastaban"
521 select BOARD_LATE_INIT
527 bool "Support etamin"
529 select BOARD_LATE_INIT
537 select BOARD_LATE_INIT
545 select BOARD_LATE_INIT
550 config TARGET_TI814X_EVM
551 bool "Support ti814x_evm"
554 config TARGET_TI816X_EVM
555 bool "Support ti816x_evm"
558 config TARGET_BCM23550_W1D
559 bool "Support bcm23550_w1d"
562 config TARGET_BCM28155_AP
563 bool "Support bcm28155_ap"
566 config TARGET_BCMCYGNUS
567 bool "Support bcmcygnus"
571 bool "Support bcmnsp"
575 bool "Support Broadcom Northstar2"
578 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
579 ARMv8 Cortex-A57 processors targeting a broad range of networking
583 bool "Samsung EXYNOS"
593 bool "Samsung S5PC1XX"
601 bool "Calxeda Highbank"
604 config ARCH_INTEGRATOR
605 bool "ARM Ltd. Integrator family"
613 select SYS_THUMB_BUILD
619 Support for the Meson SoC family developed by Amlogic Inc.,
620 targeted at media players and tablet computers. We currently
621 support the S905 (GXBaby) 64-bit SoC.
626 select ROM_UNIFIED_SECTIONS
631 select SYS_FSL_HAS_SEC if SECURE_BOOT
632 select SYS_FSL_SEC_COMPAT_4
633 select SYS_FSL_SEC_LE
634 select BOARD_EARLY_INIT_F
635 select ARCH_MISC_INIT
640 select SYS_FSL_HAS_SEC if SECURE_BOOT
641 select SYS_FSL_SEC_COMPAT_4
642 select SYS_FSL_SEC_LE
643 select SYS_THUMB_BUILD if SPL
648 select BOARD_EARLY_INIT_F
651 bool "Support m53evk"
654 select BOARD_EARLY_INIT_F
656 config TARGET_MX51EVK
657 bool "Support mx51evk"
658 select BOARD_LATE_INIT
660 select BOARD_EARLY_INIT_F
662 config TARGET_MX53ARD
663 bool "Support mx53ard"
665 select BOARD_EARLY_INIT_F
667 config TARGET_MX53EVK
668 bool "Support mx53evk"
669 select BOARD_LATE_INIT
671 select BOARD_EARLY_INIT_F
673 config TARGET_MX53LOCO
674 bool "Support mx53loco"
675 select BOARD_LATE_INIT
677 select BOARD_EARLY_INIT_F
679 config TARGET_MX53SMD
680 bool "Support mx53smd"
682 select BOARD_EARLY_INIT_F
687 select ARM_ERRATA_430973
688 select ARM_ERRATA_454179
689 select ARM_ERRATA_621766
690 select ARM_ERRATA_725233
691 select USE_TINY_PRINTF
692 imply SPL_EXT_SUPPORT
693 imply SPL_FAT_SUPPORT
694 imply SPL_GPIO_SUPPORT
695 imply SPL_I2C_SUPPORT
696 imply SPL_LIBCOMMON_SUPPORT
697 imply SPL_LIBDISK_SUPPORT
698 imply SPL_LIBGENERIC_SUPPORT
699 imply SPL_MMC_SUPPORT
700 imply SPL_NAND_SUPPORT
701 imply SPL_POWER_SUPPORT
702 imply SPL_SERIAL_SUPPORT
703 imply SYS_THUMB_BUILD
708 select USE_TINY_PRINTF
709 imply SPL_DISPLAY_PRINT
710 imply SPL_EXT_SUPPORT
711 imply SPL_FAT_SUPPORT
712 imply SPL_GPIO_SUPPORT
713 imply SPL_I2C_SUPPORT
714 imply SPL_LIBCOMMON_SUPPORT
715 imply SPL_LIBDISK_SUPPORT
716 imply SPL_LIBGENERIC_SUPPORT
717 imply SPL_MMC_SUPPORT
718 imply SPL_NAND_SUPPORT
719 imply SPL_POWER_SUPPORT
720 imply SPL_SERIAL_SUPPORT
721 imply SYS_THUMB_BUILD
726 select ARM_ERRATA_798870
727 select SYS_THUMB_BUILD
728 imply SPL_DISPLAY_PRINT
729 imply SPL_ENV_SUPPORT
730 imply SPL_EXT_SUPPORT
731 imply SPL_FAT_SUPPORT
732 imply SPL_GPIO_SUPPORT
733 imply SPL_I2C_SUPPORT
734 imply SPL_LIBCOMMON_SUPPORT
735 imply SPL_LIBDISK_SUPPORT
736 imply SPL_LIBGENERIC_SUPPORT
737 imply SPL_MMC_SUPPORT
738 imply SPL_NAND_SUPPORT
739 imply SPL_POWER_SUPPORT
740 imply SPL_SERIAL_SUPPORT
746 imply SPL_DM_SEQ_ALIAS
748 imply SPL_OF_TRANSLATE
749 imply SPL_SEPARATE_BSS
750 imply SPL_SYS_MALLOC_SIMPLE
751 imply SYS_THUMB_BUILD
753 Support for AM43xx SOC from Texas Instruments.
754 The AM43xx high performance SOC features a Cortex-A9
755 ARM core, a quad core PRU-ICSS for industrial Ethernet
756 protocols, dual camera support, optional 3D graphics
757 and an optional customer programmable secure boot.
762 imply SYS_THUMB_BUILD
764 Support for AM335x SOC from Texas Instruments.
765 The AM335x high performance SOC features a Cortex-A8
766 ARM core, a dual core PRU-ICSS for industrial Ethernet
767 protocols, optional 3D graphics and an optional customer
768 programmable secure boot.
771 bool "Renesas ARM SoCs"
774 select BOARD_EARLY_INIT_F
775 imply SYS_THUMB_BUILD
777 config TARGET_S32V234EVB
778 bool "Support s32v234evb"
780 select SYS_FSL_ERRATUM_ESDHC111
782 config ARCH_SNAPDRAGON
783 bool "Qualcomm Snapdragon SoCs"
793 bool "Altera SOCFPGA family"
797 select SPL_OF_CONTROL
801 select ENABLE_ARM_SOC_BOOT0_HOOK
802 select ARCH_EARLY_INIT_R
803 select ARCH_MISC_INIT
804 select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
805 select SYS_THUMB_BUILD
808 bool "Support cm_t43"
812 bool "Support sunxi (Allwinner) SoCs"
814 select CMD_MMC if MMC
815 select CMD_USB if DISTRO_DEFAULTS
821 select DM_USB if DISTRO_DEFAULTS
822 select OF_BOARD_SETUP
825 select SPL_STACK_R if SUPPORT_SPL
826 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
828 select SPL_SYS_THUMB_BUILD if !ARM64
829 select USB if DISTRO_DEFAULTS
830 select USB_STORAGE if DISTRO_DEFAULTS
831 select USB_KEYBOARD if DISTRO_DEFAULTS
832 select USE_TINY_PRINTF
835 bool "Support TS4600"
840 bool "Support TS4800"
842 select SYS_FSL_ERRATUM_ESDHC_A001
845 bool "Freescale Vybrid"
847 select SYS_FSL_ERRATUM_ESDHC111
850 bool "Xilinx Zynq Platform"
851 select BOARD_LATE_INIT
855 select SPL_OF_CONTROL if SPL
865 select SPL_SEPARATE_BSS if SPL
873 bool "Support Xilinx ZynqMP Platform"
875 select BOARD_LATE_INIT
887 config TARGET_VEXPRESS64_AEMV8A
888 bool "Support vexpress_aemv8a"
891 config TARGET_VEXPRESS64_BASE_FVP
892 bool "Support Versatile Express ARMv8a FVP BASE model"
896 config TARGET_VEXPRESS64_BASE_FVP_DRAM
897 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
900 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
901 the default config to allow the user to load the images directly into
902 DRAM using model parameters rather than by using semi-hosting to load
903 the files from the host filesystem.
905 config TARGET_VEXPRESS64_JUNO
906 bool "Support Versatile Express Juno Development Platform"
909 config TARGET_LS2080A_EMU
910 bool "Support ls2080a_emu"
913 select ARMV8_MULTIENTRY
914 select ARCH_MISC_INIT
916 Support for Freescale LS2080A_EMU platform
917 The LS2080A Development System (EMULATOR) is a pre silicon
918 development platform that supports the QorIQ LS2080A
919 Layerscape Architecture processor.
921 config TARGET_LS2080A_SIMU
922 bool "Support ls2080a_simu"
925 select ARMV8_MULTIENTRY
926 select ARCH_MISC_INIT
928 Support for Freescale LS2080A_SIMU platform
929 The LS2080A Development System (QDS) is a pre silicon
930 development platform that supports the QorIQ LS2080A
931 Layerscape Architecture processor.
933 config TARGET_LS2080AQDS
934 bool "Support ls2080aqds"
937 select ARMV8_MULTIENTRY
938 select BOARD_LATE_INIT
940 select ARCH_MISC_INIT
942 Support for Freescale LS2080AQDS platform
943 The LS2080A Development System (QDS) is a high-performance
944 development platform that supports the QorIQ LS2080A
945 Layerscape Architecture processor.
947 config TARGET_LS2080ARDB
948 bool "Support ls2080ardb"
951 select ARMV8_MULTIENTRY
952 select BOARD_LATE_INIT
954 select ARCH_MISC_INIT
956 Support for Freescale LS2080ARDB platform.
957 The LS2080A Reference design board (RDB) is a high-performance
958 development platform that supports the QorIQ LS2080A
959 Layerscape Architecture processor.
962 bool "Support HiKey 96boards Consumer Edition Platform"
969 Support for HiKey 96boards platform. It features a HI6220
970 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
972 config TARGET_LS1012AQDS
973 bool "Support ls1012aqds"
976 select BOARD_LATE_INIT
978 Support for Freescale LS1012AQDS platform.
979 The LS1012A Development System (QDS) is a high-performance
980 development platform that supports the QorIQ LS1012A
981 Layerscape Architecture processor.
983 config TARGET_LS1012ARDB
984 bool "Support ls1012ardb"
987 select BOARD_LATE_INIT
989 Support for Freescale LS1012ARDB platform.
990 The LS1012A Reference design board (RDB) is a high-performance
991 development platform that supports the QorIQ LS1012A
992 Layerscape Architecture processor.
994 config TARGET_LS1012AFRDM
995 bool "Support ls1012afrdm"
999 Support for Freescale LS1012AFRDM platform.
1000 The LS1012A Freedom board (FRDM) is a high-performance
1001 development platform that supports the QorIQ LS1012A
1002 Layerscape Architecture processor.
1004 config TARGET_LS1021AQDS
1005 bool "Support ls1021aqds"
1006 select BOARD_LATE_INIT
1008 select CPU_V7_HAS_NONSEC
1009 select CPU_V7_HAS_VIRT
1012 select ARCH_SUPPORT_PSCI
1013 select LS1_DEEP_SLEEP
1015 select BOARD_EARLY_INIT_F
1017 config TARGET_LS1021ATWR
1018 bool "Support ls1021atwr"
1019 select BOARD_LATE_INIT
1021 select CPU_V7_HAS_NONSEC
1022 select CPU_V7_HAS_VIRT
1025 select ARCH_SUPPORT_PSCI
1026 select LS1_DEEP_SLEEP
1027 select BOARD_EARLY_INIT_F
1029 config TARGET_LS1021AIOT
1030 bool "Support ls1021aiot"
1031 select BOARD_LATE_INIT
1033 select CPU_V7_HAS_NONSEC
1034 select CPU_V7_HAS_VIRT
1037 select ARCH_SUPPORT_PSCI
1039 Support for Freescale LS1021AIOT platform.
1040 The LS1021A Freescale board (IOT) is a high-performance
1041 development platform that supports the QorIQ LS1021A
1042 Layerscape Architecture processor.
1044 config TARGET_LS1043AQDS
1045 bool "Support ls1043aqds"
1048 select ARMV8_MULTIENTRY
1049 select BOARD_LATE_INIT
1051 select BOARD_EARLY_INIT_F
1053 Support for Freescale LS1043AQDS platform.
1055 config TARGET_LS1043ARDB
1056 bool "Support ls1043ardb"
1059 select ARMV8_MULTIENTRY
1060 select BOARD_LATE_INIT
1062 select BOARD_EARLY_INIT_F
1064 Support for Freescale LS1043ARDB platform.
1066 config TARGET_LS1046AQDS
1067 bool "Support ls1046aqds"
1070 select ARMV8_MULTIENTRY
1071 select BOARD_LATE_INIT
1073 select DM_SPI_FLASH if DM_SPI
1074 select BOARD_EARLY_INIT_F
1076 Support for Freescale LS1046AQDS platform.
1077 The LS1046A Development System (QDS) is a high-performance
1078 development platform that supports the QorIQ LS1046A
1079 Layerscape Architecture processor.
1081 config TARGET_LS1046ARDB
1082 bool "Support ls1046ardb"
1085 select ARMV8_MULTIENTRY
1086 select BOARD_LATE_INIT
1088 select DM_SPI_FLASH if DM_SPI
1089 select POWER_MC34VR500
1090 select BOARD_EARLY_INIT_F
1092 Support for Freescale LS1046ARDB platform.
1093 The LS1046A Reference Design Board (RDB) is a high-performance
1094 development platform that supports the QorIQ LS1046A
1095 Layerscape Architecture processor.
1098 bool "Support h2200"
1101 config TARGET_ZIPITZ2
1102 bool "Support zipitz2"
1105 config TARGET_COLIBRI_PXA270
1106 bool "Support colibri_pxa270"
1109 config ARCH_UNIPHIER
1110 bool "Socionext UniPhier SoCs"
1111 select BOARD_LATE_INIT
1123 select SPL_DM if SPL
1124 select SPL_LIBCOMMON_SUPPORT if SPL
1125 select SPL_LIBGENERIC_SUPPORT if SPL
1126 select SPL_OF_CONTROL if SPL
1127 select SPL_PINCTRL if SPL
1130 Support for UniPhier SoC family developed by Socionext Inc.
1131 (formerly, System LSI Business Division of Panasonic Corporation)
1134 bool "Support STM32"
1138 select SYS_THUMB_BUILD
1141 bool "Support STMicrolectronics SoCs"
1149 Support for STMicroelectronics STiH407/10 SoC family.
1150 This SoC is used on Linaro 96Board STiH410-B2260
1152 config ARCH_ROCKCHIP
1153 bool "Support Rockchip SoCs"
1157 select SPL_DM if SPL
1159 select SYS_THUMB_BUILD if !ARM64
1160 select SPL_SYS_MALLOC_SIMPLE if SPL
1168 select DM_USB if USB
1172 config TARGET_THUNDERX_88XX
1173 bool "Support ThunderX 88xx"
1176 select SYS_CACHE_SHIFT_7
1179 bool "Support Aspeed SoCs"
1185 source "arch/arm/mach-aspeed/Kconfig"
1187 source "arch/arm/mach-at91/Kconfig"
1189 source "arch/arm/mach-bcm283x/Kconfig"
1191 source "arch/arm/mach-davinci/Kconfig"
1193 source "arch/arm/mach-exynos/Kconfig"
1195 source "arch/arm/mach-highbank/Kconfig"
1197 source "arch/arm/mach-integrator/Kconfig"
1199 source "arch/arm/mach-keystone/Kconfig"
1201 source "arch/arm/mach-kirkwood/Kconfig"
1203 source "arch/arm/mach-mvebu/Kconfig"
1205 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1207 source "arch/arm/cpu/armv7/mx7ulp/Kconfig"
1209 source "arch/arm/cpu/armv7/mx7/Kconfig"
1211 source "arch/arm/cpu/armv7/mx6/Kconfig"
1213 source "arch/arm/cpu/armv7/mx5/Kconfig"
1215 source "arch/arm/mach-omap2/Kconfig"
1217 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1219 source "arch/arm/mach-orion5x/Kconfig"
1221 source "arch/arm/mach-rmobile/Kconfig"
1223 source "arch/arm/mach-meson/Kconfig"
1225 source "arch/arm/mach-rockchip/Kconfig"
1227 source "arch/arm/mach-s5pc1xx/Kconfig"
1229 source "arch/arm/mach-snapdragon/Kconfig"
1231 source "arch/arm/mach-socfpga/Kconfig"
1233 source "arch/arm/mach-sti/Kconfig"
1235 source "arch/arm/mach-stm32/Kconfig"
1237 source "arch/arm/mach-tegra/Kconfig"
1239 source "arch/arm/mach-uniphier/Kconfig"
1241 source "arch/arm/cpu/armv7/vf610/Kconfig"
1243 source "arch/arm/mach-zynq/Kconfig"
1245 source "arch/arm/cpu/armv7/Kconfig"
1247 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1249 source "arch/arm/cpu/armv8/Kconfig"
1251 source "arch/arm/imx-common/Kconfig"
1253 source "board/aries/m28evk/Kconfig"
1254 source "board/aries/m53evk/Kconfig"
1255 source "board/bosch/shc/Kconfig"
1256 source "board/BuR/brxre1/Kconfig"
1257 source "board/BuR/brppt1/Kconfig"
1258 source "board/CarMediaLab/flea3/Kconfig"
1259 source "board/Marvell/aspenite/Kconfig"
1260 source "board/Marvell/gplugd/Kconfig"
1261 source "board/armadeus/apf27/Kconfig"
1262 source "board/armltd/vexpress/Kconfig"
1263 source "board/armltd/vexpress64/Kconfig"
1264 source "board/bluegiga/apx4devkit/Kconfig"
1265 source "board/broadcom/bcm23550_w1d/Kconfig"
1266 source "board/broadcom/bcm28155_ap/Kconfig"
1267 source "board/broadcom/bcmcygnus/Kconfig"
1268 source "board/broadcom/bcmnsp/Kconfig"
1269 source "board/broadcom/bcmns2/Kconfig"
1270 source "board/cavium/thunderx/Kconfig"
1271 source "board/cirrus/edb93xx/Kconfig"
1272 source "board/compulab/cm_t335/Kconfig"
1273 source "board/compulab/cm_t43/Kconfig"
1274 source "board/creative/xfi3/Kconfig"
1275 source "board/freescale/ls2080a/Kconfig"
1276 source "board/freescale/ls2080aqds/Kconfig"
1277 source "board/freescale/ls2080ardb/Kconfig"
1278 source "board/freescale/ls1021aqds/Kconfig"
1279 source "board/freescale/ls1043aqds/Kconfig"
1280 source "board/freescale/ls1021atwr/Kconfig"
1281 source "board/freescale/ls1021aiot/Kconfig"
1282 source "board/freescale/ls1046aqds/Kconfig"
1283 source "board/freescale/ls1043ardb/Kconfig"
1284 source "board/freescale/ls1046ardb/Kconfig"
1285 source "board/freescale/ls1012aqds/Kconfig"
1286 source "board/freescale/ls1012ardb/Kconfig"
1287 source "board/freescale/ls1012afrdm/Kconfig"
1288 source "board/freescale/mx23evk/Kconfig"
1289 source "board/freescale/mx25pdk/Kconfig"
1290 source "board/freescale/mx28evk/Kconfig"
1291 source "board/freescale/mx31ads/Kconfig"
1292 source "board/freescale/mx31pdk/Kconfig"
1293 source "board/freescale/mx35pdk/Kconfig"
1294 source "board/freescale/mx51evk/Kconfig"
1295 source "board/freescale/mx53ard/Kconfig"
1296 source "board/freescale/mx53evk/Kconfig"
1297 source "board/freescale/mx53loco/Kconfig"
1298 source "board/freescale/mx53smd/Kconfig"
1299 source "board/freescale/s32v234evb/Kconfig"
1300 source "board/gdsys/a38x/Kconfig"
1301 source "board/grinn/chiliboard/Kconfig"
1302 source "board/gumstix/pepper/Kconfig"
1303 source "board/h2200/Kconfig"
1304 source "board/hisilicon/hikey/Kconfig"
1305 source "board/imx31_phycore/Kconfig"
1306 source "board/isee/igep0033/Kconfig"
1307 source "board/olimex/mx23_olinuxino/Kconfig"
1308 source "board/phytec/pcm051/Kconfig"
1309 source "board/ppcag/bg0900/Kconfig"
1310 source "board/sandisk/sansa_fuze_plus/Kconfig"
1311 source "board/schulercontrol/sc_sps_1/Kconfig"
1312 source "board/siemens/draco/Kconfig"
1313 source "board/siemens/pxm2/Kconfig"
1314 source "board/siemens/rut/Kconfig"
1315 source "board/silica/pengwyn/Kconfig"
1316 source "board/spear/spear300/Kconfig"
1317 source "board/spear/spear310/Kconfig"
1318 source "board/spear/spear320/Kconfig"
1319 source "board/spear/spear600/Kconfig"
1320 source "board/spear/x600/Kconfig"
1321 source "board/st/stv0991/Kconfig"
1322 source "board/sunxi/Kconfig"
1323 source "board/syteco/zmx25/Kconfig"
1324 source "board/tcl/sl50/Kconfig"
1325 source "board/ti/am335x/Kconfig"
1326 source "board/ti/am43xx/Kconfig"
1327 source "board/birdland/bav335x/Kconfig"
1328 source "board/ti/ti814x/Kconfig"
1329 source "board/ti/ti816x/Kconfig"
1330 source "board/timll/devkit3250/Kconfig"
1331 source "board/toradex/colibri_pxa270/Kconfig"
1332 source "board/technologic/ts4600/Kconfig"
1333 source "board/technologic/ts4800/Kconfig"
1334 source "board/vscom/baltos/Kconfig"
1335 source "board/woodburn/Kconfig"
1336 source "board/work-microwave/work_92105/Kconfig"
1337 source "board/zipitz2/Kconfig"
1339 source "arch/arm/Kconfig.debug"