diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a0dd1b0ee483..032e6ab5d3c4 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -1069,7 +1069,7 @@ source "arch/powerpc/oprofile/Kconfig" | |||
1069 | 1069 | ||
1070 | config KPROBES | 1070 | config KPROBES |
1071 | bool "Kprobes (EXPERIMENTAL)" | 1071 | bool "Kprobes (EXPERIMENTAL)" |
1072 | depends on PPC64 && EXPERIMENTAL && MODULES | 1072 | depends on PPC64 && KALLSYMS && EXPERIMENTAL && MODULES |
1073 | help | 1073 | help |
1074 | Kprobes allows you to trap at almost any kernel address and | 1074 | Kprobes allows you to trap at almost any kernel address and |
1075 | execute a callback function. register_kprobe() establishes | 1075 | execute a callback function. register_kprobe() establishes |