]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx (3.0.35): Configure GPU module to be builtin
authorDaiane Angolini <daiane.angolini@freescale.com>
Thu, 22 Nov 2012 12:06:36 +0000 (06:06 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 23 Nov 2012 11:18:55 +0000 (09:18 -0200)
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 <daiane.angolini@freescale.com>
meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig
meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb

index b5e457ea3167dc56ea13eac5a22c892d777ebc94..a8bc503cecea21d3ae9c9bc4fe0f6eb42b8660cb 100644 (file)
@@ -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
index 37f38acfd80fdbdc4007ffee134a117110770f06..60ec3b00b7ad7cb8d394b0731fe272436ede5242 100644 (file)
@@ -3,7 +3,7 @@
 
 include linux-imx.inc
 
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
 COMPATIBLE_MACHINE = "(mx6)"