From: Rabin Vincent Date: Thu, 14 May 2015 16:19:37 +0000 (+0200) Subject: CRISv32: enable LOCKDEP_SUPPORT X-Git-Tag: firefly_0821_release~176^2~1064^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=94c5c115c1f7d347d5ec7f32a090f8643dd42525;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Jesper Nilsson --- 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 config STACKTRACE_SUPPORT def_bool y +config LOCKDEP_SUPPORT + depends on ETRAX_ARCH_V32 + def_bool y + config CRIS bool default y