From: Jaehoon Chung Date: Tue, 9 Jun 2020 11:15:33 +0000 (+0900) Subject: ARM: tizen_bcm2711_defconfig: Enable btrfs filesystem X-Git-Tag: accepted/tizen/unified/20200709.164653~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94b07b05a6166904757541c99f14f9beddf87d64;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 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