diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-06-10 20:28:42 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-06-10 20:28:45 +0900 |
commit | 5caaa4c5080b69ee1569ae7ba36c61befe34cf06 (patch) | |
tree | a2fa956a60450338ebe69ce9723b0773894ca1d7 /arch | |
parent | 6c0f62d75991cffb9f27e0e45a22e8ea4b06e7e7 (diff) | |
download | linux-3.10-submit/tizen/20150610.113501.tar.gz linux-3.10-submit/tizen/20150610.113501.tar.bz2 linux-3.10-submit/tizen/20150610.113501.zip |
arm: tizen_odroid_defconfig: enable fusesubmit/tizen/20150610.113501accepted/tizen/wearable/20150611.004610accepted/tizen/tv/20150611.004531accepted/tizen/mobile/20150611.004515accepted/tizen/common/20150610.144532
This patch enables fuse config to support user file system.
Change-Id: I6928b6808f1b47e244cd1de7793466575e7de550
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tizen_odroid_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index 655d96e3f17..5a6580c220f 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -3203,7 +3203,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_GENERIC_ACL=y # |