diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-08-31 02:33:21 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-08-31 02:34:03 +0200 |
| commit | 74fcfbf9f0923ceb544c706757c4cd11a14eab19 (patch) | |
| tree | 8b32b8af7396807648e5512e4044ce1366b743b2 | |
| parent | c0157a35d2080b13442466034db6485a1b993739 (diff) | |
defconfig enable ntfs drivers
| -rw-r--r-- | arch/arm64/configs/m2note_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/configs/m2note_defconfig b/arch/arm64/configs/m2note_defconfig index 536e73cdb..32bd5f04c 100644 --- a/arch/arm64/configs/m2note_defconfig +++ b/arch/arm64/configs/m2note_defconfig @@ -2926,7 +2926,9 @@ CONFIG_EXFAT_DISCARD=y # CONFIG_EXFAT_DEBUG_MSG is not set CONFIG_EXFAT_DEFAULT_CODEPAGE=437 CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8" -# CONFIG_NTFS_FS is not set +CONFIG_NTFS_FS=y +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_RW=y # # Pseudo filesystems |
