From 30066410d3264b66323b52af0d0731732064a496 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 18 Jul 2012 16:56:50 -0300 Subject: linux-imx (2.6.35.3): enable support for NFS v4 To easy use with newer host versions, that defaults to NFS v4, we enabled the support for it on the development boards. It has been applied to: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb Signed-off-by: Otavio Salvador Acked-by: Adrian Alonso --- recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig | 2 +- recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig | 2 +- recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig | 2 +- recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig | 2 +- recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig | 2 +- recipes-kernel/linux/linux-imx_2.6.35.3.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig index 852e2e8..57c027a 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig @@ -1744,7 +1744,7 @@ CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set -# CONFIG_NFS_V4 is not set +CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y # CONFIG_NFSD is not set CONFIG_LOCKD=y diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig index 41a061e..8fa8d4b 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig @@ -1863,7 +1863,7 @@ CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set -# CONFIG_NFS_V4 is not set +CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y # CONFIG_NFSD is not set CONFIG_LOCKD=y diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig index 7aa8c28..f61aa48 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx51evk/defconfig @@ -2248,7 +2248,7 @@ CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set -# CONFIG_NFS_V4 is not set +CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y # CONFIG_NFSD is not set CONFIG_LOCKD=y diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig index f6f1b9b..fda49eb 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53ard/defconfig @@ -2280,7 +2280,7 @@ CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set -# CONFIG_NFS_V4 is not set +CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y # CONFIG_NFSD is not set CONFIG_LOCKD=y diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig index b0c88fb..35db9c4 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx53qsb/defconfig @@ -2277,7 +2277,7 @@ CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set -# CONFIG_NFS_V4 is not set +CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y # CONFIG_NFSD is not set CONFIG_LOCKD=y diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb index 3a81011..f671597 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Linux kernel for imx platforms" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -PR = "r26" +PR = "r27" inherit kernel COMPATIBLE_MACHINE = "(mxs|mx5)" -- cgit v1.2.3-54-g00ecf