From 2c65af9e80a0c051883267334ebaf1d5ae8b9cc0 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:42:52 +0800 Subject: [PATCH] Add a dependency for KPM in Kconfig to ensure that KPM functionality can only be activated when KSU is enabled --- kernel/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/Kconfig b/kernel/Kconfig index 261bbe75..8137651b 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -48,6 +48,7 @@ config KSU_ALLOWLIST_WORKAROUND config KPM bool "Enable SukiSU KPM" + depends on KSU default n help Enabling this option will activate the KPM feature of SukiSU.