aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2008-02-28 14:54:43 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2008-04-18 11:55:33 -0400
commit080de8c2c57e3199eee837fe8b6d35a43679f8c1 (patch)
treeb376f9ce74db61393ef1cb62e9663c71f0ba45b9 /lib/Kconfig.debug
parent17cff9ff871bb5081cade4f99a9e9382b9f1c01c (diff)
firewire: fw-ohci: add option for remote debugging
This way firewire-ohci can be used for remote debugging like ohci1394. Version with amendment from Fri, 11 Apr 2008 00:08:08 +0200. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Acked-by: Bernhard Kaindl <bk@suse.de>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 0796c1a090c0..78955eb6bd94 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -593,7 +593,7 @@ config LATENCYTOP
593 to find out which userspace is blocking on what kernel operations. 593 to find out which userspace is blocking on what kernel operations.
594 594
595config PROVIDE_OHCI1394_DMA_INIT 595config PROVIDE_OHCI1394_DMA_INIT
596 bool "Provide code for enabling DMA over FireWire early on boot" 596 bool "Remote debugging over FireWire early on boot"
597 depends on PCI && X86 597 depends on PCI && X86
598 help 598 help
599 If you want to debug problems which hang or crash the kernel early 599 If you want to debug problems which hang or crash the kernel early
@@ -621,4 +621,15 @@ config PROVIDE_OHCI1394_DMA_INIT
621 621
622 See Documentation/debugging-via-ohci1394.txt for more information. 622 See Documentation/debugging-via-ohci1394.txt for more information.
623 623
624config FIREWIRE_OHCI_REMOTE_DMA
625 bool "Remote debugging over FireWire with firewire-ohci"
626 depends on FIREWIRE_OHCI
627 help
628 This option lets you use the FireWire bus for remote debugging
629 with help of the firewire-ohci driver. It enables unfiltered
630 remote DMA in firewire-ohci.
631 See Documentation/debugging-via-ohci1394.txt for more information.
632
633 If unsure, say N.
634
624source "samples/Kconfig" 635source "samples/Kconfig"