summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2007-05-10 10:15:40 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-10 16:26:53 (GMT)
commitd4751a2797bc0a37a8e85783d65ffaa9de689e60 (patch)
tree140781a632156218de3e5e99d608c053fe5639da /init
parent5a18c92aab13aac7917bc87ceefa23da68698be4 (diff)
downloadlinux-d4751a2797bc0a37a8e85783d65ffaa9de689e60.tar.xz
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>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index e63a017..322b1f8 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -505,6 +505,7 @@ config VM_EVENT_COUNTERS
config SLUB_DEBUG
default y
bool "Enable SLUB debugging support" if EMBEDDED
+ depends on SLUB
help
SLUB has extensive debug support features. Disabling these can
result in significant savings in code size. This also disables