]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Kconfig.debug
[PATCH] Debug variants of linked list macros
[mirror_ubuntu-artful-kernel.git] / lib / Kconfig.debug
index b0f5ca72599fee5f4ed868457a85c39b5f6e57ef..f9ae75cc014566b95609983b803e0ef6282723f8 100644 (file)
@@ -320,6 +320,15 @@ config DEBUG_VM
 
          If unsure, say N.
 
+config DEBUG_LIST
+       bool "Debug linked list manipulation"
+       depends on DEBUG_KERNEL
+       help
+         Enable this to turn on extended checks in the linked-list
+         walking routines.
+
+         If unsure, say N.
+
 config FRAME_POINTER
        bool "Compile the kernel with frame pointers"
        depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH)