aboutsummaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 62282418e..d90a607ba 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -269,4 +269,10 @@ source "fs/nls/Kconfig"
source "fs/dlm/Kconfig"
source "fs/rawfs/Kconfig"
+config DYNAMIC_FSYNC
+ bool "dynamic file sync control"
+ default n
+ help
+ An experimental file sync control using new power_suspend driver
+
endmenu