aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig16
1 files changed, 15 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index c5b354b1409e..f5becd2a12f6 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -354,8 +354,16 @@ config FAIR_CGROUP_SCHED
354 354
355endchoice 355endchoice
356 356
357config CGROUP_CPUACCT
358 bool "Simple CPU accounting cgroup subsystem"
359 depends on CGROUPS
360 help
361 Provides a simple Resource Controller for monitoring the
362 total CPU consumed by the tasks in a cgroup
363
357config SYSFS_DEPRECATED 364config SYSFS_DEPRECATED
358 bool "Create deprecated sysfs files" 365 bool "Create deprecated sysfs files"
366 depends on SYSFS
359 default y 367 default y
360 help 368 help
361 This option creates deprecated symlinks such as the 369 This option creates deprecated symlinks such as the
@@ -438,7 +446,7 @@ menuconfig EMBEDDED
438 446
439config UID16 447config UID16
440 bool "Enable 16-bit UID system calls" if EMBEDDED 448 bool "Enable 16-bit UID system calls" if EMBEDDED
441 depends on ARM || BFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) 449 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION)
442 default y 450 default y
443 help 451 help
444 This enables the legacy 16-bit UID syscall wrappers. 452 This enables the legacy 16-bit UID syscall wrappers.
@@ -651,6 +659,12 @@ endchoice
651 659
652endmenu # General setup 660endmenu # General setup
653 661
662config SLABINFO
663 bool
664 depends on PROC_FS
665 depends on SLAB || SLUB
666 default y
667
654config RT_MUTEXES 668config RT_MUTEXES
655 boolean 669 boolean
656 select PLIST 670 select PLIST