From: Paul M. <le...@us...> - 2006-08-09 06:28:36
|
Update of /cvsroot/linuxsh/linux/arch/sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29001/arch/sh Modified Files: Kconfig Log Message: SH_DSP has CFLAG implications, leave default off. Index: Kconfig =================================================================== RCS file: /cvsroot/linuxsh/linux/arch/sh/Kconfig,v retrieving revision 1.116 retrieving revision 1.117 diff -u -d -r1.116 -r1.117 --- Kconfig 7 Aug 2006 11:28:53 -0000 1.116 +++ Kconfig 9 Aug 2006 06:28:32 -0000 1.117 @@ -305,12 +305,10 @@ config SH_DSP bool "DSP support" - default y + default n help Selecting this option will enable support for SH processors that - 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. + have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP). This option must be set in order to enable the DSP. |