[xtensa-cvscommit] linux/arch/xtensa config.in,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <sfo...@us...> - 2002-09-19 07:06:43
|
Update of /cvsroot/xtensa/linux/arch/xtensa In directory usw-pr-cvs1:/tmp/cvs-serv975/arch/xtensa Modified Files: config.in Log Message: First functional checkin of kgdb. Reading AR registers does not work yet. (Reading A registers works.) Currently uses ttyS1 at 9600 8N1. Serial port and baud rate to become paramterized. To use, must have CONFIGURE_KGDB. Must also pass the parameter "gdb" to the kernel to tell it to stop on boot and wait for a connection from gdb. Index: config.in =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/config.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.in 28 Aug 2002 16:10:13 -0000 1.1.1.1 --- config.in 19 Sep 2002 07:06:10 -0000 1.2 *************** *** 186,190 **** bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ ! bool 'Enable remote debugging' CONFIG_XTENSA_REMOTE_DEBUG endmenu --- 186,190 ---- bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ ! bool 'Enable remote debugging' CONFIG_KGDB endmenu |