summaryrefslogtreecommitdiff
path: root/fs/sdcardfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sdcardfs/Kconfig')
-rw-r--r--fs/sdcardfs/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/sdcardfs/Kconfig b/fs/sdcardfs/Kconfig
new file mode 100644
index 000000000000..a1c103316ac7
--- /dev/null
+++ b/fs/sdcardfs/Kconfig
@@ -0,0 +1,13 @@
+config SDCARD_FS
+ tristate "sdcard file system"
+ depends on CONFIGFS_FS
+ default n
+ help
+ Sdcardfs is based on Wrapfs file system.
+
+config SDCARD_FS_FADV_NOACTIVE
+ bool "sdcardfs fadvise noactive support"
+ depends on FADV_NOACTIVE
+ default y
+ help
+ Sdcardfs supports fadvise noactive mode.