From c1ed6289e21dec7897841bea23fd50135ec1bf38 Mon Sep 17 00:00:00 2001 From: Aelin Date: Mon, 4 May 2026 03:37:42 +0200 Subject: [PATCH] kconfigcheck: Require the improved NTFS driver in 7.1+ Linux 7.1 introduces a new NTFS driver that is more compatible than NTFS3, faster and has more features. Let's switch to it for kernel versions where it is available. Part-of: --- kconfigcheck.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index bc486b8d5..2c2fb548e 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -433,8 +433,12 @@ EFI_PARAMS_FROM_FDT = "y" EFI_ZBOOT = "y" # Devices that used to run windows may still want to access # the windows partition (e.g. to retrieve firmware on WoA) -["category:uefi".">=0.0.0"."aarch64 x86_64"] +["category:uefi"."<7.1_rc1"."aarch64 x86_64"] NTFS3_FS = "m" +# The improved NTFS driver that is faster and more correct +# than NTFS3 is only available since 7.1-rc1 +["category:uefi".">=7.1_rc1"."aarch64 x86_64"] +NTFS_FS = "m" ["category:input".">=0.0.0"."all"] BT = "m" # Required by BT_HIDP