Просмотр исходного кода

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

SVN-Revision: 18414
Felix Fietkau 16 лет назад
Родитель
Сommit
eaf1d61e6d

+ 2 - 2
target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch

@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <[email protected]>
  	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

+ 2 - 2
target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch

@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <[email protected]>
  	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

+ 2 - 2
target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch

@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <[email protected]>
  	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

+ 2 - 2
target/linux/generic-2.6/patches-2.6.31/025-mips_disable_fpu.patch

@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <[email protected]>
  	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

+ 2 - 2
target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch

@@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <[email protected]>
  	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