diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-09-26 10:44:01 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-01 18:16:57 -0400 |
commit | 1df0f0ff7e56f6dcb1351b9490d55ebf91ff4bd8 (patch) | |
tree | f309b9cf0293c973683b4fa3fab5bbb74e415d47 /arch/mips/Kconfig | |
parent | eae6c0da9df81300895949897c0451423340ac40 (diff) |
[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/Kconfig | 8 |
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 | |||
1841 | bool | 1841 | bool |
1842 | default y | 1842 | default y |
1843 | 1843 | ||
1844 | config LOCKDEP_SUPPORT | ||
1845 | bool | ||
1846 | default y | ||
1847 | |||
1848 | config STACKTRACE_SUPPORT | ||
1849 | bool | ||
1850 | default y | ||
1851 | |||
1844 | source "init/Kconfig" | 1852 | source "init/Kconfig" |
1845 | 1853 | ||
1846 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" | 1854 | menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" |