make fpu emulation support configurable through kernel_menuconfig by adding a prompt for it

SVN-Revision: 18414
master
Felix Fietkau 15 years ago
parent 30f859403a
commit eaf1d61e6d
  1. 4
      target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch
  2. 4
      target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch
  3. 4
      target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch
  4. 4
      target/linux/generic-2.6/patches-2.6.31/025-mips_disable_fpu.patch
  5. 4
      target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch

@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
bool bool
+config MIPS_FPU_EMU +config MIPS_FPU_EMU
+ bool + bool "Enable FPU emulation"
+ default n + default y
+ help + help
+ This option allows building a kernel with or without the Algorithmics + This option allows building a kernel with or without the Algorithmics
+ FPU emulator enabled. Turning off this option results in a kernel which + FPU emulator enabled. Turning off this option results in a kernel which

@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
bool bool
+config MIPS_FPU_EMU +config MIPS_FPU_EMU
+ bool + bool "Enable FPU emulation"
+ default n + default y
+ help + help
+ This option allows building a kernel with or without the Algorithmics + This option allows building a kernel with or without the Algorithmics
+ FPU emulator enabled. Turning off this option results in a kernel which + FPU emulator enabled. Turning off this option results in a kernel which

@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
bool bool
+config MIPS_FPU_EMU +config MIPS_FPU_EMU
+ bool + bool "Enable FPU emulation"
+ default n + default y
+ help + help
+ This option allows building a kernel with or without the Algorithmics + This option allows building a kernel with or without the Algorithmics
+ FPU emulator enabled. Turning off this option results in a kernel which + FPU emulator enabled. Turning off this option results in a kernel which

@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
bool bool
+config MIPS_FPU_EMU +config MIPS_FPU_EMU
+ bool + bool "Enable FPU emulation"
+ default n + default y
+ help + help
+ This option allows building a kernel with or without the Algorithmics + This option allows building a kernel with or without the Algorithmics
+ FPU emulator enabled. Turning off this option results in a kernel which + FPU emulator enabled. Turning off this option results in a kernel which

@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
bool bool
+config MIPS_FPU_EMU +config MIPS_FPU_EMU
+ bool + bool "Enable FPU emulation"
+ default n + default y
+ help + help
+ This option allows building a kernel with or without the Algorithmics + This option allows building a kernel with or without the Algorithmics
+ FPU emulator enabled. Turning off this option results in a kernel which + FPU emulator enabled. Turning off this option results in a kernel which

Loading…
Cancel
Save