Skip to content

Commit b52e1f4

Browse files
committed
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: Krzysztof Kozlowski <[email protected]>
1 parent 9f9e2df commit b52e1f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/configs/exynos_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ CONFIG_CRAMFS=y
322322
CONFIG_ROMFS_FS=y
323323
CONFIG_NFS_FS=y
324324
CONFIG_NFS_V4=y
325+
CONFIG_NFS_V4_1=y
326+
CONFIG_NFS_V4_2=y
325327
CONFIG_ROOT_NFS=y
326328
CONFIG_NLS_CODEPAGE_437=y
327329
CONFIG_NLS_ASCII=y

0 commit comments

Comments
 (0)