aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-01 17:37:50 +0200
committerJonathan Corbet <corbet@lwn.net>2020-05-15 11:59:17 -0600
commita74e2a226452ea75d26b1f83860bff91a11da1ac (patch)
treea3936b2095e66b4861e329fc1d1c129c7d0795be /lib
parentdocs: fix references for ipmi.rst file (diff)
downloadlinux-dev-a74e2a226452ea75d26b1f83860bff91a11da1ac.tar.xz
linux-dev-a74e2a226452ea75d26b1f83860bff91a11da1ac.zip
docs: debugging-via-ohci1394.txt: add it to the core-api book
There is an special chapter inside the core-api book about some debug infrastructure like tracepoints and debug objects. It sounded to me that this is the best place to add a chapter explaining how to use a FireWire controller to do remote kernel debugging, as explained on this document. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/9b489d36d08ad89d3ad5aefef1f52a0715b29716.1588345503.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 50c1f5f08e6f..298e81357c8a 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1508,7 +1508,7 @@ config PROVIDE_OHCI1394_DMA_INIT
This code (~1k) is freed after boot. By then, the firewire stack
in charge of the OHCI-1394 controllers should be used instead.
- See Documentation/debugging-via-ohci1394.txt for more information.
+ See Documentation/core-api/debugging-via-ohci1394.rst for more information.
source "samples/Kconfig"