From 470789f095d17fa57a05ad2b84cd16c0334eee1c Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Tue, 24 Feb 2026 09:09:11 +0100 Subject: [PATCH] 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: --- kconfigcheck.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 26b9a82be..5db6245c8 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -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"]