aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 2651af48b2e5..0267babe5eb9 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -73,6 +73,24 @@ config HAVE_KPROBES
73config HAVE_KRETPROBES 73config HAVE_KRETPROBES
74 def_bool n 74 def_bool n
75 75
76#
77# An arch should select this if it provides all these things:
78#
79# task_pt_regs() in asm/processor.h or asm/ptrace.h
80# arch_has_single_step() if there is hardware single-step support
81# arch_has_block_step() if there is hardware block-step support
82# arch_ptrace() and not #define __ARCH_SYS_PTRACE
83# compat_arch_ptrace() and #define __ARCH_WANT_COMPAT_SYS_PTRACE
84# asm/syscall.h supplying asm-generic/syscall.h interface
85# linux/regset.h user_regset interfaces
86# CORE_DUMP_USE_REGSET #define'd in linux/elf.h
87# TIF_SYSCALL_TRACE calls tracehook_report_syscall_{entry,exit}
88# TIF_NOTIFY_RESUME calls tracehook_notify_resume()
89# signal delivery calls tracehook_signal_handler()
90#
91config HAVE_ARCH_TRACEHOOK
92 def_bool n
93
76config HAVE_DMA_ATTRS 94config HAVE_DMA_ATTRS
77 def_bool n 95 def_bool n
78 96