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.
21 lines
451 B
21 lines
451 B
7 months ago
|
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.
|
||
|
|
||
|
config SDCARD_FS_SHARE_PRIMARY_OBB
|
||
|
bool "sdcardfs primary user share obb"
|
||
|
depends on SDCARD_FS
|
||
|
default n
|
||
|
help
|
||
|
primary user share Android/obb and obb
|