diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index f000edb3bb7a..9b1adb176ea8 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -461,10 +461,10 @@ config VM_EVENT_COUNTERS | |||
461 | default y | 461 | default y |
462 | bool "Enable VM event counters for /proc/vmstat" if EMBEDDED | 462 | bool "Enable VM event counters for /proc/vmstat" if EMBEDDED |
463 | help | 463 | help |
464 | VM event counters are only needed to for event counts to be | 464 | VM event counters are needed for event counts to be shown. |
465 | shown. They have no function for the kernel itself. This | 465 | This option allows the disabling of the VM event counters |
466 | option allows the disabling of the VM event counters. | 466 | on EMBEDDED systems. /proc/vmstat will only show page counts |
467 | /proc/vmstat will only show page counts. | 467 | if VM event counters are disabled. |
468 | 468 | ||
469 | endmenu # General setup | 469 | endmenu # General setup |
470 | 470 | ||