aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d54d0cadcc06..11c6762a6529 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -281,6 +281,15 @@ config CPUSETS
281 281
282 Say N if unsure. 282 Say N if unsure.
283 283
284config FAIR_GROUP_SCHED
285 bool "Fair group scheduler"
286 depends on EXPERIMENTAL && CONTAINERS
287 help
288 This option enables you to group tasks and control CPU resource
289 allocation to such groups.
290
291 Say N if unsure.
292
284config SYSFS_DEPRECATED 293config SYSFS_DEPRECATED
285 bool "Create deprecated sysfs files" 294 bool "Create deprecated sysfs files"
286 default y 295 default y