summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolchain/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 0d139136e0..7302e9f874 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -15,8 +15,8 @@ menuconfig TARGET_OPTIONS
config SOFT_FLOAT
bool "Use software floating point by default" if TARGET_OPTIONS
- default y
- depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU
+ default y if !HAS_FPU
+ depends on arm || armeb || powerpc || mipsel || mips || mips64el || mips64
help
If your target CPU does not have a Floating Point Unit (FPU) or a
kernel FPU emulator, but you still wish to support floating point