diff options
author | 2020-06-26 10:27:25 -0700 | |
---|---|---|
committer | 2020-06-26 16:08:44 -0700 | |
commit | 14474950252cbb97b79fb1e5e7f4df9b13a8f9a0 (patch) | |
tree | d98c3a9aae9b9ac50443995a35a71f435157dbcf /drivers/net/hamradio/Kconfig | |
parent | docs: networking: reorganize driver documentation again (diff) | |
download | linux-dev-14474950252cbb97b79fb1e5e7f4df9b13a8f9a0.tar.xz linux-dev-14474950252cbb97b79fb1e5e7f4df9b13a8f9a0.zip |
docs: networking: move z8530 to the hw driver section
Move z8530 docs to hamradio and wan subdirectories.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hamradio/Kconfig')
-rw-r--r-- | drivers/net/hamradio/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/net/hamradio/Kconfig b/drivers/net/hamradio/Kconfig index 70f754abbeca..cde8b48e7bc7 100644 --- a/drivers/net/hamradio/Kconfig +++ b/drivers/net/hamradio/Kconfig @@ -84,8 +84,9 @@ config SCC help These cards are used to connect your Linux box to an amateur radio in order to communicate with other computers. If you want to use - this, read <file:Documentation/networking/z8530drv.rst> and the - AX25-HOWTO, available from + this, read + <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst> + and the AX25-HOWTO, available from <http://www.tldp.org/docs.html#howto>. Also make sure to say Y to "Amateur Radio AX.25 Level 2" support. @@ -98,7 +99,8 @@ config SCC_DELAY help Say Y here if you experience problems with the SCC driver not working properly; please read - <file:Documentation/networking/z8530drv.rst> for details. + <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst> + for details. If unsure, say N. |