From 0c3da7e3677ed1504c94268fcca0ab36a27b3513 Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Wed, 24 Apr 2019 15:09:56 +0800 Subject: [PATCH] =?UTF-8?q?[components/dfs/ramfs]=20Automatically=20select?= =?UTF-8?q?=20memheap=20when=20ramfs=20enabled.|=E5=BD=93=E4=BD=BF?= =?UTF-8?q?=E8=83=BDramfs=E6=97=B6=E8=87=AA=E5=8A=A8=E9=80=89=E4=B8=ADmemh?= =?UTF-8?q?eap=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dfs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dfs/Kconfig b/components/dfs/Kconfig index 35c7cf1b02..c93fd02e66 100644 --- a/components/dfs/Kconfig +++ b/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 -- GitLab