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>
This commit is contained in:
ShirkNeko
2025-05-17 18:36:42 +08:00
parent 95c47b8602
commit 1d1a404fa1

View File

@@ -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.