2286cd5e4c
CONFIG_SDCARD_FS_CI_SEARCH only guards a define for LOOKUP_CASE_INSENSITIVE, which is never used in the kernel. Remove both, along with the option matching that supports it. Change-Id: I363a8f31de8ee7a7a934d75300cc9ba8176e2edf Signed-off-by: Daniel Rosenberg <drosen@google.com>
13 lines
294 B
Text
13 lines
294 B
Text
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.
|