From 1d1a404fa11783cd93376f7cf77d47bacd24c305 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 17 May 2025 18:36:42 +0800 Subject: [PATCH] Updating the KPM configuration - We don't know if KPM can run on arm32-bit devices, so to avoid some problems, add a dependency on 64-bit architectures Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> --- kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 617bc26a..804405b4 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -41,7 +41,7 @@ config KSU_CMDLINE config KPM bool "Enable SukiSU KPM" - depends on KSU + depends on KSU && 64BIT default n help Enabling this option will activate the KPM feature of SukiSU.