kernel: add support for multi KernelSU manager in Kconfig

This commit is contained in:
ShirkNeko
2025-06-27 00:10:19 +08:00
parent 3404a4fea8
commit 8e192aaead
2 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,13 @@ config KSU_DEBUG
help
Enable KernelSU debug mode.
config KSU_MULTI_MANAGER_SUPPORT
bool "KernelSU debug mode"
depends on KSU
default n
help
Enable multi KernelSU manager support
config KSU_MANUAL_HOOK
bool "Manual hooking GKI kernels without kprobes"
depends on KSU && KSU != m