diff options
author | Tony Luck <tony.luck@intel.com> | 2010-09-23 16:52:07 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2010-09-23 16:52:07 -0400 |
commit | 85718fae2a8d845e66762e6464152a255e323777 (patch) | |
tree | e06745ac70e457517bf14a8b7f71e026989612b5 /arch/ia64/Kconfig | |
parent | 57aebd7739c8dbbf403876ee1e9673fafc83d856 (diff) |
[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/Kconfig | 3 |
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 | |||
62 | config SWIOTLB | 62 | config SWIOTLB |
63 | bool | 63 | bool |
64 | 64 | ||
65 | config STACKTRACE_SUPPORT | ||
66 | def_bool y | ||
67 | |||
65 | config GENERIC_LOCKBREAK | 68 | config GENERIC_LOCKBREAK |
66 | def_bool n | 69 | def_bool n |
67 | 70 | ||