diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-07-07 17:06:45 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-16 03:41:31 +0200 |
commit | a5a56f07c2726cc801efccd23f8df29af04d6d19 (patch) | |
tree | fa4be0b3c02b23fbfbed57c36288b35d5235e707 /arch/arm/configs | |
parent | ARM: imx_v6_v7_defconfig: Enable GPIO_74X164 (diff) | |
download | linux-a5a56f07c2726cc801efccd23f8df29af04d6d19.tar.xz linux-a5a56f07c2726cc801efccd23f8df29af04d6d19.zip |
ARM: imx_v6_v7_defconfig: Select the coda driver as module
The coda driver may be probed prior to the rootfs being available, leading
to firmware loading failure.
To avoid such problem, select the coda driver as module.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index bf51949622ce..49e796961726 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -236,7 +236,7 @@ CONFIG_USB_VIDEO_CLASS=m CONFIG_V4L_PLATFORM_DRIVERS=y CONFIG_SOC_CAMERA=y CONFIG_V4L_MEM2MEM_DRIVERS=y -CONFIG_VIDEO_CODA=y +CONFIG_VIDEO_CODA=m CONFIG_SOC_CAMERA_OV2640=y CONFIG_IMX_IPUV3_CORE=y CONFIG_DRM=y |