diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-06-09 13:48:17 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-06-09 13:48:19 +0900 |
commit | 3a787d8f31f201ba75781174f9066d705f342470 (patch) | |
tree | d93580821fa8d9e46739158f25d2a60969be7daa | |
parent | c1e6266ca56b2e9c5ffcb6327ad5dc5d0f529e93 (diff) | |
download | linux-exynos-3a787d8f31f201ba75781174f9066d705f342470.tar.gz linux-exynos-3a787d8f31f201ba75781174f9066d705f342470.tar.bz2 linux-exynos-3a787d8f31f201ba75781174f9066d705f342470.zip |
ARM: odroidxu3_defconfig: enable fuse
This patch enables fuse config to support user file system.
Change-Id: I6543ace82673ab4108ea3154524cee5fb29a4760
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm/configs/odroidxu3_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/odroidxu3_defconfig b/arch/arm/configs/odroidxu3_defconfig index 89e6e8894012..0fcabc9be6ec 100644 --- a/arch/arm/configs/odroidxu3_defconfig +++ b/arch/arm/configs/odroidxu3_defconfig @@ -3867,7 +3867,8 @@ CONFIG_FANOTIFY=y # CONFIG_QUOTA is not set # CONFIG_QUOTACTL is not set CONFIG_AUTOFS4_FS=y -# CONFIG_FUSE_FS is not set +CONFIG_FUSE_FS=y +# CONFIG_CUSE is not set # CONFIG_OVERLAY_FS is not set # |