Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 06a7e40

Browse files
committed
Enable NTFS R/W support
1 parent 3d53394 commit 06a7e40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arm64/configs/kernvatore_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3502,7 +3502,9 @@ CONFIG_FAT_FS=y
35023502
CONFIG_VFAT_FS=y
35033503
CONFIG_FAT_DEFAULT_CODEPAGE=437
35043504
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
3505-
# CONFIG_NTFS_FS is not set
3505+
CONFIG_NTFS_FS=y
3506+
# CONFIG_NTFS_DEBUG is not set
3507+
CONFIG_NTFS_RW=y
35063508

35073509
#
35083510
# Pseudo filesystems

0 commit comments

Comments
 (0)