diff --git a/kernel/Kconfig b/kernel/Kconfig index 904439bb..750e7319 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -1,8 +1,9 @@ menu "KernelSU" config KSU - tristate "KernelSU function support" - depends on OVERLAY_FS + bool "KernelSU function support" + select OVERLAY_FS + select EXT4_FS default y help Enable kernel-level root privileges on Android System.