aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index ef90a154dd90..37711fe3c01c 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -289,6 +289,19 @@ config FAIR_GROUP_SCHED
289 This feature lets cpu scheduler recognize task groups and control cpu 289 This feature lets cpu scheduler recognize task groups and control cpu
290 bandwidth allocation to such task groups. 290 bandwidth allocation to such task groups.
291 291
292choice
293 depends on FAIR_GROUP_SCHED
294 prompt "Basis for grouping tasks"
295 default FAIR_USER_SCHED
296
297 config FAIR_USER_SCHED
298 bool "user id"
299 help
300 This option will choose userid as the basis for grouping
301 tasks, thus providing equal cpu bandwidth to each user.
302
303endchoice
304
292config SYSFS_DEPRECATED 305config SYSFS_DEPRECATED
293 bool "Create deprecated sysfs files" 306 bool "Create deprecated sysfs files"
294 default y 307 default y