Merge pull request #2611 from Guozhanxin/master

[components/dfs/ramfs] Automatically select memheap when ramfs enabled.
This commit is contained in:
Bernard Xiong 2019-04-24 17:05:36 +08:00 committed by GitHub
commit 1dda3b26dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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