Kconfig : Make KSU depends on OVERLAY_FS (#25)

As KernelSU now support modules and mounting system as R/W using overlayfs, it's time to require overlayfs when trying to compile it.
This commit is contained in:
Huy Minh
2023-01-05 09:48:22 +00:00
committed by GitHub
parent ea3cfbd0ca
commit 89288a0c59

View File

@@ -2,5 +2,6 @@ config KSU
tristate "KernelSU module"
default y
depends on KPROBES
depends on OVERLAY_FS
help
This is the KSU privilege driver for android system.