浏览代码

[components/dfs/ramfs] Automatically select memheap when ramfs enabled.|当使能ramfs时自动选中memheap。

guozhanxin 6 年之前
父节点
当前提交
0c3da7e367
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/dfs/Kconfig

+ 1 - 0
components/dfs/Kconfig

@@ -113,6 +113,7 @@ if RT_USING_DFS
 
     config RT_USING_DFS_RAMFS
         bool "Enable RAM file system"
+        select RT_USING_MEMHEAP
         default n
 
     config RT_USING_DFS_UFFS