Przeglądaj źródła

Merge pull request #1048 from TanekLiang/dfs_kconfig

[dfs] add new option (DFS_FILESYSTEM_TYPES_MAX) for DFS
Bernard Xiong 7 lat temu
rodzic
commit
505329b32b
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      components/dfs/KConfig

+ 5 - 1
components/dfs/KConfig

@@ -14,7 +14,11 @@ if RT_USING_DFS
     config DFS_FILESYSTEMS_MAX
     config DFS_FILESYSTEMS_MAX
         int "The maximal number of mounted file system"
         int "The maximal number of mounted file system"
         default 2
         default 2
-    
+
+    config DFS_FILESYSTEM_TYPES_MAX
+        int "The maximal number of file system type"
+        default 2
+
     config DFS_FD_MAX
     config DFS_FD_MAX
         int "The maximal number of opened files"
         int "The maximal number of opened files"
         default 4
         default 4