summaryrefslogtreecommitdiffstats
path: root/rules/libcgroup.in
blob: c1c52f8a76c7d8012056196d735ff676009975c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=system_libraries

config LIBCGROUP
	tristate
	prompt "libcgroup"
	help
	  Control Groups provide a mechanism for aggregating/partitioning sets of tasks,
	  and all their future children, into hierarchical groups with specialized
	  behaviour.

	  This library allows applications to manipulate, control, administrate and
	  monitor control groups and the associated controllers.