summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2021-05-11 18:30:56 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-05-14 14:35:12 +0200
commit6796af332a529809b1efc628f79129b57734fd67 (patch)
tree27540e51e7fd8b8e8ae31ec3e27a621b0183b2f9
parent1f21bfc9fc42895e5e1bb5a887de8a0aca676ff4 (diff)
downloadenea-kernel-cache-6796af332a529809b1efc628f79129b57734fd67.tar.gz
features/nfs/nfs_n: fix build issue
kernel build warning: "[INFO]: Fragments with badly formatted configuration options: - fragment configs/v5.10/standard/features/nfs/nfs_n.cfg has the following issues: #CONFIG_NFS_DEF_FILE_IO_SIZE=4096" Change-Id: Id763daca97d02a288f8d4a05abdf0b1614a544a4 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r--features/nfs/nfs_n.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/nfs/nfs_n.cfg b/features/nfs/nfs_n.cfg
index a8e60a3..f5788cb 100644
--- a/features/nfs/nfs_n.cfg
+++ b/features/nfs/nfs_n.cfg
@@ -1,7 +1,6 @@
1CONFIG_NETWORK_FILESYSTEMS=n 1CONFIG_NETWORK_FILESYSTEMS=n
2CONFIG_NFS_FS=n 2CONFIG_NFS_FS=n
3CONFIG_NFS_V2=n 3CONFIG_NFS_V2=n
4#CONFIG_NFS_DEF_FILE_IO_SIZE=4096
5CONFIG_NFS_V3=n 4CONFIG_NFS_V3=n
6# CONFIG_NFS_V3_ACL is not set 5# CONFIG_NFS_V3_ACL is not set
7CONFIG_NFS_V4=n 6CONFIG_NFS_V4=n