From c13b3fa2eacc40d9b254d0f1c0db8e5c7c501992 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 21 Apr 2013 09:49:08 +0200 Subject: kconfig entries: ARM: fix unmet direct dependencies warning when floating point is selected Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/arch-variant.kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kconfig/arch-variant.kconfig') diff --git a/kconfig/arch-variant.kconfig b/kconfig/arch-variant.kconfig index 209ba52..97fa427 100644 --- a/kconfig/arch-variant.kconfig +++ b/kconfig/arch-variant.kconfig @@ -1,6 +1,6 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE. +# Copyright(C) 2009-2013 Abdoulaye Walsimou GAYE. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -40,15 +40,15 @@ choice config EMBTK_SOFTFLOAT bool "Soft floating point" help - Select if your CPU does not have hardware floating point unit or - kernel floating point emulation. + Select if your CPU does not have hardware floating point unit or + kernel floating point emulation. config EMBTK_HARDFLOAT bool "Hard floating point" depends on EMBTK_TARGET_ARCH_MAYUSE_FPU select KEMBTK_UCLIBC_UCLIBC_HAS_FPU if EMBTK_CLIB_UCLIBC help - Select if your CPU has a hardware floating point unit. + Select if your CPU has a hardware floating point unit. endchoice if EMBTK_ARCH_ARM && EMBTK_HARDFLOAT -- cgit v1.2.3