2024-06-11 20:26:44 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config CGROUPFS
|
|
|
|
bool "cgroupfs file system support"
|
2024-06-12 13:13:20 +08:00
|
|
|
depends on X86 && CGROUPS && SYSFS && CFS_BANDWIDTH && CPUSETS
|
2024-06-11 20:26:44 +08:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
The cgroupfs is used to present independent resource views inside container,
|
|
|
|
include cpuinfo, meminfo, stat and so on.
|