| Update of /cvsroot/linuxsh/linux/lib
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12769/lib
Modified Files:
	Kconfig.debug 
Log Message:
Enable verbose BUG() support.
Index: Kconfig.debug
===================================================================
RCS file: /cvsroot/linuxsh/linux/lib/Kconfig.debug,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Kconfig.debug	5 Jul 2006 08:46:49 -0000	1.4
+++ Kconfig.debug	7 Aug 2006 05:18:37 -0000	1.5
@@ -140,7 +140,7 @@
 config DEBUG_BUGVERBOSE
 	bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED
 	depends on BUG
-	depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV
+	depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV || SUPERH
 	default !EMBEDDED
 	help
 	  Say Y here to make BUG() panics output the file name and line number
 |