diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-25 22:39:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-25 22:39:54 +0000 |
commit | 72aad7a99113dda9420eec8f5a5af2463b5d65cf (patch) | |
tree | 19e8b88a5e0cbff55d94de20a5d1af50ce4d98cb | |
parent | 420752ac2082217dc9b1df3ff0b11a20fc01b8e3 (diff) | |
download | master-187ad058-72aad7a99113dda9420eec8f5a5af2463b5d65cf.tar.gz master-187ad058-72aad7a99113dda9420eec8f5a5af2463b5d65cf.tar.bz2 master-187ad058-72aad7a99113dda9420eec8f5a5af2463b5d65cf.zip |
kernel: add a config option for enabling /proc/slabinfo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40858 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | config/Config-kernel.in | 11 |
1 files changed, 11 insertions, 0 deletions
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" |