xtensa: enable lockdep support
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 15 Apr 2013 05:21:35 +0000 (09:21 +0400)
committerChris Zankel <chris@zankel.net>
Thu, 9 May 2013 08:07:11 +0000 (01:07 -0700)
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Kconfig

index 3eb543eacaa0acf9c688b2837c56413510c496e8..a065da819f891a3e5d1b0bfbe73e9ca1f2b1009f 100644 (file)
@@ -1,11 +1,9 @@
-config FRAME_POINTER
-       def_bool n
-
 config ZONE_DMA
        def_bool y
 
 config XTENSA
        def_bool y
+       select ARCH_WANT_FRAME_POINTERS
        select HAVE_IDE
        select GENERIC_ATOMIC64
        select HAVE_GENERIC_HARDIRQS
@@ -52,6 +50,9 @@ config HZ
 source "init/Kconfig"
 source "kernel/Kconfig.freezer"
 
+config LOCKDEP_SUPPORT
+       def_bool y
+
 config STACKTRACE_SUPPORT
        def_bool y