]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/Kconfig
sis190: mdio operation failure is not correctly detected
[linux-2.6-omap-h63xx.git] / init / Kconfig
index d35e44f4dd6b287342ae51a0e89bd59f127b3952..b9d11a899b8861576be26f883882c969d170701f 100644 (file)
@@ -354,6 +354,13 @@ config FAIR_CGROUP_SCHED
 
 endchoice
 
+config CGROUP_CPUACCT
+       bool "Simple CPU accounting cgroup subsystem"
+       depends on CGROUPS
+       help
+         Provides a simple Resource Controller for monitoring the
+         total CPU consumed by the tasks in a cgroup
+
 config SYSFS_DEPRECATED
        bool "Create deprecated sysfs files"
        default y
@@ -651,6 +658,12 @@ endchoice
 
 endmenu                # General setup
 
+config SLABINFO
+       bool
+       depends on PROC_FS
+       depends on SLAB || SLUB
+       default y
+
 config RT_MUTEXES
        boolean
        select PLIST