diff options
author | Jakub Kicinski <kuba@kernel.org> | 2020-06-26 10:27:29 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-26 16:08:45 -0700 |
commit | 4daedf7abb41aacec8c0f868f64ec2270d577688 (patch) | |
tree | 30a0bb17451b8e74d1c47fab49f8fc3cba35f751 /drivers/net/appletalk | |
parent | 95298d63c67673c654c08952672d016212b26054 (diff) |
docs: networking: move AppleTalk / LocalTalk drivers to the hw driver section
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>
Diffstat (limited to 'drivers/net/appletalk')
-rw-r--r-- | drivers/net/appletalk/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig index 09f94d4b14e2..d4f22a2e5be4 100644 --- a/drivers/net/appletalk/Kconfig +++ b/drivers/net/appletalk/Kconfig @@ -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" |