From 64bbcce9740ff84482b2e5da7b52c2fbcfdc0ba5 Mon Sep 17 00:00:00 2001
From: Wei Wang <wvw@google.com>
Date: Thu, 23 Feb 2017 18:21:03 -0800
Subject: [PATCH] arm64: configs: marlin: add FUSE FS back

FUSE is used by new StorageManager#openProxyFileDescriptor API.

Bug: 35386075
Bug: 29970149
Test: marlin boot
Change-Id: I47147c7be89900058ab37c3a6a79dd28ebbd17bf
Signed-off-by: Wei Wang <wvw@google.com>
---
 arch/arm64/configs/marlin_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/marlin_defconfig b/arch/arm64/configs/marlin_defconfig
index 3edbbc1d0909..ef2b584c2b30 100644
--- a/arch/arm64/configs/marlin_defconfig
+++ b/arch/arm64/configs/marlin_defconfig
@@ -557,6 +557,7 @@ CONFIG_QUOTA=y
 CONFIG_QUOTA_NETLINK_INTERFACE=y
 # CONFIG_PRINT_QUOTA_WARNING is not set
 CONFIG_QFMT_V2=y
+CONFIG_FUSE_FS=y
 CONFIG_UDF_FS=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
-- 
GitLab