aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d0edf42f4dba..da6a91c4a051 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -504,6 +504,15 @@ config VM_EVENT_COUNTERS
504 on EMBEDDED systems. /proc/vmstat will only show page counts 504 on EMBEDDED systems. /proc/vmstat will only show page counts
505 if VM event counters are disabled. 505 if VM event counters are disabled.
506 506
507config SLUB_DEBUG
508 default y
509 bool "Enable SLUB debugging support" if EMBEDDED
510 help
511 SLUB has extensive debug support features. Disabling these can
512 result in significant savings in code size. This also disables
513 SLUB sysfs support. /sys/slab will not exist and there will be
514 no support for cache validation etc.
515
507choice 516choice
508 prompt "Choose SLAB allocator" 517 prompt "Choose SLAB allocator"
509 default SLAB 518 default SLAB