diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 3fd2f256f2be..af219e51734f 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -1142,7 +1142,7 @@ source "arch/i386/oprofile/Kconfig" | |||
1142 | 1142 | ||
1143 | config KPROBES | 1143 | config KPROBES |
1144 | bool "Kprobes (EXPERIMENTAL)" | 1144 | bool "Kprobes (EXPERIMENTAL)" |
1145 | depends on EXPERIMENTAL && MODULES | 1145 | depends on KALLSYMS && EXPERIMENTAL && MODULES |
1146 | help | 1146 | help |
1147 | Kprobes allows you to trap at almost any kernel address and | 1147 | Kprobes allows you to trap at almost any kernel address and |
1148 | execute a callback function. register_kprobe() establishes | 1148 | execute a callback function. register_kprobe() establishes |