c05564c4d8
Android 13
14 lines
294 B
Plaintext
Executable file
14 lines
294 B
Plaintext
Executable file
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.
|