summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAtsushi Nemoto2006-09-26 16:44:01 +0200
committerRalf Baechle2006-10-02 00:16:57 +0200
commit1df0f0ff7e56f6dcb1351b9490d55ebf91ff4bd8 (patch)
treef309b9cf0293c973683b4fa3fab5bbb74e415d47 /arch/mips/Kconfig
parent[MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORT (diff)
downloadkernel-qcow2-linux-1df0f0ff7e56f6dcb1351b9490d55ebf91ff4bd8.tar.gz
kernel-qcow2-linux-1df0f0ff7e56f6dcb1351b9490d55ebf91ff4bd8.tar.xz
kernel-qcow2-linux-1df0f0ff7e56f6dcb1351b9490d55ebf91ff4bd8.zip
[MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT
Implement stacktrace interface by using unwind_stack() and enable lockdep support in Kconfig. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 30750c54bdf5..ba3a317ea42c 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1841,6 +1841,14 @@ config RWSEM_GENERIC_SPINLOCK
bool
default y
+config LOCKDEP_SUPPORT
+ bool
+ default y
+
+config STACKTRACE_SUPPORT
+ bool
+ default y
+
source "init/Kconfig"
menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"