Skip to content

Commit 4846033

Browse files
committed
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 <[email protected]>
1 parent b52e1f4 commit 4846033

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/configs/multi_v7_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,8 @@ CONFIG_PSTORE_RAM=y
10921092
CONFIG_NFS_FS=y
10931093
CONFIG_NFS_V3_ACL=y
10941094
CONFIG_NFS_V4=y
1095+
CONFIG_NFS_V4_1=y
1096+
CONFIG_NFS_V4_2=y
10951097
CONFIG_ROOT_NFS=y
10961098
CONFIG_NLS_CODEPAGE_437=y
10971099
CONFIG_NLS_ISO8859_1=y

0 commit comments

Comments
 (0)