summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-04 15:12:21 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-15 07:48:55 -0300
commit84d86a144421d9ab0e99d7c521c38c8d3b6214ba (patch)
tree7531a4c92d2a8899cc9ed35bd6535f88c1bc61bf /recipes-kernel/linux/linux-fslc-imx
parentf7e8d04ac7e3f4564305249c43178fabd1cec30e (diff)
downloadmeta-freescale-84d86a144421d9ab0e99d7c521c38c8d3b6214ba.tar.gz
linux-fslc-imx: Disable Vivante GPU support
The Vivante GPU is used as kernel module for all i.MX6, by default, so the defconfig should not enable it as other SoC (as i.MX6UL and i.MX7D) uses the same defconfig and does not have the Vivante GPU. This avoids the built-in driver build for other SoCs, thus fixing a build error with GCC 6, which is hidden when using the external module. Change-Id: Ib12cfe494d75b6407eaf72c386094cc03606c7f8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx/defconfig b/recipes-kernel/linux/linux-fslc-imx/defconfig
index 40e35b99..df7d7f4e 100644
--- a/recipes-kernel/linux/linux-fslc-imx/defconfig
+++ b/recipes-kernel/linux/linux-fslc-imx/defconfig
@@ -328,7 +328,6 @@ CONFIG_MMC_SDHCI_PLTFM=y
328CONFIG_MMC_SDHCI_ESDHC_IMX=y 328CONFIG_MMC_SDHCI_ESDHC_IMX=y
329CONFIG_MXC_IPU=y 329CONFIG_MXC_IPU=y
330CONFIG_MXC_IPU_V3_PRE=y 330CONFIG_MXC_IPU_V3_PRE=y
331CONFIG_MXC_GPU_VIV=y
332CONFIG_MXC_SIM=y 331CONFIG_MXC_SIM=y
333CONFIG_MXC_MIPI_CSI2=y 332CONFIG_MXC_MIPI_CSI2=y
334CONFIG_MXC_HDMI_CEC=y 333CONFIG_MXC_HDMI_CEC=y