aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 04e3aa77da25..50877ef25844 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -123,6 +123,11 @@ config USE_GENERIC_SMP_HELPERS
123 123
124config HAVE_REGS_AND_STACK_ACCESS_API 124config HAVE_REGS_AND_STACK_ACCESS_API
125 bool 125 bool
126 help
127 This symbol should be selected by an architecure if it supports
128 the API needed to access registers and stack entries from pt_regs,
129 declared in asm/ptrace.h
130 For example the kprobes-based event tracer needs this API.
126 131
127config HAVE_CLK 132config HAVE_CLK
128 bool 133 bool