summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 7b03c7a245..98786fcdb1 100644
--- a/Config.in
+++ b/Config.in
@@ -672,7 +672,7 @@ 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) && !HAS_FPU
+ depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU
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