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

SVN-Revision: 18414
This commit is contained in:
Felix Fietkau 2009-11-13 22:54:31 +00:00
parent 30f859403a
commit eaf1d61e6d
5 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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