aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a04f507e7f2c..f4eeb03bc6a9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -951,7 +951,7 @@ config FPE_FASTFPE
951 951
952config VFP 952config VFP
953 bool "VFP-format floating point maths" 953 bool "VFP-format floating point maths"
954 depends on CPU_V6 || CPU_ARM926T 954 depends on CPU_V6 || CPU_ARM926T || CPU_V7
955 help 955 help
956 Say Y to include VFP support code in the kernel. This is needed 956 Say Y to include VFP support code in the kernel. This is needed
957 if your hardware includes a VFP unit. 957 if your hardware includes a VFP unit.
@@ -961,6 +961,11 @@ config VFP
961 961
962 Say N if your target does not have VFP hardware. 962 Say N if your target does not have VFP hardware.
963 963
964config VFPv3
965 bool
966 depends on VFP
967 default y if CPU_V7
968
964endmenu 969endmenu
965 970
966menu "Userspace binary formats" 971menu "Userspace binary formats"