Browse Source

kernel: add a config option for /proc page monitoring (useful for detailed memory usage info)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 40855
Felix Fietkau 11 years ago
parent
commit
86ddc3d489
1 changed files with 3 additions and 0 deletions
  1. 3 0
      config/Config-kernel.in

+ 3 - 0
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