Message ID | 20191210123352.7555-7-s.hauer@pengutronix.de (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | virt-dma and i.MX SDMA fixes | expand |
On Tue, Dec 10, 2019 at 01:33:52PM +0100, Sascha Hauer wrote: > Enable NFS_V4_1 and NFS_V4_2 to support NFS servers providing that > protocol. > > Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> > --- > arch/arm/configs/imx_v6_v7_defconfig | 2 ++ > 1 file changed, 2 insertions(+) Ignore this one, it shouldn't be part of this series. Sascha
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 26d6dee67aa6..23a26e786ae9 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -442,6 +442,8 @@ CONFIG_UBIFS_FS=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_DEFAULT="cp437" CONFIG_NLS_CODEPAGE_437=y
Enable NFS_V4_1 and NFS_V4_2 to support NFS servers providing that protocol. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> --- arch/arm/configs/imx_v6_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+)