diff options
| author | Namjae Jeon <linkinjeon@kernel.org> | 2026-03-05 11:37:02 +0300 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-03-05 11:37:02 +0300 |
| commit | 5eed3d6aa58c7f1ded6ba31fb2ae013ae55e7006 (patch) | |
| tree | 1b1b7f3402bcb06a84e9e43cbe3b495ea43255cd | |
| parent | 040457cfeaea667d6a9d959d04405c94fa9ac7a4 (diff) | |
| download | linux-5eed3d6aa58c7f1ded6ba31fb2ae013ae55e7006.tar.xz | |
ntfs: select FS_IOMAP in Kconfig
Add 'select FS_IOMAP' to the NTFS_FS Kconfig option so that CONFIG_NTFS_FS
automatically enables CONFIG_FS_IOMAP when built.
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
| -rw-r--r-- | fs/ntfs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/Kconfig b/fs/ntfs/Kconfig index e5fd1378fbbf..6a6acde9ba91 100644 --- a/fs/ntfs/Kconfig +++ b/fs/ntfs/Kconfig @@ -2,6 +2,7 @@ config NTFS_FS tristate "NTFS file system support" select NLS + select FS_IOMAP help NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003. This allows you to mount devices formatted with the ntfs file system. |
