aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 92b23e256614..95ac2657b0f4 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -369,6 +369,13 @@ config CGROUP_CPUACCT
369 Provides a simple Resource Controller for monitoring the 369 Provides a simple Resource Controller for monitoring the
370 total CPU consumed by the tasks in a cgroup 370 total CPU consumed by the tasks in a cgroup
371 371
372config RESOURCE_COUNTERS
373 bool "Resource counters"
374 help
375 This option enables controller independent resource accounting
376 infrastructure that works with cgroups
377 depends on CGROUPS
378
372config SYSFS_DEPRECATED 379config SYSFS_DEPRECATED
373 bool "Create deprecated sysfs files" 380 bool "Create deprecated sysfs files"
374 depends on SYSFS 381 depends on SYSFS
@@ -390,6 +397,13 @@ config SYSFS_DEPRECATED
390 If you are using a distro that was released in 2006 or later, 397 If you are using a distro that was released in 2006 or later,
391 it should be safe to say N here. 398 it should be safe to say N here.
392 399
400config CGROUP_MEM_CONT
401 bool "Memory controller for cgroups"
402 depends on CGROUPS && RESOURCE_COUNTERS
403 help
404 Provides a memory controller that manages both page cache and
405 RSS memory.
406
393config PROC_PID_CPUSET 407config PROC_PID_CPUSET
394 bool "Include legacy /proc/<pid>/cpuset file" 408 bool "Include legacy /proc/<pid>/cpuset file"
395 depends on CPUSETS 409 depends on CPUSETS