diff options
author | Chris Snook <csnook@redhat.com> | 2008-02-23 18:23:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-23 20:12:13 -0500 |
commit | fddd9cf82c9f9617d134ae878a8f6b116ebbd43d (patch) | |
tree | 95a4f852d8ed8574c908d64be6cd0ca91167402a /lib/Kconfig.debug | |
parent | c3be10f75757e681b34766b24264c83b5ba08041 (diff) |
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>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ab408aa9b6d6..0796c1a090c0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -527,6 +527,7 @@ config LKDTM | |||
527 | tristate "Linux Kernel Dump Test Tool Module" | 527 | tristate "Linux Kernel Dump Test Tool Module" |
528 | depends on DEBUG_KERNEL | 528 | depends on DEBUG_KERNEL |
529 | depends on KPROBES | 529 | depends on KPROBES |
530 | depends on BLOCK | ||
530 | default n | 531 | default n |
531 | help | 532 | help |
532 | This module enables testing of the different dumping mechanisms by | 533 | This module enables testing of the different dumping mechanisms by |