aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 404bbf3699be..b9d11a899b88 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -658,6 +658,12 @@ endchoice
658 658
659endmenu # General setup 659endmenu # General setup
660 660
661config SLABINFO
662 bool
663 depends on PROC_FS
664 depends on SLAB || SLUB
665 default y
666
661config RT_MUTEXES 667config RT_MUTEXES
662 boolean 668 boolean
663 select PLIST 669 select PLIST