aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2023-12-18 09:37:53 +0200
committerTom Rini <trini@konsulko.com>2023-12-19 08:02:37 -0500
commitb5712acb972918a4402971c3cc5a5732d37c3e89 (patch)
tree7f336f82dd565158483463712e32665220dbac23 /net
parent4caacb2f29f03e7ad724233282384be10c68e926 (diff)
downloadu-boot-b5712acb972918a4402971c3cc5a5732d37c3e89.zip
u-boot-b5712acb972918a4402971c3cc5a5732d37c3e89.tar.gz
u-boot-b5712acb972918a4402971c3cc5a5732d37c3e89.tar.bz2
net: fix NetConsole documentation reference
Fixes: d0253f7e5ca1 ("doc: move README.NetConsole to HTML documentation") Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 4215889..92a22ac 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -57,7 +57,7 @@ config NETCONSOLE
bool "NetConsole support"
help
Support the 'nc' input/output device for networked console.
- See README.NetConsole for details.
+ See doc/usage/netconsole.rst for details.
config IP_DEFRAG
bool "Support IP datagram reassembly"