From: Felix Fietkau Date: Sun, 25 May 2014 19:38:55 +0000 (+0000) Subject: kernel: add a config option for /proc page monitoring (useful for detailed memory... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=86ddc3d4896d3371ac5169f12c645ebb2d6a7f54 kernel: add a config option for /proc page monitoring (useful for detailed memory usage info) Signed-off-by: Felix Fietkau SVN-Revision: 40855 --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index dd83cf9e7c..543b638f65 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -134,6 +134,9 @@ config KERNEL_PRINTK_TIME bool "Enable printk timestamps" default y +config KERNEL_PROC_PAGE_MONITOR + bool "Enable /proc page monitoring" + config KERNEL_RELAY bool