Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv14020/arch/mips
Modified Files:
config.in
Log Message:
Update debug crapola.
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- config.in 2001/10/08 16:50:42 1.32
+++ config.in 2001/10/11 20:45:25 1.33
@@ -563,9 +563,7 @@
bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
dep_bool 'Console output to GDB' CONFIG_GDB_CONSOLE $CONFIG_REMOTE_DEBUG
fi
-if [ "$CONFIG_SERIAL" = "y" ]; then
- bool 'Low-level debugging' CONFIG_LL_DEBUG
-fi
+bool 'Enable run-time debugging' CONFIG_DEBUG
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
if [ "$CONFIG_SMP" != "y" ]; then
bool 'Run uncached' CONFIG_MIPS_UNCACHED
|