kernel: Makefile: sanity checks

This commit is contained in:
backslashxx
2025-02-19 09:46:14 +08:00
committed by rifsxd
parent 96d475407a
commit 26d3ec14a6

View File

@@ -1,8 +1,9 @@
menu "KernelSU" menu "KernelSU"
config KSU config KSU
tristate "KernelSU function support" bool "KernelSU function support"
depends on OVERLAY_FS select OVERLAY_FS
select EXT4_FS
default y default y
help help
Enable kernel-level root privileges on Android System. Enable kernel-level root privileges on Android System.