From: Chris Snook Date: Sat, 23 Feb 2008 23:23:26 +0000 (-0800) Subject: make LKDTM depend on BLOCK X-Git-Tag: v2.6.25-rc3~65 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fddd9cf82c9f9617d134ae878a8f6b116ebbd43d;p=linux-2.6-omap-h63xx.git make LKDTM depend on BLOCK Make LKDTM depend on BLOCK to prevent build failures with certain configs. Signed-off-by: Chris Snook Acked-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ab408aa9b6d..0796c1a090c 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -527,6 +527,7 @@ config LKDTM tristate "Linux Kernel Dump Test Tool Module" depends on DEBUG_KERNEL depends on KPROBES + depends on BLOCK default n help This module enables testing of the different dumping mechanisms by