From 9aa32ae7431b0d1c4c2224f96f14a7da62cd8b21 Mon Sep 17 00:00:00 2001 From: fangye Date: Thu, 10 Mar 2022 09:12:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DFileSystem=20menuconfi?= =?UTF-8?q?g=E9=85=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangye Change-Id: Ibbac507ec290657489e47a708d2926ec709fa6b8 --- Kconfig | 2 +- components/fs/fatfs/Kconfig | 5 ----- components/fs/vfs/Kconfig | 3 --- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Kconfig b/Kconfig index 882e6003..dadbeb5a 100644 --- a/Kconfig +++ b/Kconfig @@ -408,7 +408,7 @@ endmenu ######################## config options of filesystem ################## menu "FileSystem" -rsource "components/fs/vfs/Kconfig" +rsource "components/fs/Kconfig" endmenu diff --git a/components/fs/fatfs/Kconfig b/components/fs/fatfs/Kconfig index e3b456fa..d5c10be0 100644 --- a/components/fs/fatfs/Kconfig +++ b/components/fs/fatfs/Kconfig @@ -36,8 +36,3 @@ config FS_FAT help Answer Y to enable LiteOS support fat filesystem. -config SUPPORT_FATFS - bool - depends on FS_FAT - default n - diff --git a/components/fs/vfs/Kconfig b/components/fs/vfs/Kconfig index 66971deb..970f9979 100644 --- a/components/fs/vfs/Kconfig +++ b/components/fs/vfs/Kconfig @@ -33,6 +33,3 @@ config FS_VFS help Answer Y to enable LiteOS support VFS. - -source "components/fs/littlefs/Kconfig" -source "components/fs/fatfs/Kconfig"