[xtensa-cvscommit] linux/arch/xtensa config.in,1.4,1.5
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-03-11 21:52:40
|
Update of /cvsroot/xtensa/linux/arch/xtensa In directory sc8-pr-cvs1:/tmp/cvs-serv27530/arch/xtensa Modified Files: config.in Log Message: Add string "KGDB". I suspect more people will recognize "KGDB" than "Enable remote debugging". Index: config.in =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/config.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.in 25 Oct 2002 20:52:17 -0000 1.4 --- config.in 11 Mar 2003 21:52:33 -0000 1.5 *************** *** 191,195 **** bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ ! bool 'Enable remote debugging' CONFIG_KGDB endmenu --- 191,195 ---- bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ ! bool 'Enable remote debugging (KGDB)' CONFIG_KGDB endmenu |