aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index e5d3778d5554..0f8f968015e2 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -78,7 +78,7 @@ config OPTPROBES
78 78
79config UPROBES 79config UPROBES
80 bool "Transparent user-space probes (EXPERIMENTAL)" 80 bool "Transparent user-space probes (EXPERIMENTAL)"
81 depends on ARCH_SUPPORTS_UPROBES && PERF_EVENTS 81 depends on UPROBE_EVENTS && PERF_EVENTS
82 default n 82 default n
83 help 83 help
84 Uprobes is the user-space counterpart to kprobes: they 84 Uprobes is the user-space counterpart to kprobes: they