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: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5a18c92aab
commit
d4751a2797
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue