| source "lib/Kconfig.debug" |
| bool "Include kgdb kernel debugger" |
| depends on DEBUG_KERNEL && (BROKEN || PPC_GEN550 || 4xx) |
| Include in-kernel hooks for kgdb, the Linux kernel source level |
| debugger. See <http://kgdb.sourceforge.net/> for more information. |
| Unless you are intending to debug the kernel, say N here. |
| bool "Enable serial console thru kgdb port" |
| depends on KGDB && 8xx || CPM2 |
| If you enable this, all serial console messages will be sent |
| bool "Include xmon kernel debugger" |
| Include in-kernel hooks for the xmon kernel monitor/debugger. |
| Unless you are intending to debug the kernel, say N here. |
| bool "Include BDI-2000 user context switcher" |
| Include in-kernel support for the Abatron BDI2000 debugger. |
| Unless you are intending to debug the kernel with one of these |
| bool "Support for early boot texts over serial port" |
| depends on 4xx || LOPEC || MV64X60 || PPLUS || PRPMC800 || \ |
| PPC_GEN550 || PPC_MPC52xx |