summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-05-14 18:19:37 +0200
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:56:50 +0200
commit94c5c115c1f7d347d5ec7f32a090f8643dd42525 (patch)
treef363e288ae49fa89892e04dffb2f039a56f959ea
parentaa6f4d2b6547a9949d87c9b09a872a7015366588 (diff)
downloadop-kernel-dev-94c5c115c1f7d347d5ec7f32a090f8643dd42525.zip
op-kernel-dev-94c5c115c1f7d347d5ec7f32a090f8643dd42525.tar.gz
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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig
index 61f4acc..8da5653 100644
--- a/arch/cris/Kconfig
+++ b/arch/cris/Kconfig
@@ -43,6 +43,10 @@ config TRACE_IRQFLAGS_SUPPORT
config STACKTRACE_SUPPORT
def_bool y
+config LOCKDEP_SUPPORT
+ depends on ETRAX_ARCH_V32
+ def_bool y
+
config CRIS
bool
default y
OpenPOWER on IntegriCloud