aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/Kconfig
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-05-14 18:19:03 +0200
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:56:50 +0200
commitaa6f4d2b6547a9949d87c9b09a872a7015366588 (patch)
tree6efb66f528d045e050b21889c31937b5b4bbadf6 /arch/cris/Kconfig
parentCRISv32: annotate irq enable in idle loop (diff)
downloadlinux-dev-aa6f4d2b6547a9949d87c9b09a872a7015366588.tar.xz
linux-dev-aa6f4d2b6547a9949d87c9b09a872a7015366588.zip
CRIS: add STACKTRACE_SUPPORT
Add stacktrace support, which is required for lockdep and tracing. The stack tracing simply looks at all kernel text symbols found on the stack, similar to the trap stack dumping code, which can also be converted to use this. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r--arch/cris/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig
index e7ba2d4bdd4f..61f4acceb9d4 100644
--- a/arch/cris/Kconfig
+++ b/arch/cris/Kconfig
@@ -40,6 +40,9 @@ config TRACE_IRQFLAGS_SUPPORT
depends on ETRAX_ARCH_V32
def_bool y
+config STACKTRACE_SUPPORT
+ def_bool y
+
config CRIS
bool
default y