From af20332dec3f1ac024cd240f33b065a1928cc6c2 Mon Sep 17 00:00:00 2001
From: Tony Ambardar <itugrok@yahoo.com>
Date: Wed, 21 Oct 2020 09:24:33 -0700
Subject: [PATCH] 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>
---
 config/Config-kernel.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 8a78e297cbe..3350558adb0 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
-- 
GitLab