[dfs] add mutex depend to dfs

This commit is contained in:
liang yongxiang 2018-06-27 10:10:50 +08:00
parent 355e9f29fb
commit ee2767e4a0
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.