Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[platform/kernel/linux-starfive.git] / mm / Kconfig.debug
index 59c83ad..6dae63b 100644 (file)
@@ -249,14 +249,6 @@ config DEBUG_KMEMLEAK_MEM_POOL_SIZE
          fully initialised, this memory pool acts as an emergency one
          if slab allocations fail.
 
-config DEBUG_KMEMLEAK_TEST
-       tristate "Simple test for the kernel memory leak detector"
-       depends on DEBUG_KMEMLEAK && m
-       help
-         This option enables a module that explicitly leaks memory.
-
-         If unsure, say N.
-
 config DEBUG_KMEMLEAK_DEFAULT_OFF
        bool "Default kmemleak to off"
        depends on DEBUG_KMEMLEAK
@@ -279,3 +271,9 @@ config DEBUG_KMEMLEAK_AUTO_SCAN
 
          If unsure, say Y.
 
+config PER_VMA_LOCK_STATS
+       bool "Statistics for per-vma locks"
+       depends on PER_VMA_LOCK
+       default y
+       help
+         Statistics for per-vma locks.