diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 15:46:34 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 18:06:06 -0500 |
commit | c68644d3304d217d50b8f0a179d4aa7e5a85a5bc (patch) | |
tree | 6ee377d8634acc46e37ca57f697fddc0eebadfb3 /arch/mips/Kconfig.debug | |
parent | e016c38d1813c4ad180a4cd44942bca2a9e7a8c9 (diff) |
[MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig.debug')
-rw-r--r-- | arch/mips/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug index d5e60a0c1ded..72d5c198e790 100644 --- a/arch/mips/Kconfig.debug +++ b/arch/mips/Kconfig.debug | |||
@@ -37,6 +37,15 @@ config DEBUG_STACK_USAGE | |||
37 | 37 | ||
38 | This option will slow down process creation somewhat. | 38 | This option will slow down process creation somewhat. |
39 | 39 | ||
40 | config CONFIG_SMTC_IDLE_HOOK_DEBUG | ||
41 | bool "Enable additional debug checks before going into CPU idle loop" | ||
42 | depends on DEBUG_KERNEL && MIPS_MT_SMTC | ||
43 | help | ||
44 | This option enables Enable additional debug checks before going into | ||
45 | CPU idle loop. For details on these checks, see | ||
46 | arch/mips/kernel/smtc.c. This debugging option result in significant | ||
47 | overhead so should be disabled in production kernels. | ||
48 | |||
40 | config KGDB | 49 | config KGDB |
41 | bool "Remote GDB kernel debugging" | 50 | bool "Remote GDB kernel debugging" |
42 | depends on DEBUG_KERNEL && SYS_SUPPORTS_KGDB | 51 | depends on DEBUG_KERNEL && SYS_SUPPORTS_KGDB |