You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
kernel: Use CONFIG_KSU=m to compile lkm (#1468)
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>
This commit is contained in:
@@ -5,20 +5,15 @@ config KSU
|
||||
depends on OVERLAY_FS
|
||||
default y
|
||||
help
|
||||
Enable kernel-level root privileges on Android System.
|
||||
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
|
||||
|
||||
config KSU_MODULE
|
||||
bool "Build KernelSU as a module"
|
||||
depends on KSU
|
||||
default n
|
||||
help
|
||||
Build KernelSU as a loadable kernel module
|
||||
Enable KernelSU debug mode.
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user