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:
parent
c883d781bd
commit
c1ed6289e2
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue