X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=e64c4b775237e69a274c6c60fcf1b1a496fa5a49;hb=72aad7a99113dda9420eec8f5a5af2463b5d65cf;hp=dd83cf9e7c051e9efb633a2b036ab306f2cd754f;hpb=12bb716ac3dacb9fe835f2adcb23c4234d74003c;p=openwrt-github%2F.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index dd83cf9e7c..e64c4b7752 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -134,6 +134,20 @@ 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" + config KERNEL_RELAY bool