--
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -827,6 +827,17 @@ config I8259
+@@ -842,6 +842,17 @@ config I8259
config MIPS_BONITO64
bool
+config MIPS_FPU_EMU
-+ bool
-+ default n
++ bool "Enable FPU emulation"
++ default y
+ help
+ This option allows building a kernel with or without the Algorithmics
+ FPU emulator enabled. Turning off this option results in a kernel which
/* Control registers */
#define FPCREG_RID 0 /* $0 = revision id */
-@@ -1273,6 +1275,13 @@ int fpu_emulator_cop1Handler(struct pt_r
+@@ -1274,6 +1276,13 @@ int fpu_emulator_cop1Handler(struct pt_r
return sig;
}