aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2020-10-21 09:24:33 -0700
committerPetr Štetiar <ynezz@true.cz>2021-01-25 14:37:41 +0100
commitaf20332dec3f1ac024cd240f33b065a1928cc6c2 (patch)
tree8963fa40f8c19fed9ec125dd6ffde39d8a577314 /config
parentb67d086ef33ecd0f96075203ef5c766581b6c1b9 (diff)
downloadupstream-af20332dec3f1ac024cd240f33b065a1928cc6c2.tar.gz
upstream-af20332dec3f1ac024cd240f33b065a1928cc6c2.tar.bz2
upstream-af20332dec3f1ac024cd240f33b065a1928cc6c2.zip
config: drop CONFIG_KPROBE_EVENT unused since kernel 4.9
The config setting was renamed to CONFIG_KPROBE_EVENTS. Fixes: 97d3f800a8 ("config: kernel: Add KPROBE_EVENTS config option) Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 8a78e297cb..3350558adb 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -365,10 +365,6 @@ config KERNEL_KPROBES
instrumentation and testing.
If in doubt, say "N".
-config KERNEL_KPROBE_EVENT
- bool
- default y if KERNEL_KPROBES
-
config KERNEL_KPROBE_EVENTS
bool
default y if KERNEL_KPROBES