summaryrefslogtreecommitdiff
path: root/fs/sdcardfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sdcardfs/Kconfig')
-rw-r--r--fs/sdcardfs/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/fs/sdcardfs/Kconfig b/fs/sdcardfs/Kconfig
new file mode 100644
index 000000000000..657f4958e8d6
--- /dev/null
+++ b/fs/sdcardfs/Kconfig
@@ -0,0 +1,18 @@
+config SDCARD_FS
+ tristate "sdcard file system"
+ depends on EXPERIMENTAL
+ 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.
+
+config SDCARD_FS_CI_SEARCH
+ tristate "sdcardfs case-insensitive search support"
+ depends on SDCARD_FS
+ default y