diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2019-01-26 00:03:43 +0200 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-01-26 00:06:25 +0200 |
commit | 218e710cc20e6baac3efcf75cb9364050e95681d (patch) | |
tree | bb2d0bccf743f374276c5d80aeec388be630b234 /arch/arm/configs | |
parent | ff8524b7334de9ff92d171ba8187d22dd8543856 (diff) |
ARM: defconfig: lpc32xx: enable NFSv4 support
The change allows to mount rootfs shared on an NFSv4 server.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 6cf9ebb17274..2e1611578c61 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -177,6 +177,9 @@ CONFIG_JFFS2_FS_WBUF_VERIFY=y CONFIG_UBIFS_FS=y CONFIG_CRAMFS=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 |