diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index b59a0a9..6687f80 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -278,6 +278,16 @@ config CGROUPS Say N if unsure. +config CGROUP_DEBUG + bool "Example debug cgroup subsystem" + depends on CGROUPS + help + This option enables a simple cgroup subsystem that + exports useful debugging information about the cgroups + framework + + Say N if unsure + config CPUSETS bool "Cpuset support" depends on SMP && CGROUPS |