diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index d35e44f4dd6b..404bbf3699be 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -354,6 +354,13 @@ config FAIR_CGROUP_SCHED | |||
354 | 354 | ||
355 | endchoice | 355 | endchoice |
356 | 356 | ||
357 | config CGROUP_CPUACCT | ||
358 | bool "Simple CPU accounting cgroup subsystem" | ||
359 | depends on CGROUPS | ||
360 | help | ||
361 | Provides a simple Resource Controller for monitoring the | ||
362 | total CPU consumed by the tasks in a cgroup | ||
363 | |||
357 | config SYSFS_DEPRECATED | 364 | config SYSFS_DEPRECATED |
358 | bool "Create deprecated sysfs files" | 365 | bool "Create deprecated sysfs files" |
359 | default y | 366 | default y |