From: Łukasz Stelmach Date: Thu, 7 Dec 2023 13:47:21 +0000 (+0100) Subject: x86/defconfigs: Enable virtio fs transport for Plan9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Flstelmach%2Fvirgl;p=sdk%2Femulator%2Femulator-kernel.git x86/defconfigs: Enable virtio fs transport for Plan9 Enable sharing host files via QUEM with guest. Change-Id: I9003e5740a6a4b5ead8a93530a49f2bbc9eb2d5f Signed-off-by: Łukasz Stelmach --- diff --git a/arch/x86/configs/tizen_qemu_x86_64_defconfig b/arch/x86/configs/tizen_qemu_x86_64_defconfig index 44d2256db653..be22a648a158 100644 --- a/arch/x86/configs/tizen_qemu_x86_64_defconfig +++ b/arch/x86/configs/tizen_qemu_x86_64_defconfig @@ -325,6 +325,7 @@ CONFIG_EXT3_FS_SECURITY=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y CONFIG_CUSE=y +CONFIG_VIRTIO_FS=y CONFIG_OVERLAY_FS=y CONFIG_ISO9660_FS=y CONFIG_JOLIET=y diff --git a/arch/x86/configs/tizen_qemu_x86_defconfig b/arch/x86/configs/tizen_qemu_x86_defconfig index be7835cde879..195b73cc2fc2 100644 --- a/arch/x86/configs/tizen_qemu_x86_defconfig +++ b/arch/x86/configs/tizen_qemu_x86_defconfig @@ -324,6 +324,7 @@ CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y +CONFIG_VIRTIO_FS=y CONFIG_CUSE=y CONFIG_OVERLAY_FS=y CONFIG_ISO9660_FS=y