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