diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 7fccf09bb95a..ba3a389fab94 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -328,6 +328,13 @@ config RT_GROUP_SCHED | |||
328 | depends on EXPERIMENTAL | 328 | depends on EXPERIMENTAL |
329 | depends on GROUP_SCHED | 329 | depends on GROUP_SCHED |
330 | default n | 330 | default n |
331 | help | ||
332 | This feature lets you explicitly allocate real CPU bandwidth | ||
333 | to users or control groups (depending on the "Basis for grouping tasks" | ||
334 | setting below. If enabled, it will also make it impossible to | ||
335 | schedule realtime tasks for non-root users until you allocate | ||
336 | realtime bandwidth for them. | ||
337 | See Documentation/sched-rt-group.txt for more information. | ||
331 | 338 | ||
332 | choice | 339 | choice |
333 | depends on GROUP_SCHED | 340 | depends on GROUP_SCHED |