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 --- init/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: slub/init/Kconfig =================================================================== --- slub.orig/init/Kconfig 2007-05-09 11:32:40.000000000 -0700 +++ slub/init/Kconfig 2007-05-09 11:33:26.000000000 -0700 @@ -569,6 +569,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