aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig5
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
981config PAGE_COUNTER
982 bool
983
981config MEMCG 984config 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