ANDROID: binder: clarify deferred thread work.
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / fs / Kconfig
index c229f828eb012ea32a13c306cf1953ae85e3ca2a..e10ca4b2dc5b03505870803eb11220f408fc2240 100644 (file)
@@ -8,11 +8,16 @@ menu "File systems"
 config DCACHE_WORD_ACCESS
        bool
 
+config INTERRUPTIBLE_SYNC
+       bool "Support interruptible sync for Samsung Mobile Device"
+       default y
+
 if BLOCK
 
 source "fs/ext2/Kconfig"
 source "fs/ext3/Kconfig"
 source "fs/ext4/Kconfig"
+source "fs/sdcardfs/Kconfig"
 
 config FS_XIP
 # execute in place
@@ -61,6 +66,8 @@ config FILE_LOCKING
           for filesystems like NFS and for the flock() system
           call. Disabling this option saves about 11k.
 
+source "fs/crypto/Kconfig"
+
 source "fs/notify/Kconfig"
 
 source "fs/quota/Kconfig"
@@ -92,7 +99,9 @@ if BLOCK
 menu "DOS/FAT/NT Filesystems"
 
 source "fs/fat/Kconfig"
+source "fs/exfat/Kconfig"
 source "fs/ntfs/Kconfig"
+source "fs/sdfat/Kconfig"
 
 endmenu
 endif # BLOCK