aboutsummaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorPaul Reioux <reioux@gmail.com>2015-03-29 14:52:41 -0400
committerMoyster <oysterized@gmail.com>2016-08-26 16:09:52 +0200
commitd2cdb4e1ce3df4e28b0e51807455ddf424ff2e71 (patch)
tree6d71460d5c5f1da06e3c94aa317af430fdecefba /fs/Kconfig
parent595adec881c2eaead1bd81ce21864407f50b136e (diff)
Dynamic Fsync Control
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