diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-04-20 19:43:10 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-25 11:28:22 +0200 |
| commit | 3d334b7b878214adc7719ee242bf3f190f3dc3bd (patch) | |
| tree | ba54910687555ab78423f200936c0635fd1f6b5b | |
| parent | e1fde43d750e88dddcea93a94ae7b4761fa42913 (diff) | |
defconfig: disable ntfs and let fuse handle it instead
| -rw-r--r-- | arch/arm64/configs/m2note_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/m2note_defconfig b/arch/arm64/configs/m2note_defconfig index 864658681..0e036d8c1 100644 --- a/arch/arm64/configs/m2note_defconfig +++ b/arch/arm64/configs/m2note_defconfig @@ -2884,7 +2884,7 @@ CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" -CONFIG_NTFS_FS=y +# CONFIG_NTFS_FS is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_RW is not set |
