docs: networking: move ATM drivers to the hw driver section
Move docs for cxacru, fore200e and iphase under device_drivers/atm. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4daedf7abb
commit
9633a0e959
|
@ -0,0 +1,20 @@
|
||||||
|
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
|
||||||
|
Asynchronous Transfer Mode (ATM) Device Drivers
|
||||||
|
===============================================
|
||||||
|
|
||||||
|
Contents:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
cxacru
|
||||||
|
fore200e
|
||||||
|
iphase
|
||||||
|
|
||||||
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
Indices
|
||||||
|
=======
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
|
@ -9,6 +9,7 @@ Contents:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
appletalk/index
|
appletalk/index
|
||||||
|
atm/index
|
||||||
cable/index
|
cable/index
|
||||||
cellular/index
|
cellular/index
|
||||||
ethernet/index
|
ethernet/index
|
||||||
|
|
|
@ -44,7 +44,6 @@ Contents:
|
||||||
ax25
|
ax25
|
||||||
bonding
|
bonding
|
||||||
cdc_mbim
|
cdc_mbim
|
||||||
cxacru
|
|
||||||
dccp
|
dccp
|
||||||
dctcp
|
dctcp
|
||||||
decnet
|
decnet
|
||||||
|
@ -54,7 +53,6 @@ Contents:
|
||||||
eql
|
eql
|
||||||
fib_trie
|
fib_trie
|
||||||
filter
|
filter
|
||||||
fore200e
|
|
||||||
framerelay
|
framerelay
|
||||||
generic-hdlc
|
generic-hdlc
|
||||||
generic_netlink
|
generic_netlink
|
||||||
|
@ -63,7 +61,6 @@ Contents:
|
||||||
ila
|
ila
|
||||||
ipddp
|
ipddp
|
||||||
ip_dynaddr
|
ip_dynaddr
|
||||||
iphase
|
|
||||||
ipsec
|
ipsec
|
||||||
ip-sysctl
|
ip-sysctl
|
||||||
ipv6
|
ipv6
|
||||||
|
|
|
@ -306,8 +306,9 @@ config ATM_IA
|
||||||
for more info about the cards. Say Y (or M to compile as a module
|
for more info about the cards. Say Y (or M to compile as a module
|
||||||
named iphase) here if you have one of these cards.
|
named iphase) here if you have one of these cards.
|
||||||
|
|
||||||
See the file <file:Documentation/networking/iphase.rst> for further
|
See the file
|
||||||
details.
|
<file:Documentation/networking/device_drivers/atm/iphase.rst>
|
||||||
|
for further details.
|
||||||
|
|
||||||
config ATM_IA_DEBUG
|
config ATM_IA_DEBUG
|
||||||
bool "Enable debugging messages"
|
bool "Enable debugging messages"
|
||||||
|
@ -336,7 +337,8 @@ config ATM_FORE200E
|
||||||
on PCI and SBUS hosts. Say Y (or M to compile as a module
|
on PCI and SBUS hosts. Say Y (or M to compile as a module
|
||||||
named fore_200e) here if you have one of these ATM adapters.
|
named fore_200e) here if you have one of these ATM adapters.
|
||||||
|
|
||||||
See the file <file:Documentation/networking/fore200e.rst> for
|
See the file
|
||||||
|
<file:Documentation/networking/device_drivers/atm/fore200e.rst> for
|
||||||
further details.
|
further details.
|
||||||
|
|
||||||
config ATM_FORE200E_USE_TASKLET
|
config ATM_FORE200E_USE_TASKLET
|
||||||
|
|
Loading…
Reference in New Issue