diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2012-11-22 06:06:36 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-11-23 09:18:55 -0200 |
commit | 981ec6abdf60586dc9d3b5b50f45be27410ea39e (patch) | |
tree | e273ed145561d01acd2191b297bc0a96c58a15e0 | |
parent | 8b619b37a36c7b418103a69016ffaabcf84b10d8 (diff) | |
download | meta-fsl-arm-981ec6abdf60586dc9d3b5b50f45be27410ea39e.tar.gz |
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 <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig | 2 | ||||
-rw-r--r-- | 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 | |||
250 | # CONFIG_MXC_HWEVENT is not set | 250 | # CONFIG_MXC_HWEVENT is not set |
251 | CONFIG_MXC_ASRC=y | 251 | CONFIG_MXC_ASRC=y |
252 | CONFIG_MXC_MLB150=m | 252 | CONFIG_MXC_MLB150=m |
253 | CONFIG_MXC_GPU_VIV=m | 253 | CONFIG_MXC_GPU_VIV=y |
254 | CONFIG_MXC_MIPI_CSI2=y | 254 | CONFIG_MXC_MIPI_CSI2=y |
255 | CONFIG_EXT2_FS=y | 255 | CONFIG_EXT2_FS=y |
256 | CONFIG_EXT3_FS=y | 256 | 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 @@ | |||
3 | 3 | ||
4 | include linux-imx.inc | 4 | include linux-imx.inc |
5 | 5 | ||
6 | PR = "${INC_PR}.2" | 6 | PR = "${INC_PR}.3" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(mx6)" | 8 | COMPATIBLE_MACHINE = "(mx6)" |
9 | 9 | ||