diff options
Diffstat (limited to 'arch/mips/Kconfig.debug')
-rw-r--r-- | arch/mips/Kconfig.debug | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug index f18cf92650e3..765c8e287d2b 100644 --- a/arch/mips/Kconfig.debug +++ b/arch/mips/Kconfig.debug | |||
@@ -34,28 +34,6 @@ config SMTC_IDLE_HOOK_DEBUG | |||
34 | arch/mips/kernel/smtc.c. This debugging option result in significant | 34 | arch/mips/kernel/smtc.c. This debugging option result in significant |
35 | overhead so should be disabled in production kernels. | 35 | overhead so should be disabled in production kernels. |
36 | 36 | ||
37 | config KGDB | ||
38 | bool "Remote GDB kernel debugging" | ||
39 | depends on DEBUG_KERNEL && SYS_SUPPORTS_KGDB | ||
40 | select DEBUG_INFO | ||
41 | help | ||
42 | If you say Y here, it will be possible to remotely debug the MIPS | ||
43 | kernel using gdb. This enlarges your kernel image disk size by | ||
44 | several megabytes and requires a machine with more than 16 MB, | ||
45 | better 32 MB RAM to avoid excessive linking time. This is only | ||
46 | useful for kernel hackers. If unsure, say N. | ||
47 | |||
48 | config SYS_SUPPORTS_KGDB | ||
49 | bool | ||
50 | |||
51 | config GDB_CONSOLE | ||
52 | bool "Console output to GDB" | ||
53 | depends on KGDB | ||
54 | help | ||
55 | If you are using GDB for remote debugging over a serial port and | ||
56 | would like kernel messages to be formatted into GDB $O packets so | ||
57 | that GDB prints them as program output, say 'Y'. | ||
58 | |||
59 | config SB1XXX_CORELIS | 37 | config SB1XXX_CORELIS |
60 | bool "Corelis Debugger" | 38 | bool "Corelis Debugger" |
61 | depends on SIBYTE_SB1xxx_SOC | 39 | depends on SIBYTE_SB1xxx_SOC |