Przeglądaj źródła

Merge pull request #1576 from TanekLiang/dfs

[dfs] add mutex depend to dfs
Bernard Xiong 6 lat temu
rodzic
commit
614b2e389c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      components/dfs/Kconfig

+ 1 - 0
components/dfs/Kconfig

@@ -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.