aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 68d827b7ae82..2a83a3f6a615 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -228,6 +228,13 @@ config HAVE_PERF_REGS
228 Support selective register dumps for perf events. This includes 228 Support selective register dumps for perf events. This includes
229 bit-mapping of each registers and a unique architecture id. 229 bit-mapping of each registers and a unique architecture id.
230 230
231config HAVE_PERF_USER_STACK_DUMP
232 bool
233 help
234 Support user stack dumps for perf event samples. This needs
235 access to the user stack pointer which is not unified across
236 architectures.
237
231config HAVE_ARCH_JUMP_LABEL 238config HAVE_ARCH_JUMP_LABEL
232 bool 239 bool
233 240