Browse Source

Merge pull request #2611 from Guozhanxin/master

[components/dfs/ramfs] Automatically select memheap when ramfs enabled.
Bernard Xiong 6 năm trước cách đây
mục cha
commit
1dda3b26dc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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