mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
make fpu emulation support configurable through kernel_menuconfig by adding a prompt for it
SVN-Revision: 18414
This commit is contained in:
parent
30f859403a
commit
eaf1d61e6d
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user