]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/Kconfig
sched: count # of queued RT tasks
[linux-2.6-omap-h63xx.git] / init / Kconfig
index 404bbf3699becba6bc43dbe9c945506ad1a93d2c..f5becd2a12f6eaf02ed9a3f8c866c5cdcfb4838f 100644 (file)
@@ -363,6 +363,7 @@ config CGROUP_CPUACCT
 
 config SYSFS_DEPRECATED
        bool "Create deprecated sysfs files"
+       depends on SYSFS
        default y
        help
          This option creates deprecated symlinks such as the
@@ -658,6 +659,12 @@ endchoice
 
 endmenu                # General setup
 
+config SLABINFO
+       bool
+       depends on PROC_FS
+       depends on SLAB || SLUB
+       default y
+
 config RT_MUTEXES
        boolean
        select PLIST