diff options
author | Baruch Siach <baruch@tkos.co.il> | 2023-12-18 09:37:53 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-19 08:02:37 -0500 |
commit | b5712acb972918a4402971c3cc5a5732d37c3e89 (patch) | |
tree | 7f336f82dd565158483463712e32665220dbac23 /net | |
parent | 4caacb2f29f03e7ad724233282384be10c68e926 (diff) | |
download | u-boot-b5712acb972918a4402971c3cc5a5732d37c3e89.tar.gz u-boot-b5712acb972918a4402971c3cc5a5732d37c3e89.tar.bz2 u-boot-b5712acb972918a4402971c3cc5a5732d37c3e89.zip |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index 4215889127..92a22ac1ea 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" |