diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 16 |
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 | ||
355 | endchoice | 355 | endchoice |
356 | 356 | ||
357 | config 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 | |||
357 | config SYSFS_DEPRECATED | 364 | config 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 | ||
439 | config UID16 | 447 | config 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 | ||
652 | endmenu # General setup | 660 | endmenu # General setup |
653 | 661 | ||
662 | config SLABINFO | ||
663 | bool | ||
664 | depends on PROC_FS | ||
665 | depends on SLAB || SLUB | ||
666 | default y | ||
667 | |||
654 | config RT_MUTEXES | 668 | config RT_MUTEXES |
655 | boolean | 669 | boolean |
656 | select PLIST | 670 | select PLIST |