Commit b52e1f4b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: exynos_defconfig: Enable NFS v4.1 and v4.2

NFS is widely used in debugging and Continuous Integration systems, so
enable the newest versions of protocol: v4.1 and v4.2.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 9f9e2df2
......@@ -322,6 +322,8 @@ CONFIG_CRAMFS=y
CONFIG_ROMFS_FS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V4=y
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_ROOT_NFS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment