kconfigcheck: CONFIG_NFS_V4_1 is not available starting from Linux v7.0

See [1], which was merged into v7.0.

[1] https://lore.kernel.org/all/20260126203938.450304-15-anna@kernel.org/

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8429>
This commit is contained in:
Eisenbahnfan 2026-04-26 09:48:07 +02:00 committed by The Friendly Meow (merge) Bot
parent db45854e65
commit a325d6d06d
No known key found for this signature in database

View file

@ -132,7 +132,6 @@ NFS_FS = "m"
NFS_FSCACHE = "y"
NFS_V3 = "m"
NFS_V4 = "m"
NFS_V4_1 = "y"
NFS_V4_2 = "y"
NFSD = "m"
NFSD_V3_ACL = "y"
@ -147,6 +146,7 @@ RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2 = "y"
RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA = "y"
["category:netmount"."<7.0"."all"]
CRYPTO_AES_TI = "m"
NFS_V4_1 = "y"
["category:netmount".">=0.0.0"."aarch64"]
CRYPTO_AES_ARM64_CE_BLK = "y"