Skip to content

Commit

Permalink
make LKDTM depend on BLOCK
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Snook authored and Linus Torvalds committed Feb 24, 2008
1 parent c3be10f commit fddd9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fddd9cf

Please sign in to comment.