diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 903505e66d1d..fd9e88791ba4 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -978,9 +978,12 @@ config RESOURCE_COUNTERS | |||
978 | This option enables controller independent resource accounting | 978 | This option enables controller independent resource accounting |
979 | infrastructure that works with cgroups. | 979 | infrastructure that works with cgroups. |
980 | 980 | ||
981 | config PAGE_COUNTER | ||
982 | bool | ||
983 | |||
981 | config MEMCG | 984 | config MEMCG |
982 | bool "Memory Resource Controller for Control Groups" | 985 | bool "Memory Resource Controller for Control Groups" |
983 | depends on RESOURCE_COUNTERS | 986 | select PAGE_COUNTER |
984 | select EVENTFD | 987 | select EVENTFD |
985 | help | 988 | help |
986 | Provides a memory resource controller that manages both anonymous | 989 | Provides a memory resource controller that manages both anonymous |