Kconfig:Update text information (#567)
 
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
menu "KernelSU"
|
menu "KernelSU"
|
||||||
|
|
||||||
config KSU
|
config KSU
|
||||||
tristate "KernelSU module"
|
tristate "KernelSU function support"
|
||||||
select OVERLAY_FS
|
select OVERLAY_FS
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This is the KSU privilege driver for android system.
|
Enable kernel-level root privileges on Android System.
|
||||||
|
|
||||||
config KSU_DEBUG
|
config KSU_DEBUG
|
||||||
bool "KernelSU module debug mode"
|
bool "KernelSU debug mode"
|
||||||
depends on KSU
|
depends on KSU
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This enables debug mode for KSU
|
Enable KernelSU debug mode
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user