Merge pull request #1048 from TanekLiang/dfs_kconfig

[dfs] add new option (DFS_FILESYSTEM_TYPES_MAX) for DFS
This commit is contained in:
Bernard Xiong 2017-11-28 23:19:41 +08:00 committed by GitHub
commit 505329b32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ if RT_USING_DFS
config DFS_FILESYSTEMS_MAX
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