aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/multi_v7_defconfig
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-01-16 12:44:07 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2020-01-17 20:04:47 +0100
commit484603387077803d0e5f993faa987e06d8d98a43 (patch)
treea64eed3262a0e3424dcd017b5d0302edbd987b38 /arch/arm/configs/multi_v7_defconfig
parentARM: exynos_defconfig: Enable NFS v4.1 and v4.2 (diff)
downloadlinux-dev-484603387077803d0e5f993faa987e06d8d98a43.tar.xz
linux-dev-484603387077803d0e5f993faa987e06d8d98a43.zip
ARM: multi_v7_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 '')
-rw-r--r--arch/arm/configs/multi_v7_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 3f1b96dc7faa..519975abf791 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1092,6 +1092,8 @@ CONFIG_PSTORE_RAM=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3_ACL=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_ISO8859_1=y