projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039dca0
)
kernel: add a config option for /proc page monitoring (useful for detailed memory...
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 May 2014 19:38:55 +0000
(19:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 May 2014 19:38:55 +0000
(19:38 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40855
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index dd83cf9e7c051e9efb633a2b036ab306f2cd754f..543b638f65157ed31ae88ab3e4011403506d4f4a 100644
(file)
--- 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