From 981ec6abdf60586dc9d3b5b50f45be27410ea39e Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Thu, 22 Nov 2012 06:06:36 -0600 Subject: linux-imx (3.0.35): Configure GPU module to be builtin Change defconfig for mx6 family. This module was configured to be built as module, but for X11 environment it would be better to have it always included in kernel. Change-Id: I3fc48192a1f366671f1f5fea904379bdee6eb69c Signed-off-by: Daiane Angolini --- recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig | 2 +- recipes-kernel/linux/linux-imx_3.0.35.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig index b5e457e..a8bc503 100644 --- a/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig +++ b/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig @@ -250,7 +250,7 @@ CONFIG_MXC_IPU=y # CONFIG_MXC_HWEVENT is not set CONFIG_MXC_ASRC=y CONFIG_MXC_MLB150=m -CONFIG_MXC_GPU_VIV=m +CONFIG_MXC_GPU_VIV=y CONFIG_MXC_MIPI_CSI2=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 37f38ac..60ec3b0 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -3,7 +3,7 @@ include linux-imx.inc -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" COMPATIBLE_MACHINE = "(mx6)" -- cgit v1.2.3-54-g00ecf