diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-07-17 14:03:38 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-07-17 14:03:49 +0900 |
commit | 0e55e59ae473a19ab160c838505c83d9b023e7e7 (patch) | |
tree | 34ee55adfb0e12b9799b844166d377c7b5c095bb | |
parent | c43a8ea27ff16c6db7bc46bebaaeb0d29eaf91b9 (diff) | |
download | linux-rpi3-0e55e59ae473a19ab160c838505c83d9b023e7e7.tar.gz linux-rpi3-0e55e59ae473a19ab160c838505c83d9b023e7e7.tar.bz2 linux-rpi3-0e55e59ae473a19ab160c838505c83d9b023e7e7.zip |
ARM64: configs: tizen_bcmrpi3_defconfig: Enable FUSE_FSsubmit/tizen/20200717.080515accepted/tizen/unified/20200720.125614
Tizen requires CONFIG_FUSE_FS for user space filesystem. Enable
the option.
Change-Id: Ia4eefdcd95b5be4944a9717e69a4ce2deb31a081
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_bcmrpi3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 80184b02e169..837b97f30190 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -387,6 +387,7 @@ CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_F2FS_FS=y CONFIG_FANOTIFY=y CONFIG_AUTOFS4_FS=y +CONFIG_FUSE_FS=y CONFIG_FSCACHE=y CONFIG_FSCACHE_STATS=y CONFIG_FSCACHE_HISTOGRAM=y |