make fpu emulation support configurable through kernel_menuconfig by adding a prompt...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Nov 2009 22:54:31 +0000 (22:54 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Nov 2009 22:54:31 +0000 (22:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18414 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.31/025-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch

index 4775069621f2bb1cbd0e115612f788748663fda5..eabc3bfccdbd4892487e3fedded4841c1c531190 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
        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
index dfa4ba2e041c9e31c49ffd4f9eb564768cbe8e10..718d08dc3718a988bfb7c04782b9b7f3d922b512 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
        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
index a8ffc230d7d625dce8361e9bf28c4e2dcd4bee1b..47ff7073d5c9a2e2c4d1a2fdf10fec9383107548 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
        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
index 6a52adafe8095decf0905f0e9c395167dbd88dec..37d64a95ded93513b31b7d025d62bb72fb5c9d98 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
        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
index 087a9a96a8dee575507900a9ebacad6353287c07..200b750af4d1b8512efbf04954de0f13b60ebb77 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
        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