Add a dependency for KPM in Kconfig to ensure that KPM functionality can only be activated when KSU is enabled

This commit is contained in:
ShirkNeko
2025-04-21 10:42:52 +08:00
parent f0a14e54e6
commit 2c65af9e80

View File

@@ -48,6 +48,7 @@ config KSU_ALLOWLIST_WORKAROUND
config KPM config KPM
bool "Enable SukiSU KPM" bool "Enable SukiSU KPM"
depends on KSU
default n default n
help help
Enabling this option will activate the KPM feature of SukiSU. Enabling this option will activate the KPM feature of SukiSU.