aboutsummaryrefslogtreecommitdiff
path: root/net/Kconfig
diff options
context:
space:
mode:
authorBaruch Siach2023-12-18 09:37:53 +0200
committerTom Rini2023-12-19 08:02:37 -0500
commitb5712acb972918a4402971c3cc5a5732d37c3e89 (patch)
tree7f336f82dd565158483463712e32665220dbac23 /net/Kconfig
parent4caacb2f29f03e7ad724233282384be10c68e926 (diff)
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/Kconfig')
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 4215889127c..92a22ac1ea5 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"