aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/kernel_configs.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux/kernel_configs.md')
-rw-r--r--docs/linux/kernel_configs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/kernel_configs.md b/docs/linux/kernel_configs.md
index 7bff152e8..76698bd2b 100644
--- a/docs/linux/kernel_configs.md
+++ b/docs/linux/kernel_configs.md
@@ -21,7 +21,7 @@ To detect memory leaks using the [Kernel Memory Leak Detector
(kmemleak)](https://www.kernel.org/doc/html/latest/dev-tools/kmemleak.html):
```
-CONFIG_KMEMLEAK=y
+CONFIG_DEBUG_KMEMLEAK=y
```
To show code coverage in web interface: