kernel: add a config option for enabling /proc/slabinfo
[openwrt.git] / config / Config-kernel.in
index 543b638..e64c4b7 100644 (file)
@@ -134,6 +134,17 @@ config KERNEL_PRINTK_TIME
        bool "Enable printk timestamps"
        default y
 
+config KERNEL_SLUB_DEBUG
+       bool
+
+config KERNEL_SLUB_DEBUG_ON
+       bool
+
+config KERNEL_SLABINFO
+       select KERNEL_SLUB_DEBUG
+       select KERNEL_SLUB_DEBUG_ON
+       bool "Enable /proc slab debug info"
+
 config KERNEL_PROC_PAGE_MONITOR
        bool "Enable /proc page monitoring"