]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: add Kconfig and Makefile
authorNamjae Jeon <linkinjeon@kernel.org>
Mon, 2 Feb 2026 07:00:57 +0000 (16:00 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 19 Feb 2026 12:51:00 +0000 (21:51 +0900)
commit47503f989736d6c4c9f8bfca1c28d267473ccd4b
treeea90946e77a9e2fda1fbec983d63434ee5239065
parentf3b47720c2b1e3ded09ad86c55b50af24b4170bb
ntfs: add Kconfig and Makefile

Introduce Kconfig and Makefile for remade ntfs.
And this patch make ntfs and ntfs3 mutually exclusive so only one can be
built-in(y), while both can still be built as modules(m).

Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/Kconfig
fs/Makefile
fs/ntfs/Kconfig [new file with mode: 0644]
fs/ntfs/Makefile [new file with mode: 0644]
fs/ntfs3/Kconfig