aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2010-06-25 07:24:53 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-07-09 09:41:34 -0400
commite513f8bf240d34bd6e732ba2f74df9ab84686ce6 (patch)
tree989f646d90b42b583ea1cd51d34ecccf9afd8027 /arch/arm/Kconfig
parenteb668c6d06dd4f935fc610207c58a5f221384651 (diff)
ARM: 6199/1: Add kprobe-based event tracer
This patch enables the HAVE_REGS_AND_STACK_ACCESS_API option for ARM which is required by the kprobe events tracer. Code based on the PowerPC port. Cc: Jean Pihet <jpihet@mvista.com> Tested-by: Jamie Iles <jamie.iles@picochip.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9a0ed364d4f..aa738aa70c7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -24,6 +24,7 @@ config ARM
24 select HAVE_KERNEL_LZMA 24 select HAVE_KERNEL_LZMA
25 select HAVE_PERF_EVENTS 25 select HAVE_PERF_EVENTS
26 select PERF_USE_VMALLOC 26 select PERF_USE_VMALLOC
27 select HAVE_REGS_AND_STACK_ACCESS_API
27 help 28 help
28 The ARM series is a line of low-power-consumption RISC chip designs 29 The ARM series is a line of low-power-consumption RISC chip designs
29 licensed by ARM Ltd and targeted at embedded applications and 30 licensed by ARM Ltd and targeted at embedded applications and