kconfigcheck: Build 'netmount' category as modules where possible

There's no need to have these built-in to the kernel, better to build
these options as modules to keep the impact low.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8063>
This commit is contained in:
Luca Weiss 2026-02-24 09:09:11 +01:00 committed by The Friendly Meow (merge) Bot
parent d56a1df0fd
commit 470789f095
No known key found for this signature in database

View file

@ -120,22 +120,22 @@ USER_NS = "y"
UTS_NS = "y"
["category:netmount".">=2.6.0"."all"]
CACHEFILES = "y"
CRYPTO_CAMELLIA = "y"
CRYPTO_CTS = "y"
CACHEFILES = "m"
CRYPTO_CAMELLIA = "m"
CRYPTO_CTS = "m"
CRYPTO_HMAC = "y"
CRYPTO_SHA256 = "y"
CRYPTO_SHA512 = "y"
FSCACHE = "y"
NFS_FS = "y"
NFS_FS = "m"
NFS_FSCACHE = "y"
NFS_V3 = "y"
NFS_V4 = "y"
RPCSEC_GSS_KRB5 = "y"
NFS_V3 = "m"
NFS_V4 = "m"
RPCSEC_GSS_KRB5 = "m"
["category:netmount".">=3.1.0"."all"]
CRYPTO_CMAC = "m"
["category:netmount".">=3.10.0"."all"]
CRYPTO_AES_TI = "y"
CRYPTO_AES_TI = "m"
["category:netmount".">=3.10.0"."aarch64"]
CRYPTO_AES_ARM64_CE_BLK = "y"
["category:netmount".">=4.14.0"."all"]