summaryrefslogtreecommitdiffstats
path: root/net/can
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2018-01-24 05:19:11 -0500
committerMarc Kleine-Budde <mkl@pengutronix.de>2018-01-26 04:46:44 -0500
commit7d5977394515ad3a636361ce23890863be6e0f70 (patch)
tree20b117c370b77029907ed1725d4a098ecded4334 /net/can
parentcea470729db42a0363c5352e8bd85ef81345eadc (diff)
can: migrate documentation to restructured text
The kernel documentation is now restructured text. Convert the SocketCAN documentation and include it in the toplevel kernel documentation. This patch doesn't do any content change. All references to can.txt in the code are converted to can.rst. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'net/can')
-rw-r--r--net/can/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/can/Kconfig b/net/can/Kconfig
index a15c0e0d1fc7..a4399be54ff4 100644
--- a/net/can/Kconfig
+++ b/net/can/Kconfig
@@ -11,7 +11,7 @@ menuconfig CAN
11 1991, mainly for automotive, but now widely used in marine 11 1991, mainly for automotive, but now widely used in marine
12 (NMEA2000), industrial, and medical applications. 12 (NMEA2000), industrial, and medical applications.
13 More information on the CAN network protocol family PF_CAN 13 More information on the CAN network protocol family PF_CAN
14 is contained in <Documentation/networking/can.txt>. 14 is contained in <Documentation/networking/can.rst>.
15 15
16 If you want CAN support you should say Y here and also to the 16 If you want CAN support you should say Y here and also to the
17 specific driver for your controller(s) below. 17 specific driver for your controller(s) below.