cgroup: put controller Kconfig options in meaningful order
authorJohannes Weiner <hannes@cmpxchg.org>
Thu, 17 Dec 2015 22:19:57 +0000 (17:19 -0500)
committerTejun Heo <tj@kernel.org>
Fri, 18 Dec 2015 17:43:15 +0000 (12:43 -0500)
commit6bf024e69333f9371c634aa4cf04c95da86697f4
tree3ae791b7a143bf18f5714d60f4330cf66bf70809
parenta0166ec4b0996b259f24a831c6ca8d06ecd7e59f
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>
init/Kconfig