From 94b07b05a6166904757541c99f14f9beddf87d64 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 9 Jun 2020 20:15:33 +0900 Subject: [PATCH] ARM: tizen_bcm2711_defconfig: Enable btrfs filesystem Enable btrfs filesystem to use it as the rootfs mount for the RPI4 board. - This patch is taken from tizen branch (commit 863df9285d98) Change-Id: I0f81313e3318a4159b8646693845625313f50e30 Signed-off-by: Junghoon Kim Signed-off-by: Jaehoon Chung --- arch/arm/configs/tizen_bcm2711_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 852dc43..497b816 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -432,6 +432,8 @@ CONFIG_OPTEE=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y +CONFIG_BTRFS_FS=y +CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_F2FS_FS=y CONFIG_FANOTIFY=y CONFIG_AUTOFS4_FS=y -- 2.7.4