1 /* SPDX-License-Identifier: GPL-2.0 */
3 * List of cgroup subsystems.
5 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
9 * This file *must* be included with SUBSYS() defined.
12 #if IS_ENABLED(CONFIG_CPUSETS)
16 #if IS_ENABLED(CONFIG_CGROUP_SCHED)
20 #if IS_ENABLED(CONFIG_CGROUP_CPUACCT)
24 #if IS_ENABLED(CONFIG_BLK_CGROUP)
28 #if IS_ENABLED(CONFIG_MEMCG)
32 #if IS_ENABLED(CONFIG_CGROUP_DEVICE)
36 #if IS_ENABLED(CONFIG_CGROUP_FREEZER)
40 #if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
44 #if IS_ENABLED(CONFIG_CGROUP_PERF)
48 #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
52 #if IS_ENABLED(CONFIG_CGROUP_HUGETLB)
56 #if IS_ENABLED(CONFIG_CGROUP_PIDS)
60 #if IS_ENABLED(CONFIG_CGROUP_RDMA)
64 #if IS_ENABLED(CONFIG_CGROUP_MISC)
69 * The following subsystems are not supported on the default hierarchy.
71 #if IS_ENABLED(CONFIG_CGROUP_DEBUG)
76 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.