Message ID | 20211106155427.753197-5-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [V2,1/5] soc: imx: imx8m-blk-ctrl: Fix imx8mm mipi reset | expand |
On Sat, Nov 6, 2021 at 12:54 PM Adam Ford <aford173@gmail.com> wrote: > > The Beacon EmbeddedWorks imx8mm development kit has a TD Next 5640 > Camera. Enable the OV5640 driver to use the camera. > > Signed-off-by: Adam Ford <aford173@gmail.com> Maybe this one could be squashed with the other defconfig patch. Either way: Reviewed-by: Fabio Estevam <festevam@gmail.com>
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index bc261cf2ef5a..4c1eb9aae5e5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -668,6 +668,7 @@ CONFIG_VIDEO_QCOM_VENUS=m CONFIG_SDR_PLATFORM_DRIVERS=y CONFIG_VIDEO_RCAR_DRIF=m CONFIG_VIDEO_IMX219=m +CONFIG_VIDEO_OV5640=m CONFIG_VIDEO_OV5645=m CONFIG_VIDEO_QCOM_CAMSS=m CONFIG_DRM=m
The Beacon EmbeddedWorks imx8mm development kit has a TD Next 5640 Camera. Enable the OV5640 driver to use the camera. Signed-off-by: Adam Ford <aford173@gmail.com> --- V2: No Change arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)