aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.common
diff options
context:
space:
mode:
authorDaniel Walter <dwalter@google.com>2014-08-20 10:56:00 +0100
committerRichard Weinberger <richard@nod.at>2014-10-13 21:46:25 +0200
commit970e51feaddbc33ed0e7d187af7f69d1a12c7b6a (patch)
treedbe47fda5a1271dc5404c9c96d7965a870320fc2 /arch/um/Kconfig.common
parentum: ubd: Fix for processes stuck in D state forever (diff)
downloadlinux-dev-970e51feaddbc33ed0e7d187af7f69d1a12c7b6a.tar.xz
linux-dev-970e51feaddbc33ed0e7d187af7f69d1a12c7b6a.zip
um: Add support for CONFIG_STACKTRACE
Add stacktrace support for User Mode Linux Signed-off-by: Daniel Walter <dwalter@google.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/Kconfig.common')
-rw-r--r--arch/um/Kconfig.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index 6915d28cf118..87bc86821bc9 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -39,7 +39,8 @@ config LOCKDEP_SUPPORT
config STACKTRACE_SUPPORT
bool
- default n
+ default y
+ select STACKTRACE
config GENERIC_CALIBRATE_DELAY
bool