mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
before: CONFIG_KSU=y CONFIG_KSU_MODULE=y after: CONFIG_KSU=m --------- Signed-off-by: dabao1955 <dabao1955@163.com> Co-authored-by: weishu <twsxtd@gmail.com>
20 lines
364 B
Plaintext
20 lines
364 B
Plaintext
menu "KernelSU"
|
|
|
|
config KSU
|
|
tristate "KernelSU function support"
|
|
depends on OVERLAY_FS
|
|
default y
|
|
help
|
|
Enable kernel-level root privileges on Android System.
|
|
To compile as a module, choose M here: the
|
|
module will be called kernelsu.
|
|
|
|
config KSU_DEBUG
|
|
bool "KernelSU debug mode"
|
|
depends on KSU
|
|
default n
|
|
help
|
|
Enable KernelSU debug mode.
|
|
|
|
endmenu
|