Update of /cvsroot/linuxsh/linux/arch/sh
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27520/arch/sh
Modified Files:
Kconfig
Log Message:
Make FPU emulation depend on CONFIG_EXPERIMENTAL for now.
Index: Kconfig
===================================================================
RCS file: /cvsroot/linuxsh/linux/arch/sh/Kconfig,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Kconfig 12 Jul 2006 10:35:55 -0000 1.99
+++ Kconfig 12 Jul 2006 10:54:07 -0000 1.100
@@ -341,7 +341,7 @@
config SH_FPU_EMU
bool "FPU emulation support"
- depends on !SH_FPU
+ depends on !SH_FPU && EXPERIMENTAL
default n
help
Selecting this option will enable support for software FPU emulation.
|