From 0dc88c1540e14a8b40524029c8fc7a9e287505a4 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Sat, 11 Oct 2025 13:05:16 +0200 Subject: [PATCH] fs/mmap/Kconfig: fix reference to non-existent readme fix reference to non-existent readme and point to the Documentation Signed-off-by: raiden00pl --- fs/mmap/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/mmap/Kconfig b/fs/mmap/Kconfig index dbe87b5d3e1..f638812f5c1 100644 --- a/fs/mmap/Kconfig +++ b/fs/mmap/Kconfig @@ -21,7 +21,7 @@ config FS_RAMMAP into RAM. These copied files have some of the properties of standard memory mapped files. - See nuttx/fs/mmap/README.txt for additional information. + See Documentation/components/filesystem/mmap.rst for additional information. config FS_ANONMAP bool "Anonymous mapping emulation"