summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32
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
commiteaf1d61e6d76cc19aeaee5b31833f6e844264e0b (patch)
tree8e37bbd179ceadcbc80961197cd1956c01347edd /target/linux/generic-2.6/patches-2.6.32
parent30f859403a53ea5d51867065408a379acea6f1b4 (diff)
downloadmaster-31e0f0ae-eaf1d61e6d76cc19aeaee5b31833f6e844264e0b.tar.gz
master-31e0f0ae-eaf1d61e6d76cc19aeaee5b31833f6e844264e0b.tar.bz2
master-31e0f0ae-eaf1d61e6d76cc19aeaee5b31833f6e844264e0b.zip
make fpu emulation support configurable through kernel_menuconfig by adding a prompt for it
SVN-Revision: 18414
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32')
-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