| Update of /cvsroot/linuxsh/linux/arch/sh
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13071/arch/sh
Modified Files:
	Kconfig 
Log Message:
Support CONFIG_SH_DSP for all CPUs, we can do run-time probing.
Index: Kconfig
===================================================================
RCS file: /cvsroot/linuxsh/linux/arch/sh/Kconfig,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- Kconfig	7 Aug 2006 08:14:02 -0000	1.112
+++ Kconfig	7 Aug 2006 09:27:51 -0000	1.113
@@ -289,12 +289,12 @@
 
 config SH_DSP
 	bool "DSP support"
-	depends on !CPU_SH4
 	default y
 	help
 	  Selecting this option will enable support for SH processors that
-	  have DSP units (ie, SH2-DSP and SH3-DSP). It is safe to say Y here
-	  by default, as the existance of the DSP will be probed at runtime.
+	  have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP). It is safe to
+	  say Y here by default, as the existance of the DSP will be probed at
+	  runtime.
 
 	  This option must be set in order to enable the DSP.
 
 |