From: Yann E. MORIN Date: Sat, 26 Dec 2015 16:05:43 +0000 (+0100) Subject: arch/arm: only expose EABIhf when the CPU *has* a VFP unit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b08723087d2a3ae08b437ccac5bc954ae2f47ac8;p=buildroot.git 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" Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- diff --git a/arch/Config.in.arm b/arch/Config.in.arm index f2c5a5809b..d63a26cc71 100644 --- a/arch/Config.in.arm +++ b/arch/Config.in.arm @@ -238,7 +238,7 @@ config BR2_ARM_EABI config BR2_ARM_EABIHF bool "EABIhf" - depends on BR2_ARM_CPU_MAYBE_HAS_VFPV2 || BR2_ARM_CPU_HAS_VFPV2 + depends on BR2_ARM_CPU_HAS_VFPV2 help The EABIhf is an extension of EABI which supports the 'hard' floating point model. This model uses the floating point