ソースを参照

Solve the problem of RT_USING_DFS cyclic dependency.

weety 6 年 前
コミット
ae6f47e274
1 ファイル変更1 行追加1 行削除
  1. 1 1
      components/dfs/Kconfig

+ 1 - 1
components/dfs/Kconfig

@@ -154,7 +154,7 @@ if RT_USING_DFS
 
     config RT_USING_DFS_NFS
         bool "Using NFS v3 client file system"
-        select RT_USING_LWIP
+        depends on RT_USING_LWIP
         default n
 
     if RT_USING_DFS_NFS