diff options
| -rw-r--r-- | init/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index fa42e6b549d3..4c33316743f5 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -324,7 +324,8 @@ config HAVE_UNSTABLE_SCHED_CLOCK | |||
| 324 | 324 | ||
| 325 | config GROUP_SCHED | 325 | config GROUP_SCHED |
| 326 | bool "Group CPU scheduler" | 326 | bool "Group CPU scheduler" |
| 327 | default y | 327 | depends on EXPERIMENTAL |
| 328 | default n | ||
| 328 | help | 329 | help |
| 329 | This feature lets CPU scheduler recognize task groups and control CPU | 330 | This feature lets CPU scheduler recognize task groups and control CPU |
| 330 | bandwidth allocation to such task groups. | 331 | bandwidth allocation to such task groups. |
| @@ -332,7 +333,7 @@ config GROUP_SCHED | |||
| 332 | config FAIR_GROUP_SCHED | 333 | config FAIR_GROUP_SCHED |
| 333 | bool "Group scheduling for SCHED_OTHER" | 334 | bool "Group scheduling for SCHED_OTHER" |
| 334 | depends on GROUP_SCHED | 335 | depends on GROUP_SCHED |
| 335 | default y | 336 | default GROUP_SCHED |
| 336 | 337 | ||
| 337 | config RT_GROUP_SCHED | 338 | config RT_GROUP_SCHED |
| 338 | bool "Group scheduling for SCHED_RR/FIFO" | 339 | bool "Group scheduling for SCHED_RR/FIFO" |
