From 3933d83d3ee17cf45e7e9b8e188a06171edf7fd7 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20KPM=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=90=8D=E7=A7=B0=E4=B8=BA=20SukiSU=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E4=BF=AE=E6=94=B9=E5=B8=AE=E5=8A=A9=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BB=A5=E5=8F=8D=E6=98=A0=E6=96=B0=E5=8A=9F=E8=83=BD=E5=92=8C?= =?UTF-8?q?=E6=BD=9C=E5=9C=A8=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 70230587..84649060 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -24,11 +24,12 @@ config KSU_HOOK override the kernel version check and enable the hook functionality. config KPM - bool "Enable KernelSU KPM" + bool "Enable SukiSU KPM" default n help - This option enables the KernelSU KPM feature. If enabled, it will - override the kernel version check and enable the hook functionality. + Enabling this option will activate the KPM feature of SukiSU. + This option is suitable for scenarios where you need to force KPM to be enabled. + but it may affect system stability. endmenu