Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2de9a622 authored by Chase Qi's avatar Chase Qi Committed by Kevin Hilman
Browse files

linaro-base.conf: remove CONFIG_NFS_V2 is not set



Upstream defconfigs set CONFIG_NFS_V2=y, which is needed to test kernel
with NFSroot. However when we merge the linaro-base.conf, it disables
CONFIG_NFS_V2, which caused NFS mount failure.

Since NFS_V2 is enabled by default in the upstream defconfigs, removing
line "CONFIG_NFS_V2 is not set" will keep it enabled and fix the
problem.

Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
Acked-by: default avatarKevin Hilman <khilman@linaro.org>
(cherry picked from commit 5369b8553259a7acfcb1aac4819e06e8524a9581)
[khilman: picked from v4.1 configs tree, branch: configs-core-tracking]
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parent a0b6bc03
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ CONFIG_JFFS2_RUBIN=y
CONFIG_CRAMFS=y
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
# CONFIG_NFS_V2 is not set
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y