From b08723087d2a3ae08b437ccac5bc954ae2f47ac8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 26 Dec 2015 17:05:43 +0100 Subject: 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 --- arch/Config.in.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/Config.in.arm b/arch/Config.in.arm index f2c5a5809..d63a26cc7 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 -- cgit v1.2.3