Kconfig: Fix typo

This commit is contained in:
dabao1955
2025-03-21 08:59:36 +08:00
committed by GitHub
parent ba928150d5
commit af0c27e637

View File

@@ -17,11 +17,10 @@ config KSU_DEBUG
Enable KernelSU debug mode.
config KSU_HOOK
bool "Enable KernelSU Hook"
default n
help
This option enables the KernelSU Hook feature. If enabled, it will
override the kernel version check and enable the hook functionality.
bool "Enable KernelSU Hook"
default n
help
This option enables the KernelSU Hook feature. If enabled, it will
override the kernel version check and enable the hook functionality.
endmenu