diff options
| author | ShevT <shev_t@mail.ru> | 2016-08-15 15:10:54 +0300 |
|---|---|---|
| committer | ShevT <shev_t@mail.ru> | 2016-08-15 15:10:54 +0300 |
| commit | 2c50394ac1cacbe7c15f3e3a9602322dced776c6 (patch) | |
| tree | 660bb04a03536b1bcf9b1433bf44a919f4488803 | |
| parent | e8bd62e17c45f6ace120d8c492dfc135e6a09002 (diff) | |
| download | android_kernel_m2note-2c50394ac1cacbe7c15f3e3a9602322dced776c6.tar.gz | |
recovery_defconfig: Enable NTFS support
| -rwxr-xr-x | arch/arm64/configs/m2note_recovery_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/configs/m2note_recovery_defconfig b/arch/arm64/configs/m2note_recovery_defconfig index 88cf38751..edb94bd16 100755 --- a/arch/arm64/configs/m2note_recovery_defconfig +++ b/arch/arm64/configs/m2note_recovery_defconfig @@ -2835,7 +2835,9 @@ CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" -# CONFIG_NTFS_FS is not set +CONFIG_NTFS_FS=y +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_RW=y # # Pseudo filesystems |
