You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
config SDCARD_FS
|
|
tristate "sdcard file system"
|
|
depends on CONFIGFS_FS
|
|
default y
|
|
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.
|
|
|