mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18: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
14
fs/efs/Kconfig
Normal file
14
fs/efs/Kconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
config EFS_FS
|
||||
tristate "EFS file system support (read only)"
|
||||
depends on BLOCK
|
||||
help
|
||||
EFS is an older file system used for non-ISO9660 CD-ROMs and hard
|
||||
disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer
|
||||
uses the XFS file system for hard disk partitions however).
|
||||
|
||||
This implementation only offers read-only access. If you don't know
|
||||
what all this is about, it's safe to say N. For more information
|
||||
about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
|
||||
|
||||
To compile the EFS file system support as a module, choose M here: the
|
||||
module will be called efs.
|
Loading…
Add table
Add a link
Reference in a new issue