commit | 85718fae2a8d845e66762e6464152a255e323777 | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Thu Sep 23 13:52:07 2010 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Thu Sep 23 13:52:07 2010 -0700 |
tree | e06745ac70e457517bf14a8b7f71e026989612b5 | |
parent | 57aebd7739c8dbbf403876ee1e9673fafc83d856 [diff] [blame] |
[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>
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index ba22849..e93f44e 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig
@@ -62,6 +62,9 @@ config SWIOTLB bool +config STACKTRACE_SUPPORT + def_bool y + config GENERIC_LOCKBREAK def_bool n