浏览代码

make LKDTM depend on BLOCK

Make LKDTM depend on BLOCK to prevent build failures with certain configs.

Signed-off-by: Chris Snook <csnook@redhat.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Chris Snook 17 年之前
父节点
当前提交
fddd9cf82c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Kconfig.debug

+ 1 - 0
lib/Kconfig.debug

@@ -527,6 +527,7 @@ config LKDTM
 	tristate "Linux Kernel Dump Test Tool Module"
 	tristate "Linux Kernel Dump Test Tool Module"
 	depends on DEBUG_KERNEL
 	depends on DEBUG_KERNEL
 	depends on KPROBES
 	depends on KPROBES
+	depends on BLOCK
 	default n
 	default n
 	help
 	help
 	This module enables testing of the different dumping mechanisms by
 	This module enables testing of the different dumping mechanisms by