From 4c85c84ec23e0cc9859d70ba8d6e84cc4c4d10e4 Mon Sep 17 00:00:00 2001 From: Chen Peng1 Date: Tue, 20 Sep 2022 11:34:45 +0800 Subject: [PATCH] x86: Kconfig: update dependency for X86_FP_USE_SOFT_FLOAT Update Kconfig dependency for X86_FP_USE_SOFT_FLOAT. Signed-off-by: Chen Peng1 --- arch/x86/core/Kconfig.ia32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/x86/core/Kconfig.ia32 b/arch/x86/core/Kconfig.ia32 index 310b2dd9142..03e2af8cdfb 100644 --- a/arch/x86/core/Kconfig.ia32 +++ b/arch/x86/core/Kconfig.ia32 @@ -137,8 +137,7 @@ endif # CPU_HAS_FPU config X86_FP_USE_SOFT_FLOAT bool - prompt "Use Software Floating Point Operations" if !(NEWLIB_LIBC && !FPU) - default y if NEWLIB_LIBC && !FPU + default y if !FPU help Enable using software floating point operations.