aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 6ce16bdbec76..a3457926342a 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -298,6 +298,13 @@ config CGROUP_NS
298 for instance virtual servers and checkpoint/restart 298 for instance virtual servers and checkpoint/restart
299 jobs. 299 jobs.
300 300
301config CGROUP_DEVICE
302 bool "Device controller for cgroups"
303 depends on CGROUPS && EXPERIMENTAL
304 help
305 Provides a cgroup implementing whitelists for devices which
306 a process in the cgroup can mknod or open.
307
301config CPUSETS 308config CPUSETS
302 bool "Cpuset support" 309 bool "Cpuset support"
303 depends on SMP && CGROUPS 310 depends on SMP && CGROUPS