aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 3ecd8a1178f1..3ca5b8110b0c 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -861,7 +861,6 @@ config NUMA_BALANCING
861 861
862menuconfig CGROUPS 862menuconfig CGROUPS
863 boolean "Control Group support" 863 boolean "Control Group support"
864 depends on EVENTFD
865 help 864 help
866 This option adds support for grouping sets of processes together, for 865 This option adds support for grouping sets of processes together, for
867 use with process control subsystems such as Cpusets, CFS, memory 866 use with process control subsystems such as Cpusets, CFS, memory
@@ -928,6 +927,7 @@ config MEMCG
928 bool "Memory Resource Controller for Control Groups" 927 bool "Memory Resource Controller for Control Groups"
929 depends on RESOURCE_COUNTERS 928 depends on RESOURCE_COUNTERS
930 select MM_OWNER 929 select MM_OWNER
930 select EVENTFD
931 help 931 help
932 Provides a memory resource controller that manages both anonymous 932 Provides a memory resource controller that manages both anonymous
933 memory and page cache. (See Documentation/cgroups/memory.txt) 933 memory and page cache. (See Documentation/cgroups/memory.txt)
@@ -1167,7 +1167,6 @@ config UIDGID_STRICT_TYPE_CHECKS
1167 1167
1168config SCHED_AUTOGROUP 1168config SCHED_AUTOGROUP
1169 bool "Automatic process group scheduling" 1169 bool "Automatic process group scheduling"
1170 select EVENTFD
1171 select CGROUPS 1170 select CGROUPS
1172 select CGROUP_SCHED 1171 select CGROUP_SCHED
1173 select FAIR_GROUP_SCHED 1172 select FAIR_GROUP_SCHED