diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-04-28 04:59:37 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-04-28 04:59:37 -0400 |
commit | f16fb1ecc5a1cb2f7cc595179d1fe55e711e599f (patch) | |
tree | 6fae06d1edc3cd1235149c4e68058120e00ef4a8 /arch/arm/Kconfig | |
parent | ed519dede3d705e1c0012acd5b8de4074aa30fa4 (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/Kconfig | 8 |
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 | ||
70 | config STACKTRACE_SUPPORT | ||
71 | bool | ||
72 | default y | ||
73 | |||
74 | config LOCKDEP_SUPPORT | ||
75 | bool | ||
76 | default y | ||
77 | |||
70 | config TRACE_IRQFLAGS_SUPPORT | 78 | config TRACE_IRQFLAGS_SUPPORT |
71 | bool | 79 | bool |
72 | default y | 80 | default y |