From: Andrew Morton this isn't supported any more (in Sam's tree, at least) Cc: Dave Hansen Cc: Matt Mackall Signed-off-by: Andrew Morton --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN init/Kconfig~maps4-make-page-monitoring-proc-file-optional-fix init/Kconfig --- a/init/Kconfig~maps4-make-page-monitoring-proc-file-optional-fix +++ a/init/Kconfig @@ -651,7 +651,7 @@ endchoice config PROC_PAGE_MONITOR default y - depends PROC_FS && MMU + depends on PROC_FS && MMU bool "Enable /proc page monitoring" if EMBEDDED help Various /proc files exist to monitor process memory utilization: _