aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-13 22:54:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-13 22:54:31 +0000
commit7f9778ab3ce95e81bdb8855edbda05a6c2c796e3 (patch)
tree95939c8351489f32d3dbd2f9eb873ba5647539ee /target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch
parentf43d5f8d1aa23667620c3c1c29f336b21a4c3495 (diff)
downloadmaster-187ad058-7f9778ab3ce95e81bdb8855edbda05a6c2c796e3.tar.gz
master-187ad058-7f9778ab3ce95e81bdb8855edbda05a6c2c796e3.tar.bz2
master-187ad058-7f9778ab3ce95e81bdb8855edbda05a6c2c796e3.zip
make fpu emulation support configurable through kernel_menuconfig by adding a prompt for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch b/target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch
index 087a9a96a8..200b750af4 100644
--- a/target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch
+++ b/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
+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