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:
parent
02f5e14b65
commit
4c85c84ec2
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue