summaryrefslogtreecommitdiff
path: root/fs/sdcardfs/Kconfig
diff options
context:
space:
mode:
authorDaniel Campello <campello@google.com>2015-07-20 16:23:50 -0700
committerAmit Pundir <amit.pundir@linaro.org>2016-04-07 16:50:01 +0530
commitc4190692cd1fe8b3ba4a3953b3fc0d539d01560d (patch)
tree9aadcd5ab8625e088e77aa065cf446f23d040b55 /fs/sdcardfs/Kconfig
parentabf8eef2ed2e5270047a2ae524d161e0f2c04350 (diff)
Included sdcardfs source code for kernel 3.0
Only included the source code as is for kernel 3.0. Following patches take care of porting this file system to version 3.10. Change-Id: I09e76db77cd98a059053ba5b6fd88572a4b75b5b Signed-off-by: Daniel Campello <campello@google.com>
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