diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 8531a540ca8c..c7c9c2a15fab 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -1222,8 +1222,8 @@ if INSTRUMENTATION | |||
1222 | source "arch/i386/oprofile/Kconfig" | 1222 | source "arch/i386/oprofile/Kconfig" |
1223 | 1223 | ||
1224 | config KPROBES | 1224 | config KPROBES |
1225 | bool "Kprobes (EXPERIMENTAL)" | 1225 | bool "Kprobes" |
1226 | depends on KALLSYMS && EXPERIMENTAL && MODULES | 1226 | depends on KALLSYMS && MODULES |
1227 | help | 1227 | help |
1228 | Kprobes allows you to trap at almost any kernel address and | 1228 | Kprobes allows you to trap at almost any kernel address and |
1229 | execute a callback function. register_kprobe() establishes | 1229 | execute a callback function. register_kprobe() establishes |