projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa6f4d2
)
CRISv32: enable LOCKDEP_SUPPORT
author
Rabin Vincent
<rabin@rab.in>
Thu, 14 May 2015 16:19:37 +0000
(18:19 +0200)
committer
Jesper 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/cris/Kconfig
b/arch/cris/Kconfig
index 61f4acceb9d43be85d5b6af6d167c11db6c10ec0..8da5653bd8958605e1dbb2e3e0335aaa24abc9dc 100644
(file)
--- 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