[PATCH 4/5] CRISv32: enable LOCKDEP_SUPPORT

From: Rabin Vincent
Date: Thu May 14 2015 - 12:45:57 EST


Now that we have stack tracing and irq flags tracing support,
we can also enable lockdep support

Signed-off-by: Rabin Vincent <rabin@xxxxxx>
---
arch/cris/Kconfig | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig
index bb6a4f9..41d37d2 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
--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/