mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
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
This commit is contained in:
parent
3fb97947af
commit
5a76cd437c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user