summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in.arm7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index feac16dd5..f2c5a5809 100644
--- a/arch/Config.in.arm
+++ b/arch/Config.in.arm
@@ -194,6 +194,13 @@ config BR2_ARM_ENABLE_NEON
Select this option if you are certain your particular
implementation has NEON support and you want to use it.
+config BR2_ARM_ENABLE_VFP
+ bool "Enable VFP extension support"
+ depends on BR2_ARM_CPU_MAYBE_HAS_VFPV2
+ select BR2_ARM_CPU_HAS_VFPV4 if BR2_ARM_CPU_MAYBE_HAS_VFPV4
+ select BR2_ARM_CPU_HAS_VFPV3 if BR2_ARM_CPU_MAYBE_HAS_VFPV3
+ select BR2_ARM_CPU_HAS_VFPV2 if BR2_ARM_CPU_MAYBE_HAS_VFPV2
+
choice
prompt "Target ABI"
depends on BR2_arm || BR2_armeb