Skip to content

Commit 94c5c11

Browse files
vitkyrkaJesper Nilsson
authored andcommitted
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 <[email protected]> Signed-off-by: Jesper Nilsson <[email protected]>
1 parent aa6f4d2 commit 94c5c11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/cris/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ config TRACE_IRQFLAGS_SUPPORT
4343
config STACKTRACE_SUPPORT
4444
def_bool y
4545

46+
config LOCKDEP_SUPPORT
47+
depends on ETRAX_ARCH_V32
48+
def_bool y
49+
4650
config CRIS
4751
bool
4852
default y

0 commit comments

Comments
 (0)