Skip to content

Commit

Permalink
CRISv32: enable LOCKDEP_SUPPORT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rabin Vincent authored and Jesper Nilsson committed Sep 4, 2015
1 parent aa6f4d2 commit 94c5c11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/cris/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94c5c11

Please sign in to comment.