From cc69bef40d86b415e34a9a58227eb56cb6ccf605 Mon Sep 17 00:00:00 2001 From: Bian Jin chen Date: Sun, 8 Oct 2023 07:45:54 +0000 Subject: [PATCH] arm64: rockchip_defconfig: enable CONFIG_FUSE_BPF. Android 14 uses fuse bpf by default, enable it in the kernel in case the mediaprovider does not work properly. Signed-off-by: Bian Jin chen Change-Id: Id63b8c69a4cd0163328e4e2067a9dd3cf3307351 --- arch/arm64/configs/rockchip_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index af533d1a0735..805f4aa3a520 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -963,6 +963,7 @@ CONFIG_QUOTA=y CONFIG_QUOTA_NETLINK_INTERFACE=y CONFIG_QFMT_V2=y CONFIG_FUSE_FS=y +CONFIG_FUSE_BPF=y CONFIG_OVERLAY_FS=y CONFIG_INCREMENTAL_FS=y CONFIG_ISO9660_FS=y