diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-16 14:44:06 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-17 22:04:47 +0300 |
commit | b52e1f4b159a134fad9507e0a6485e7032b5d40a (patch) | |
tree | 569f0c6338a7f98ccbe10f3a74fa62648b571053 /arch/arm/configs/exynos_defconfig | |
parent | 9f9e2df2e64df197ff6548ef494f76be5b35d08a (diff) | |
download | linux-b52e1f4b159a134fad9507e0a6485e7032b5d40a.tar.xz |
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 <krzk@kernel.org>
Diffstat (limited to 'arch/arm/configs/exynos_defconfig')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 026407101cf2..0fd4cc28dc86 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -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 |