diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-12-13 03:34:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:05:52 -0500 |
commit | 62fb2ba3d870305e246c6cb317609c1dc2c9dd0b (patch) | |
tree | 16ca23c98933b729e638cfa44e944464abac5830 /arch/s390/Kconfig | |
parent | 3b4709a6cd0578d129d032a5dec9dc2684b71b3a (diff) |
[PATCH] appldata_mem dependes on vm counters
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index ff690564edbd..12272361c018 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -407,7 +407,7 @@ config APPLDATA_BASE | |||
407 | 407 | ||
408 | config APPLDATA_MEM | 408 | config APPLDATA_MEM |
409 | tristate "Monitor memory management statistics" | 409 | tristate "Monitor memory management statistics" |
410 | depends on APPLDATA_BASE | 410 | depends on APPLDATA_BASE && VM_EVENT_COUNTERS |
411 | help | 411 | help |
412 | This provides memory management related data to the Linux - VM Monitor | 412 | This provides memory management related data to the Linux - VM Monitor |
413 | Stream, like paging/swapping rate, memory utilisation, etc. | 413 | Stream, like paging/swapping rate, memory utilisation, etc. |