diff --git a/website/docs/guide/how-to-integrate-for-non-gki.md b/website/docs/guide/how-to-integrate-for-non-gki.md index d8e68c5b..61a511e3 100644 --- a/website/docs/guide/how-to-integrate-for-non-gki.md +++ b/website/docs/guide/how-to-integrate-for-non-gki.md @@ -69,9 +69,9 @@ Keep in mind that on some devices, your defconfig may be in `arch/arm64/configs` +CONFIG_KSU=y ``` -::: code-group +Then, add KernelSU calls to the kernel source, here are some patches to refer: -Then, add KernelSU calls to the kernel source, here is a patch to refer: +::: code-group ```diff[exec.c] diff --git a/fs/exec.c b/fs/exec.c