[PATCH] fault-injection: stacktrace filtering kconfig fix

`select' doesn't work very well.  With alpha `make allmodconfig' we end up
with CONFIG_STACKTRACE enabled, so we end up with undefined save_stacktrace()
at link time.

Cc: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Don Mullis <dwm@meer.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andrew Morton 2006-12-08 02:39:49 -08:00 committed by Linus Torvalds
parent 1ab8509a31
commit 83ba254688
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ config LKDTM
config FAULT_INJECTION
bool "Fault-injection framework"
depends on DEBUG_KERNEL
select STACKTRACE
depends on STACKTRACE
select FRAME_POINTER
help
Provide fault-injection framework.