aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index b59a0a95a0e6..6687f805b38d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -278,6 +278,16 @@ config CGROUPS
278 278
279 Say N if unsure. 279 Say N if unsure.
280 280
281config CGROUP_DEBUG
282 bool "Example debug cgroup subsystem"
283 depends on CGROUPS
284 help
285 This option enables a simple cgroup subsystem that
286 exports useful debugging information about the cgroups
287 framework
288
289 Say N if unsure
290
281config CPUSETS 291config CPUSETS
282 bool "Cpuset support" 292 bool "Cpuset support"
283 depends on SMP && CGROUPS 293 depends on SMP && CGROUPS