From: Jaehoon Chung Date: Tue, 7 Jan 2025 09:48:49 +0000 (+0900) Subject: RISCV: configs: tizen_bpif3: Enable AUTOFS_FS configuration X-Git-Tag: accepted/tizen/unified/20250514.114144~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccf6808d2c97def9002aa541948b517a9ec158c3;p=platform%2Fkernel%2Flinux-riscv.git RISCV: configs: tizen_bpif3: Enable AUTOFS_FS configuration Enable CONFIG_AUTOFS_FS configuration. Tizen requires to enable AUTOFS_FS. If it's not enable, "Failed to find modue 'autofs4'" message is showing from systemd. Change-Id: I9383f7cf98366a12f1b4208de8e9aa3a0f45b91b Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/configs/tizen_bpif3_defconfig b/arch/riscv/configs/tizen_bpif3_defconfig index 0bc5c2614591..b873c361005e 100644 --- a/arch/riscv/configs/tizen_bpif3_defconfig +++ b/arch/riscv/configs/tizen_bpif3_defconfig @@ -673,6 +673,7 @@ CONFIG_F2FS_FS=y CONFIG_F2FS_FS_SECURITY=y CONFIG_QUOTA=y CONFIG_QUOTA_NETLINK_INTERFACE=y +CONFIG_AUTOFS_FS=y CONFIG_FUSE_FS=y CONFIG_VIRTIO_FS=y CONFIG_OVERLAY_FS=y