mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
27
fs/exfat/Kconfig
Normal file
27
fs/exfat/Kconfig
Normal file
|
@ -0,0 +1,27 @@
|
|||
config EXFAT_FS
|
||||
tristate
|
||||
default y
|
||||
select NLS
|
||||
select NLS_UTF8
|
||||
help
|
||||
If you want to use the exFAT file systems, then you must say Y or M here
|
||||
to inlucde exFAT support.
|
||||
|
||||
config EXFAT_VIRTUAL_XATTR
|
||||
bool "Virtual xattr support for exFAT filesystem"
|
||||
default y
|
||||
depends on EXFAT_FS
|
||||
help
|
||||
Modification of exFAT filesystem for virtual xattr
|
||||
|
||||
config EXFAT_VIRTUAL_XATTR_SELINUX_LABEL
|
||||
string "Default string for SELinux label"
|
||||
depends on EXFAT_FS && EXFAT_VIRTUAL_XATTR
|
||||
default "u:object_r:sdcard_external:s0"
|
||||
help
|
||||
Set this to the default string for SELinux label.
|
||||
|
||||
config EXFAT_SUPPORT_STLOG
|
||||
bool "Enable storage log"
|
||||
default y
|
||||
depends on EXFAT_FS && PROC_STLOG
|
Loading…
Add table
Add a link
Reference in a new issue