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: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8484>
This commit is contained in:
Aelin 2026-05-04 03:37:42 +02:00 committed by The Friendly Meow (merge) Bot
parent c883d781bd
commit c1ed6289e2
No known key found for this signature in database

View file

@ -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