mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
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.
|