aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
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"