summaryrefslogtreecommitdiffstats
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-05 13:47:29 -0300
commit92fedef5547a1dc19d3368b578c964de0f513a7d (patch)
tree57a760a1ea4c9f76cd41365dd2f31d7911470ca1
parenta6046aafbfd8b995ee13ecf6a837a34b4b1b4f14 (diff)
downloadmeta-fsl-arm-92fedef5547a1dc19d3368b578c964de0f513a7d.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>
-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 40e35b9..df7d7f4 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