commit | 6bf024e69333f9371c634aa4cf04c95da86697f4 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <hannes@cmpxchg.org> | Thu Dec 17 17:19:57 2015 -0500 |
committer | Tejun Heo <tj@kernel.org> | Fri Dec 18 12:43:15 2015 -0500 |
tree | 3ae791b7a143bf18f5714d60f4330cf66bf70809 | |
parent | a0166ec4b0996b259f24a831c6ca8d06ecd7e59f [diff] |
cgroup: put controller Kconfig options in meaningful order To make it easier to quickly find what's needed list the basic resource controllers of cgroup2 first - io, memory, cpu - while pushing the more exotic and/or legacy controllers to the bottom. tj: Removed spurious "&& CGROUPS" from CGROUP_PERF as suggested by Li. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Zefan Li <lizefan@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>