The config options for the different cgroup controllers use various
terms: resource controller, cgroup subsystem, etc. Simplify this to
"controller", which is clear enough in the cgroup context.
Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx>
---
init/Kconfig | 65 ++++++++++++++++++++++++------------------------------------
1 file changed, 26 insertions(+), 39 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index 16840b4..ed324f5 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -958,23 +958,22 @@ menuconfig CGROUPS
if CGROUPS
config CGROUP_DEBUG
- bool "Example debug cgroup subsystem"
+ bool "Example controller"