From: Max Filippov Date: Mon, 15 Apr 2013 05:21:35 +0000 (+0400) Subject: xtensa: enable lockdep support X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8f371c7521545ee120364466514a4a2fc156c64f;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git xtensa: enable lockdep support Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- 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 @@ -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