kernel: Manual hook shouldn't be enabled when susfs is enabled (#630)

susfs already includes hook since v2.0.0, so manual hook shouldn't be enabled when susfs is enabled
This commit is contained in:
TwinbornPlate75
2025-11-26 23:26:55 +08:00
committed by GitHub
parent 81aa1ea241
commit ad90267593

View File

@@ -50,7 +50,7 @@ config KPM
config KSU_MANUAL_HOOK config KSU_MANUAL_HOOK
bool "Hook KernelSU manually" bool "Hook KernelSU manually"
depends on KSU != m depends on KSU != m && !KSU_SUSFS
help help
If enabled, Hook required KernelSU syscalls with manually-patched function. If enabled, Hook required KernelSU syscalls with manually-patched function.