From: Ingo Molnar Make DEBUG_SLAB depend on SLAB. Signed-off-by: Ingo Molnar Cc: Matt Mackall Signed-off-by: Andrew Morton --- lib/Kconfig.debug | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.debug~debug_slab-depends-on-slab lib/Kconfig.debug --- devel/lib/Kconfig.debug~debug_slab-depends-on-slab 2005-12-12 00:54:13.000000000 -0800 +++ devel-akpm/lib/Kconfig.debug 2005-12-12 00:54:13.000000000 -0800 @@ -79,7 +79,7 @@ config SCHEDSTATS config DEBUG_SLAB bool "Debug memory allocations" - depends on DEBUG_KERNEL + depends on DEBUG_KERNEL && SLAB help Say Y here to have the kernel do limited verification on memory allocation as well as poisoning memory on free to catch use of freed _