aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/Kconfig
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2010-07-04 16:36:26 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-08 13:34:54 -0700
commit4f551c8f6b89902a83328fbf50585ec7ee03ed5a (patch)
treef65472928ba5c9883119264f12401d075eddec1b /drivers/staging/tidspbridge/Kconfig
parentstaging: ti dspbridge: use _DEBUG for debug trace (diff)
downloadlinux-dev-4f551c8f6b89902a83328fbf50585ec7ee03ed5a.tar.xz
linux-dev-4f551c8f6b89902a83328fbf50585ec7ee03ed5a.zip
staging: ti dspbridge: add _BACKTRACE config
We only want this code when testing. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/Kconfig')
-rw-r--r--drivers/staging/tidspbridge/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/tidspbridge/Kconfig b/drivers/staging/tidspbridge/Kconfig
index 4d63b66d8e26..93de4f2e8bf8 100644
--- a/drivers/staging/tidspbridge/Kconfig
+++ b/drivers/staging/tidspbridge/Kconfig
@@ -81,3 +81,10 @@ config TIDSPBRIDGE_NTFY_PWRERR
Enable notifications to registered clients on the event of power errror
trying to suspend bridge driver. Say Y, to signal this event as a fatal
error, this will require a bridge restart to recover.
+
+config TIDSPBRIDGE_BACKTRACE
+ bool "Dump backtraces on fatal errors"
+ depends on TIDSPBRIDGE
+ help
+ Enable useful information to backtrace fatal errors. Say Y if you
+ want to dump information for testing purposes.