KernelSU/kernel/Kconfig

18 lines
278 B
Plaintext
Raw Normal View History

menu "KernelSU"
2022-12-09 22:03:03 +08:00
config KSU
tristate "KernelSU function support"
depends on OVERLAY_FS
2022-12-09 22:03:03 +08:00
default y
help
Enable kernel-level root privileges on Android System.
config KSU_DEBUG
bool "KernelSU debug mode"
depends on KSU
default n
help
Enable KernelSU debug mode
endmenu