aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index a3457926342a..98fa96eac415 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -378,9 +378,13 @@ config RESOURCE_COUNTERS
378 infrastructure that works with cgroups 378 infrastructure that works with cgroups
379 depends on CGROUPS 379 depends on CGROUPS
380 380
381config MM_OWNER
382 bool
383
381config CGROUP_MEM_RES_CTLR 384config CGROUP_MEM_RES_CTLR
382 bool "Memory Resource Controller for Control Groups" 385 bool "Memory Resource Controller for Control Groups"
383 depends on CGROUPS && RESOURCE_COUNTERS 386 depends on CGROUPS && RESOURCE_COUNTERS
387 select MM_OWNER
384 help 388 help
385 Provides a memory resource controller that manages both page cache and 389 Provides a memory resource controller that manages both page cache and
386 RSS memory. 390 RSS memory.
@@ -393,6 +397,9 @@ config CGROUP_MEM_RES_CTLR
393 Only enable when you're ok with these trade offs and really 397 Only enable when you're ok with these trade offs and really
394 sure you need the memory resource controller. 398 sure you need the memory resource controller.
395 399
400 This config option also selects MM_OWNER config option, which
401 could in turn add some fork/exit overhead.
402
396config SYSFS_DEPRECATED 403config SYSFS_DEPRECATED
397 bool 404 bool
398 405