Merge pull request #1576 from TanekLiang/dfs

[dfs] add mutex depend to dfs
This commit is contained in:
Bernard Xiong 2018-06-27 13:31:22 +08:00 committed by GitHub
commit 614b2e389c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ menu "Device virtual file system"
config RT_USING_DFS
bool "Using device virtual file system"
select RT_USING_MUTEX
default y
help
The device file system is a light weight virtual file system.