summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King2007-04-28 10:59:37 +0200
committerRussell King2007-04-28 10:59:37 +0200
commitf16fb1ecc5a1cb2f7cc595179d1fe55e711e599f (patch)
tree6fae06d1edc3cd1235149c4e68058120e00ef4a8 /arch/arm/Kconfig
parent[ARM] Convert AMBA PL010 driver to use the clk infrastructure (diff)
downloadkernel-qcow2-linux-f16fb1ecc5a1cb2f7cc595179d1fe55e711e599f.tar.gz
kernel-qcow2-linux-f16fb1ecc5a1cb2f7cc595179d1fe55e711e599f.tar.xz
kernel-qcow2-linux-f16fb1ecc5a1cb2f7cc595179d1fe55e711e599f.zip
[ARM] Add stacktrace support and make oprofile use it
Add support for stacktrace. Use the new stacktrace code with oprofile instead of it's version; there's no point having multiple versions of stacktracing in the kernel. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e7baca29f3fb..e25a197af6e8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -67,6 +67,14 @@ config GENERIC_HARDIRQS
bool
default y
+config STACKTRACE_SUPPORT
+ bool
+ default y
+
+config LOCKDEP_SUPPORT
+ bool
+ default y
+
config TRACE_IRQFLAGS_SUPPORT
bool
default y