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>
This commit is contained in:
Yann E. MORIN 2015-12-26 17:05:43 +01:00 committed by Thomas Petazzoni
parent f52692ed64
commit b08723087d

View File

@ -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