From c19869c1cce782ba7aa590d15305351dcb0d6f97 Mon Sep 17 00:00:00 2001 From: Huy Minh <39849246+hmtheboy154@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:19:58 +0700 Subject: [PATCH] Kconfig : Make KSU depends on KPROBES (#4) --- kernel/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/Kconfig b/kernel/Kconfig index f8789b53..7c1f93a3 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -1,5 +1,6 @@ config KSU tristate "KernelSU module" default y + depends on KPROBES help This is the KSU privilege driver for android system.