diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 10 |
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 | ||
281 | config 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 | |||
281 | config CPUSETS | 291 | config CPUSETS |
282 | bool "Cpuset support" | 292 | bool "Cpuset support" |
283 | depends on SMP && CGROUPS | 293 | depends on SMP && CGROUPS |