commit | 3e4196a5cc9cff50900f3dc8acc3d41e5963fd50 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Apr 15 09:20:48 2013 +0400 |
committer | Chris Zankel <chris@zankel.net> | Thu May 09 01:07:10 2013 -0700 |
tree | 149403b0517e402fbf29ce9aac65a49d1119234e | |
parent | 4e96274e2b7a7463de6849c0411d876182ee8889 [diff] [blame] |
xtensa: add stacktrace support Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index a9bdb1c..13280f2 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig
@@ -52,6 +52,9 @@ source "init/Kconfig" source "kernel/Kconfig.freezer" +config STACKTRACE_SUPPORT + def_bool y + config MMU def_bool n