xref: /OK3568_Linux_fs/buildroot/package/cgroupfs-mount/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CGROUPFS_MOUNT
2	bool "cgroupfs-mount"
3	depends on !BR2_INIT_SYSTEMD
4	help
5	  cgroupfs mount and umount scripts.
6
7	  requires a Linux kernel >= 3.0 with the following options
8	  enabled:
9
10	  - CONFIG_BLK_CGROUP
11	  - CONFIG_CGROUPS
12	  - CONFIG_CGROUP_CPUACCT
13	  - CONFIG_CGROUP_DEVICE
14	  - CONFIG_CGROUP_FREEZER
15	  - CONFIG_CGROUP_WRITEBACK
16	  - CONFIG_CGROUP_SCHED
17	  - CONFIG_CGROUP_PIDS
18
19	  https://github.com/tianon/cgroupfs-mount
20