kconfigcheck: Enable NFSD options

Enable the in-kernel NFS server along with some other related options.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8117>
This commit is contained in:
Luca Weiss 2026-03-03 13:38:27 +01:00 committed by The Friendly Meow (merge) Bot
parent 51f2a726b1
commit fbaf608c1c
No known key found for this signature in database

View file

@ -132,7 +132,15 @@ 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"
NFSD_V4 = "y"
NFSD_PNFS = "y"
NFSD_BLOCKLAYOUT = "y"
NFSD_SCSILAYOUT = "y"
NFSD_V4_2_INTER_SSC = "y"
RPCSEC_GSS_KRB5 = "m"
RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1 = "y"
RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2 = "y"