mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
24
fs/sdcardfs/Kconfig
Normal file
24
fs/sdcardfs/Kconfig
Normal file
|
@ -0,0 +1,24 @@
|
|||
config SDCARD_FS
|
||||
tristate "sdcard file system"
|
||||
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.
|
||||
|
||||
config SDCARD_FS_CI_SEARCH
|
||||
tristate "sdcardfs case-insensitive search support"
|
||||
depends on SDCARD_FS
|
||||
default y
|
||||
|
||||
config SDCARD_FS_XATTR
|
||||
bool "Sdcardfs extended attribute"
|
||||
default y
|
||||
depends on SDCARD_FS
|
||||
help
|
||||
Modification of sdcard file system for xattr
|
Loading…
Add table
Add a link
Reference in a new issue