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

This commit is contained in:
guozhanxin 2019-04-24 15:09:56 +08:00
parent ec0cb1e1e7
commit 0c3da7e367
1 changed files with 1 additions and 0 deletions

View File

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