aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2013-04-15 01:21:35 -0400
committerChris Zankel <chris@zankel.net>2013-05-09 04:07:11 -0400
commit8f371c7521545ee120364466514a4a2fc156c64f (patch)
tree4478f296a333885f242be5a9d301e9ed6e240aa5 /arch/xtensa
parent031d0112d780d4a8fe8b0bfba4ae446e4ddc5c66 (diff)
xtensa: enable lockdep support
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 3eb543eacaa0..a065da819f89 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -1,11 +1,9 @@
1config FRAME_POINTER
2 def_bool n
3
4config ZONE_DMA 1config ZONE_DMA
5 def_bool y 2 def_bool y
6 3
7config XTENSA 4config XTENSA
8 def_bool y 5 def_bool y
6 select ARCH_WANT_FRAME_POINTERS
9 select HAVE_IDE 7 select HAVE_IDE
10 select GENERIC_ATOMIC64 8 select GENERIC_ATOMIC64
11 select HAVE_GENERIC_HARDIRQS 9 select HAVE_GENERIC_HARDIRQS
@@ -52,6 +50,9 @@ config HZ
52source "init/Kconfig" 50source "init/Kconfig"
53source "kernel/Kconfig.freezer" 51source "kernel/Kconfig.freezer"
54 52
53config LOCKDEP_SUPPORT
54 def_bool y
55
55config STACKTRACE_SUPPORT 56config STACKTRACE_SUPPORT
56 def_bool y 57 def_bool y
57 58