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 92b23e256614..d372bd616b0c 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 | ||
372 | config 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 | |||
372 | config SYSFS_DEPRECATED | 379 | config SYSFS_DEPRECATED |
373 | bool "Create deprecated sysfs files" | 380 | bool "Create deprecated sysfs files" |
374 | depends on SYSFS | 381 | depends on SYSFS |