diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 8bdd25ac1542..14bf8ce3ea23 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -774,8 +774,8 @@ menu "Instrumentation Support" | |||
774 | source "arch/x86_64/oprofile/Kconfig" | 774 | source "arch/x86_64/oprofile/Kconfig" |
775 | 775 | ||
776 | config KPROBES | 776 | config KPROBES |
777 | bool "Kprobes (EXPERIMENTAL)" | 777 | bool "Kprobes" |
778 | depends on KALLSYMS && EXPERIMENTAL && MODULES | 778 | depends on KALLSYMS && MODULES |
779 | help | 779 | help |
780 | Kprobes allows you to trap at almost any kernel address and | 780 | Kprobes allows you to trap at almost any kernel address and |
781 | execute a callback function. register_kprobe() establishes | 781 | execute a callback function. register_kprobe() establishes |