Explorar el Código

Solve the problem of RT_USING_DFS cyclic dependency.

weety hace 6 años
padre
commit
ae6f47e274
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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