diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index b87a19f0d584..0a5d8e659aa4 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -690,7 +690,7 @@ source "arch/x86_64/oprofile/Kconfig" | |||
690 | 690 | ||
691 | config KPROBES | 691 | config KPROBES |
692 | bool "Kprobes (EXPERIMENTAL)" | 692 | bool "Kprobes (EXPERIMENTAL)" |
693 | depends on EXPERIMENTAL && MODULES | 693 | depends on KALLSYMS && EXPERIMENTAL && MODULES |
694 | help | 694 | help |
695 | Kprobes allows you to trap at almost any kernel address and | 695 | Kprobes allows you to trap at almost any kernel address and |
696 | execute a callback function. register_kprobe() establishes | 696 | execute a callback function. register_kprobe() establishes |