diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 34884faf98cd..54ffd0f9df21 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -80,6 +80,7 @@ config UPROBES | |||
80 | bool "Transparent user-space probes (EXPERIMENTAL)" | 80 | bool "Transparent user-space probes (EXPERIMENTAL)" |
81 | depends on UPROBE_EVENT && PERF_EVENTS | 81 | depends on UPROBE_EVENT && PERF_EVENTS |
82 | default n | 82 | default n |
83 | select PERCPU_RWSEM | ||
83 | help | 84 | help |
84 | Uprobes is the user-space counterpart to kprobes: they | 85 | Uprobes is the user-space counterpart to kprobes: they |
85 | enable instrumentation applications (such as 'perf probe') | 86 | enable instrumentation applications (such as 'perf probe') |