CRISv32: enable LOCKDEP_SUPPORT
authorRabin Vincent <rabin@rab.in>
Thu, 14 May 2015 16:19:37 +0000 (18:19 +0200)
committerJesper Nilsson <jespern@axis.com>
Fri, 4 Sep 2015 22:56:50 +0000 (00:56 +0200)
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>
arch/cris/Kconfig

index 61f4acc..8da5653 100644 (file)
@@ -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