Lines Matching +full:cortex +full:- +full:a53

146 	bool "arm1136j-s"
152 bool "arm1136jf-s"
159 bool "arm1176jz-s"
165 bool "arm1176jzf-s"
181 bool "cortex-A5"
189 bool "cortex-A7"
197 bool "cortex-A8"
205 bool "cortex-A9"
213 bool "cortex-A12"
221 bool "cortex-A15"
229 bool "cortex-A15/A7 big.LITTLE"
238 bool "cortex-A17"
247 bool "cortex-A17/A7 big.LITTLE"
264 bool "cortex-M3"
268 bool "cortex-M4"
273 bool "cortex-M7"
282 bool "cortex-A32"
292 bool "cortex-A35"
301 bool "cortex-A53"
309 bool "cortex-A57"
317 bool "cortex-A57/A53 big.LITTLE"
326 bool "cortex-A72"
335 bool "cortex-A72/A53 big.LITTLE"
344 bool "cortex-A73"
353 bool "cortex-A73/A35 big.LITTLE"
362 bool "cortex-A73/A53 big.LITTLE"
378 bool "exynos-m1"
477 bool "cortex-A55"
486 bool "cortex-A75"
495 bool "cortex-A75/A55 big.LITTLE"
504 bool "cortex-A76"
513 bool "cortex-A76/A55 big.LITTLE"
522 bool "neoverse-N1 (aka ares)"
592 The 'softfp' floating point model is link-compatible with
598 a floating point unit, and you don't have pre-compiled
616 that has been pre-built for the 'soft' or 'softfp' floating
620 depend on existing pre-compiled code, this option is most
658 available in some ARMv5 processors (ARM926EJ-S) and some
659 ARMv6 processors (ARM1136JF-S, ARM1176JZF-S and ARM11
663 such as Cortex-A, because the VFPv3 and VFPv4 units are
671 available in some ARMv7 processors (Cortex-A{8, 9}). This
672 option requires a VFPv3 unit that has 32 double-precision
674 based on Cortex-A{8, 9}. If you're unsure, use VFPv3-D16
675 instead, which is guaranteed to work on all Cortex-A{8, 9}.
680 double-precision registers.
683 bool "VFPv3-D16"
687 available in some ARMv7 processors (Cortex-A{8, 9}). This
688 option requires a VFPv3 unit that has 16 double-precision
690 Cortex-A{8, 9}, even though VFPv3 is technically optional on
691 Cortex-A9. This is the safest option for those cores.
702 available in some ARMv7 processors (Cortex-A{5, 7, 12,
704 double-precision registers, which is not necessarily the
705 case in all SOCs based on Cortex-A{5, 7, 12, 15}. If you're
706 unsure, you should probably use VFPv4-D16 instead.
709 cores, including the earlier Cortex-A{8, 9}, you should
713 bool "VFPv4-D16"
717 available in some ARMv7 processors (Cortex-A{5, 7, 12,
719 double-precision registers, which is always available on
720 Cortex-A12 and Cortex-A15, but optional on Cortex-A5 and
721 Cortex-A7.
724 cores, including the earlier Cortex-A{8, 9}, you should
725 instead select VFPv3-D16.
732 in some ARMv7 processors, as a floating-point unit. It
745 example on Cortex-A5 and Cortex-A7, support for VFPv4 and
749 bool "FPv4-D16"
752 This option allows to use the FPv4-SP (single precision)
754 (Cortex-M4).
757 bool "FPv5-D16"
761 This option allows to use the FPv5-SP (single precision)
763 (Cortex-M7).
766 Cortex-M4, you should instead select FPv4-D16.
769 bool "FPv5-DP-D16"
773 This option allows to use the FPv5-DP (double precision)
775 (Cortex-M7).
778 Cortex-M4, you should instead select FPv4-D16.
781 bool "FP-ARMv8"
787 bool "NEON/FP-ARMv8"
810 # Thumb-1 and VFP are not compatible
854 default "arm926ej-s" if BR2_arm926t
858 default "arm1136j-s" if BR2_arm1136j_s
859 default "arm1136jf-s" if BR2_arm1136jf_s
860 default "arm1176jz-s" if BR2_arm1176jz_s
861 default "arm1176jzf-s" if BR2_arm1176jzf_s
865 default "cortex-a5" if BR2_cortex_a5
866 default "cortex-a7" if BR2_cortex_a7
867 default "cortex-a8" if BR2_cortex_a8
868 default "cortex-a9" if BR2_cortex_a9
869 default "cortex-a12" if BR2_cortex_a12
870 default "cortex-a15" if BR2_cortex_a15
871 default "cortex-a15.cortex-a7" if BR2_cortex_a15_a7
872 default "cortex-a17" if BR2_cortex_a17
873 default "cortex-a17.cortex-a7" if BR2_cortex_a17_a7
874 default "marvell-pj4" if BR2_pj4
876 default "cortex-m3" if BR2_cortex_m3
877 default "cortex-m4" if BR2_cortex_m4
878 default "cortex-m7" if BR2_cortex_m7
880 default "cortex-a32" if BR2_cortex_a32
881 default "cortex-a35" if BR2_cortex_a35
882 default "cortex-a53" if BR2_cortex_a53
883 default "cortex-a57" if BR2_cortex_a57
884 default "cortex-a57.cortex-a53" if BR2_cortex_a57_a53
885 default "cortex-a72" if BR2_cortex_a72
886 default "cortex-a72.cortex-a53" if BR2_cortex_a72_a53
887 default "cortex-a73" if BR2_cortex_a73
888 default "cortex-a73.cortex-a35" if BR2_cortex_a73_a35
889 default "cortex-a73.cortex-a53" if BR2_cortex_a73_a53
891 default "exynos-m1" if BR2_exynos_m1
909 default "cortex-a55" if BR2_cortex_a55
910 default "cortex-a75" if BR2_cortex_a75
911 default "cortex-a75.cortex-a55" if BR2_cortex_a75_a55
912 default "cortex-a76" if BR2_cortex_a76
913 default "cortex-a76.cortex-a55" if BR2_cortex_a76_a55
914 default "neoverse-n1" if BR2_neoverse_n1
920 default "aapcs-linux" if BR2_arm || BR2_armeb
927 default "vfpv3-d16" if BR2_ARM_FPU_VFPV3D16
929 default "vfpv4-d16" if BR2_ARM_FPU_VFPV4D16
931 default "neon-vfpv4" if BR2_ARM_FPU_NEON_VFPV4
932 default "fpv4-sp-d16" if BR2_ARM_FPU_FPV4D16
933 default "fpv5-sp-d16" if BR2_ARM_FPU_FPV5D16
934 default "fpv5-d16" if BR2_ARM_FPU_FPV5DPD16
935 default "fp-armv8" if BR2_ARM_FPU_FP_ARMV8
936 default "neon-fp-armv8" if BR2_ARM_FPU_NEON_FP_ARMV8
953 # -*- mode:kconfig; -*-