From c69da290819c62f2d73f275b474f559a84f7e7f4 Mon Sep 17 00:00:00 2001 From: dabao1955 <79307765+dabao1955@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:41:40 +0800 Subject: [PATCH] Kconfig:Update text information (#567) ![Screenshot_2023-05-31-12-56-27-57_84d3000e3f4017145260f7618db1d683](https://github.com/tiann/KernelSU/assets/79307765/84ab8d8e-c034-4567-b815-ebeccde1fdbc) ![Screenshot_2023-05-31-12-56-09-68_84d3000e3f4017145260f7618db1d683](https://github.com/tiann/KernelSU/assets/79307765/a4209212-997f-4e2f-bbcb-2c5136ab6e71) --- kernel/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 59bea294..caef1f5d 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -1,17 +1,17 @@ menu "KernelSU" config KSU - tristate "KernelSU module" + tristate "KernelSU function support" select OVERLAY_FS default y help - This is the KSU privilege driver for android system. + Enable kernel-level root privileges on Android System. config KSU_DEBUG - bool "KernelSU module debug mode" + bool "KernelSU debug mode" depends on KSU default n help - This enables debug mode for KSU + Enable KernelSU debug mode endmenu