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 18b1abc677da..b59a0a95a0e6 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -335,6 +335,13 @@ config PROC_PID_CPUSET
335 depends on CPUSETS 335 depends on CPUSETS
336 default y 336 default y
337 337
338config CGROUP_CPUACCT
339 bool "Simple CPU accounting cgroup subsystem"
340 depends on CGROUPS
341 help
342 Provides a simple Resource Controller for monitoring the
343 total CPU consumed by the tasks in a cgroup
344
338config RELAY 345config RELAY
339 bool "Kernel->user space relay support (formerly relayfs)" 346 bool "Kernel->user space relay support (formerly relayfs)"
340 help 347 help