Parcourir la source

vfs: list IO functions which can be used with VFS_SUPPORT_IO disabled

Ivan Grokhotkov il y a 4 ans
Parent
commit
b7a4df9031
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      components/vfs/Kconfig

+ 5 - 0
components/vfs/Kconfig

@@ -14,6 +14,11 @@ menu "Virtual file system"
             Disabling this option can save memory when the support for these functions
             is not required.
 
+            Note that the following functions can still be used with socket file descriptors
+            when this option is disabled:
+
+            close, read, write, ioctl, fcntl.
+
     config VFS_SUPPORT_DIR
         bool "Provide directory related functions"
         default y