summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig.debug
diff options
context:
space:
mode:
authorRalf Baechle2007-07-05 18:39:48 +0200
committerRalf Baechle2007-07-06 17:17:11 +0200
commit9349075a15a876f8e82f433ec84f99d19d3e77f9 (patch)
tree1e69f54d04e4b778ff06179a40e610bde8ee5689 /arch/mips/Kconfig.debug
parent[MIPS] Change libgcc-style functions from lib-y to obj-y (diff)
downloadkernel-qcow2-linux-9349075a15a876f8e82f433ec84f99d19d3e77f9.tar.gz
kernel-qcow2-linux-9349075a15a876f8e82f433ec84f99d19d3e77f9.tar.xz
kernel-qcow2-linux-9349075a15a876f8e82f433ec84f99d19d3e77f9.zip
[MIPS] SMTC: Fix cut'n'paste bug in Kconfig.debug
This effectivly turned the SMTC_IDLE_HOOK_DEBUG debug option into a no-op. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig.debug')
-rw-r--r--arch/mips/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug
index 72d5c198e790..3efe117721aa 100644
--- a/arch/mips/Kconfig.debug
+++ b/arch/mips/Kconfig.debug
@@ -37,7 +37,7 @@ config DEBUG_STACK_USAGE
This option will slow down process creation somewhat.
-config CONFIG_SMTC_IDLE_HOOK_DEBUG
+config SMTC_IDLE_HOOK_DEBUG
bool "Enable additional debug checks before going into CPU idle loop"
depends on DEBUG_KERNEL && MIPS_MT_SMTC
help