diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 9d055b4f0585..50877ef25844 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -121,6 +121,14 @@ config HAVE_DMA_ATTRS | |||
121 | config USE_GENERIC_SMP_HELPERS | 121 | config USE_GENERIC_SMP_HELPERS |
122 | bool | 122 | bool |
123 | 123 | ||
124 | config HAVE_REGS_AND_STACK_ACCESS_API | ||
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. | ||
131 | |||
124 | config HAVE_CLK | 132 | config HAVE_CLK |
125 | bool | 133 | bool |
126 | help | 134 | help |