diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 98da8998c25ce406a2b0c9620f7295231120ae27..b09d7b1ffffdbb518f255f8b4db8dbb0eb7f172d 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -520,7 +520,8 @@ config BPF_EVENTS
 	bool
 	default y
 	help
-	  This allows the user to attach BPF programs to kprobe events.
+	  This allows the user to attach BPF programs to kprobe, uprobe, and
+	  tracepoint events.
 
 config DYNAMIC_EVENTS
 	def_bool n