From 0ea476b9741fabd3c255c2770688f587920cf509 Mon Sep 17 00:00:00 2001 From: zhangfanfan2 Date: Fri, 21 May 2021 17:41:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=ADjffs=E5=92=8Cfat?= =?UTF-8?q?=E5=90=8E=EF=BC=8Crootfs=E9=85=8D=E7=BD=AE=E4=B9=9F=E8=A2=AB?= =?UTF-8?q?=E7=9B=B8=E5=BA=94=E5=85=B3=E9=97=AD=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?nand=E4=BB=8B=E8=B4=A8=E7=9A=84rootfs=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close: #I3SBYN --- kernel/common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/common/Kconfig b/kernel/common/Kconfig index 000bccd5..2866817a 100644 --- a/kernel/common/Kconfig +++ b/kernel/common/Kconfig @@ -1,7 +1,7 @@ config PLATFORM_ROOTFS bool "Enable ROOTFS" default y - depends on FS_JFFS || FS_FAT + depends on FS_JFFS || FS_FAT || DRIVERS_MTD_NAND help Answer Y to enable LiteOS support rootfs. -- GitLab