4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-22 01:15:26 +08:00

[dfs] add new option (DFS_FILESYSTEM_TYPES_MAX) for DFS

This commit is contained in:
tanek liang 2017-11-28 21:17:27 +08:00
parent 89fd2e9f87
commit a14a219d68

View File

@ -15,6 +15,10 @@ if RT_USING_DFS
int "The maximal number of mounted file system"
default 2
config DFS_FILESYSTEM_TYPES_MAX
int "The maximal number of file system type"
default 2
config DFS_FD_MAX
int "The maximal number of opened files"
default 4