From 66ff2fa812159b65bd5270773c1d07cb80c39d46 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:29:51 +0800 Subject: [PATCH] Fix the KSU_SUSFS_HAS_MAGIC_MOUNT dependency to ensure it depends on KSU_SUSFS --- kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 44e8b235..d7557e36 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -68,7 +68,7 @@ config KSU_SUSFS config KSU_SUSFS_HAS_MAGIC_MOUNT bool "Say yes if the current KernelSU repo has magic mount implemented (default y)" - depends on KSU + depends on KSU_SUSFS default y help - Enable to indicate that the current SUSFS kernel supports the auto hide features for 5ec1cff's Magic Mount KernelSU