summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorTony Luck2010-09-23 22:52:07 +0200
committerTony Luck2010-09-23 22:52:07 +0200
commit85718fae2a8d845e66762e6464152a255e323777 (patch)
treee06745ac70e457517bf14a8b7f71e026989612b5 /arch/ia64/Kconfig
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... (diff)
downloadkernel-qcow2-linux-85718fae2a8d845e66762e6464152a255e323777.tar.gz
kernel-qcow2-linux-85718fae2a8d845e66762e6464152a255e323777.tar.xz
kernel-qcow2-linux-85718fae2a8d845e66762e6464152a255e323777.zip
[IA64] Add CONFIG_STACKTRACE_SUPPORT
Several Linux features are dependent on stack trace support. Add it so they can be enabled. Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index ba22849ee3ec..e93f44e62edb 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -62,6 +62,9 @@ config NEED_SG_DMA_LENGTH
config SWIOTLB
bool
+config STACKTRACE_SUPPORT
+ def_bool y
+
config GENERIC_LOCKBREAK
def_bool n