aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index e63a017c391e..322b1f8c21b3 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -505,6 +505,7 @@ config VM_EVENT_COUNTERS
505config SLUB_DEBUG 505config SLUB_DEBUG
506 default y 506 default y
507 bool "Enable SLUB debugging support" if EMBEDDED 507 bool "Enable SLUB debugging support" if EMBEDDED
508 depends on SLUB
508 help 509 help
509 SLUB has extensive debug support features. Disabling these can 510 SLUB has extensive debug support features. Disabling these can
510 result in significant savings in code size. This also disables 511 result in significant savings in code size. This also disables