Initial SPH-L710 JB Source
/fs/Kconfig
blob:88701cc00e0ce403f482a7efe91a9911286e3a9f -> blob:696980eb06330fa57ecf7954f2aca96296285582
--- fs/Kconfig
+++ fs/Kconfig
@@ -274,4 +274,10 @@ endif
source "fs/nls/Kconfig"
source "fs/dlm/Kconfig"
+config DYNAMIC_FSYNC
+ bool "dynamic file sync control"
+ default y
+ help
+ An experimental file sync control using Android's early suspend / late resume drivers
+
endmenu