mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
# https://cirosantilli.com/linux-kernel-module-cheat#nfs
|
|
CONFIG_NFSD=y
|
|
CONFIG_NFSD_V2_ACL=y
|
|
CONFIG_NFSD_V3=y
|
|
CONFIG_NFSD_V3_ACL=y
|
|
CONFIG_NFSD_V4=y
|
|
CONFIG_NFSD_PNFS=y
|
|
CONFIG_NFSD_BLOCKLAYOUT=y
|
|
CONFIG_NFSD_SCSILAYOUT=y
|
|
CONFIG_NFSD_FLEXFILELAYOUT=y
|
|
CONFIG_NFSD_FAULT_INJECTION=y
|
|
CONFIG_NFS_ACL_SUPPORT=y
|
|
CONFIG_NFS_COMMON=y
|