Przeglądaj źródła

Solve the problem of RT_USING_DFS cyclic dependency.

weety 7 lat temu
rodzic
commit
ae6f47e274
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/dfs/Kconfig

+ 1 - 1
components/dfs/Kconfig

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