x86: Kconfig: update dependency for X86_FP_USE_SOFT_FLOAT

Update Kconfig dependency for X86_FP_USE_SOFT_FLOAT.

Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
This commit is contained in:
Chen Peng1 2022-09-20 11:34:45 +08:00 committed by Fabio Baltieri
commit 4c85c84ec2

View file

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