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

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

[1] https://lore.kernel.org/all/20260112192035.10427-9-ebiggers@kernel.org/

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8410>
This commit is contained in:
Neil Armstrong 2026-04-22 16:24:05 +02:00 committed by The Friendly Meow (merge) Bot
parent 0add2ad499
commit 8155e23632
No known key found for this signature in database

View file

@ -135,7 +135,7 @@ NFS_V4 = "m"
RPCSEC_GSS_KRB5 = "m"
["category:netmount".">=3.1.0"."all"]
CRYPTO_CMAC = "m"
["category:netmount".">=3.10.0"."all"]
["category:netmount".">=3.10.0 <7.0"."all"]
CRYPTO_AES_TI = "m"
["category:netmount".">=3.10.0"."aarch64"]
CRYPTO_AES_ARM64_CE_BLK = "y"