]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: networking: move AppleTalk / LocalTalk drivers to the hw driver section
authorJakub Kicinski <kuba@kernel.org>
Fri, 26 Jun 2020 17:27:29 +0000 (10:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2020 23:08:45 +0000 (16:08 -0700)
Move docs for cops and ltpc under device_drivers/appletalk.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/device_drivers/appletalk/cops.rst [moved from Documentation/networking/cops.rst with 100% similarity]
Documentation/networking/device_drivers/appletalk/index.rst [new file with mode: 0644]
Documentation/networking/device_drivers/appletalk/ltpc.rst [moved from Documentation/networking/ltpc.rst with 100% similarity]
Documentation/networking/device_drivers/index.rst
Documentation/networking/index.rst
drivers/net/appletalk/Kconfig

diff --git a/Documentation/networking/device_drivers/appletalk/index.rst b/Documentation/networking/device_drivers/appletalk/index.rst
new file mode 100644 (file)
index 0000000..de7507f
--- /dev/null
@@ -0,0 +1,19 @@
+.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+
+AppleTalk Device Drivers
+========================
+
+Contents:
+
+.. toctree::
+   :maxdepth: 2
+
+   cops
+   ltpc
+
+.. only::  subproject and html
+
+   Indices
+   =======
+
+   * :ref:`genindex`
index 5497e3ae1ca924644c9b06351d3f4bd6995cbe32..3995e2179aa096793c54ef020e2a0db5bcb0de79 100644 (file)
@@ -8,6 +8,7 @@ Contents:
 .. toctree::
    :maxdepth: 2
 
+   appletalk/index
    cable/index
    cellular/index
    ethernet/index
index 9bc8ecc79d94020424a124fcfbdca474a239dd26..eb616ac48094b4cdb5e0ace06cba994c8165b314 100644 (file)
@@ -44,7 +44,6 @@ Contents:
    ax25
    bonding
    cdc_mbim
-   cops
    cxacru
    dccp
    dctcp
@@ -73,7 +72,6 @@ Contents:
    kcm
    l2tp
    lapb-module
-   ltpc
    mac80211-injection
    mpls-sysctl
    multiqueue
index 09f94d4b14e212264f997037562f0f61d5e04ba5..d4f22a2e5be4b8b030e432f0962c1c006e6c9321 100644 (file)
@@ -59,7 +59,8 @@ config COPS
          package. This driver is experimental, which means that it may not
          work. This driver will only work if you choose "AppleTalk DDP"
          networking support, above.
-         Please read the file <file:Documentation/networking/cops.rst>.
+         Please read the file
+         <file:Documentation/networking/device_drivers/appletalk/cops.rst>.
 
 config COPS_DAYNA
        bool "Dayna firmware support"