OSDN Git Service

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 5497e3a..3995e21 100644 (file)
@@ -8,6 +8,7 @@ Contents:
 .. toctree::
    :maxdepth: 2
 
+   appletalk/index
    cable/index
    cellular/index
    ethernet/index
index 9bc8ecc..eb616ac 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 09f94d4..d4f22a2 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"