X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=e64c4b775237e69a274c6c60fcf1b1a496fa5a49;hb=2f9a3c791b989c94a02911038abacdeb302f7b0d;hp=543b638f65157ed31ae88ab3e4011403506d4f4a;hpb=86ddc3d4896d3371ac5169f12c645ebb2d6a7f54;p=openwrt%2Fopenwrt.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 543b638f65..e64c4b7752 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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"