Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4751a27 authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

SLUB: SLUB_DEBUG must depend on SLUB



Otherwise people get asked about SLUB_DEBUG even if they have another
slab allocator enabled.

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5a18c92a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -505,6 +505,7 @@ config VM_EVENT_COUNTERS
config SLUB_DEBUG
config SLUB_DEBUG
	default y
	default y
	bool "Enable SLUB debugging support" if EMBEDDED
	bool "Enable SLUB debugging support" if EMBEDDED
	depends on SLUB
	help
	help
	  SLUB has extensive debug support features. Disabling these can
	  SLUB has extensive debug support features. Disabling these can
	  result in significant savings in code size. This also disables
	  result in significant savings in code size. This also disables