diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig index 11c6762a6529..ef90a154dd90 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -282,13 +282,12 @@ config CPUSETS | |||
282 | Say N if unsure. | 282 | Say N if unsure. |
283 | 283 | ||
284 | config FAIR_GROUP_SCHED | 284 | config FAIR_GROUP_SCHED |
285 | bool "Fair group scheduler" | 285 | bool "Fair group cpu scheduler" |
286 | depends on EXPERIMENTAL && CONTAINERS | 286 | default n |
287 | depends on EXPERIMENTAL | ||
287 | help | 288 | help |
288 | This option enables you to group tasks and control CPU resource | 289 | This feature lets cpu scheduler recognize task groups and control cpu |
289 | allocation to such groups. | 290 | bandwidth allocation to such task groups. |
290 | |||
291 | Say N if unsure. | ||
292 | 291 | ||
293 | config SYSFS_DEPRECATED | 292 | config SYSFS_DEPRECATED |
294 | bool "Create deprecated sysfs files" | 293 | bool "Create deprecated sysfs files" |