diff options
author | Rabin Vincent <rabin@rab.in> | 2015-05-14 12:19:37 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-09-04 18:56:50 -0400 |
commit | 94c5c115c1f7d347d5ec7f32a090f8643dd42525 (patch) | |
tree | f363e288ae49fa89892e04dffb2f039a56f959ea | |
parent | aa6f4d2b6547a9949d87c9b09a872a7015366588 (diff) |
CRISv32: enable LOCKDEP_SUPPORT
Now that we have stack tracing and irq flags tracing support,
we can also enable lockdep support
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
-rw-r--r-- | arch/cris/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 61f4acceb9d4..8da5653bd895 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -43,6 +43,10 @@ config TRACE_IRQFLAGS_SUPPORT | |||
43 | config STACKTRACE_SUPPORT | 43 | config STACKTRACE_SUPPORT |
44 | def_bool y | 44 | def_bool y |
45 | 45 | ||
46 | config LOCKDEP_SUPPORT | ||
47 | depends on ETRAX_ARCH_V32 | ||
48 | def_bool y | ||
49 | |||
46 | config CRIS | 50 | config CRIS |
47 | bool | 51 | bool |
48 | default y | 52 | default y |