summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2013-12-22 05:34:22 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2014-01-12 12:54:38 -0500
commit8bc588e0e585bc9085df75e84d4d5635f45cf360 (patch)
tree8dc98f31ce6330b1bd8670a42f60061e94481c68 /lib
parenta9954ce769e2c8b450b00ab2a4e208f447996b2d (diff)
firewire: ohci: Turn remote DMA support into a module parameter
This makes it possible to debug kernel over FireWire without the need to recompile it. [Stefan R: changed description from "...0" to "...N"] Cc: Dave Hansen <dave.hansen@linux.intel.com> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index db25707aa41b..dc30284a3b07 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1547,17 +1547,6 @@ config PROVIDE_OHCI1394_DMA_INIT
1547 1547
1548 See Documentation/debugging-via-ohci1394.txt for more information. 1548 See Documentation/debugging-via-ohci1394.txt for more information.
1549 1549
1550config FIREWIRE_OHCI_REMOTE_DMA
1551 bool "Remote debugging over FireWire with firewire-ohci"
1552 depends on FIREWIRE_OHCI
1553 help
1554 This option lets you use the FireWire bus for remote debugging
1555 with help of the firewire-ohci driver. It enables unfiltered
1556 remote DMA in firewire-ohci.
1557 See Documentation/debugging-via-ohci1394.txt for more information.
1558
1559 If unsure, say N.
1560
1561config BUILD_DOCSRC 1550config BUILD_DOCSRC
1562 bool "Build targets in Documentation/ tree" 1551 bool "Build targets in Documentation/ tree"
1563 depends on HEADERS_CHECK 1552 depends on HEADERS_CHECK