diff options
author | Rabin Vincent <rabin@rab.in> | 2015-05-14 18:19:03 +0200 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-09-05 00:56:50 +0200 |
commit | aa6f4d2b6547a9949d87c9b09a872a7015366588 (patch) | |
tree | 6efb66f528d045e050b21889c31937b5b4bbadf6 /arch/cris/Kconfig | |
parent | 3fffa23ee0a348aef1b597b67626d4724667143b (diff) |
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/Kconfig | 3 |
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 |