Browse Source

arch/arm: only expose EABIhf when the CPU *has* a VFP unit

There's no point in offering the user an option to select EABIhf when
the CPU does not really have a VFP unit.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORIN 9 years ago
parent
commit
b08723087d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/Config.in.arm

+ 1 - 1
arch/Config.in.arm

@@ -238,7 +238,7 @@ config BR2_ARM_EABI
 
 
 config BR2_ARM_EABIHF
 config BR2_ARM_EABIHF
 	bool "EABIhf"
 	bool "EABIhf"
-	depends on BR2_ARM_CPU_MAYBE_HAS_VFPV2 || BR2_ARM_CPU_HAS_VFPV2
+	depends on BR2_ARM_CPU_HAS_VFPV2
 	help
 	help
 	  The EABIhf is an extension of EABI which supports the 'hard'
 	  The EABIhf is an extension of EABI which supports the 'hard'
 	  floating point model. This model uses the floating point
 	  floating point model. This model uses the floating point