Skip to content

Commit

Permalink
kernel: add Kconfig entry
Browse files Browse the repository at this point in the history
Signed-off-by: rsuntk <[email protected]>
  • Loading branch information
rsuntk committed Dec 9, 2024
1 parent fa9b881 commit fe47f39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kernel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ config KSU_DEBUG
help
Enable KernelSU debug mode.

config KSU_CMDLINE
bool "Enable KernelSU toggle cmdline"
depends on KSU
default n
help
Enable a cmdline called kernelsu.enabled.
Value 1 means enabled, value 0 means disabled.

endmenu

0 comments on commit fe47f39

Please sign in to comment.