summaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.common
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-10-14 03:49:02 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-14 03:49:02 +0200
commit31003e3a9df675f1ac85d7bcf8e5a5d622576375 (patch)
tree6b08171deca1bf3cdcd6968ce0859e505048c73a /arch/um/Kconfig.common
parent1ee07ef6b5db7235b133ee257a3adf507697e6b3 (diff)
parent5f786595a291092d20fafe10c5a30378971a8cc3 (diff)
downloadop-kernel-dev-31003e3a9df675f1ac85d7bcf8e5a5d622576375.zip
op-kernel-dev-31003e3a9df675f1ac85d7bcf8e5a5d622576375.tar.gz
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Pull UML update from Richard Weinberger: "Besides of fixes this contains also support for CONFIG_STACKTRACE by Daniel Walter" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml: um: net: Eliminate NULL test after alloc_bootmem um: Add support for CONFIG_STACKTRACE um: ubd: Fix for processes stuck in D state forever um: delete unnecessary bootmem struct page array um: remove csum_partial_copy_generic_i386 to clean up exception table
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 6915d28..87bc868 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
OpenPOWER on IntegriCloud