sched: clean up code under CONFIG_FAIR_GROUP_SCHED
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / init / Kconfig
index 11c6762a652993d97f769586bf46f2c2b3c8864d..ef90a154dd904dc6403f78be70f913ebb2cb790e 100644 (file)
@@ -282,13 +282,12 @@ config CPUSETS
          Say N if unsure.
 
 config FAIR_GROUP_SCHED
-       bool "Fair group scheduler"
-       depends on EXPERIMENTAL && CONTAINERS
+       bool "Fair group cpu scheduler"
+       default n
+       depends on EXPERIMENTAL
        help
-         This option enables you to group tasks and control CPU resource
-         allocation to such groups.
-
-         Say N if unsure.
+         This feature lets cpu scheduler recognize task groups and control cpu
+         bandwidth allocation to such task groups.
 
 config SYSFS_DEPRECATED
        bool "Create deprecated sysfs files"