aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-04-28 04:59:37 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-04-28 04:59:37 -0400
commitf16fb1ecc5a1cb2f7cc595179d1fe55e711e599f (patch)
tree6fae06d1edc3cd1235149c4e68058120e00ef4a8 /arch/arm/Kconfig
parented519dede3d705e1c0012acd5b8de4074aa30fa4 (diff)
[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
67 bool 67 bool
68 default y 68 default y
69 69
70config STACKTRACE_SUPPORT
71 bool
72 default y
73
74config LOCKDEP_SUPPORT
75 bool
76 default y
77
70config TRACE_IRQFLAGS_SUPPORT 78config TRACE_IRQFLAGS_SUPPORT
71 bool 79 bool
72 default y 80 default y