Skip to content

Commit ad775ac

Browse files
aford173Shawn Guo
authored andcommitted
arm64: defconfig: Enable video capture drivers on imx8mm/imx8mn
The imx8m Mini and imx8m Nano both use the same CSIS driver for interfacing with sensors and cameras. The Mini routes the CSIS output to the imx7-CSI driver, and the Nano routes the CSIS through the imx8-isi driver like the one used on the imx8mp. Enable the drivers necessary to facilitate capture on both of these two platforms. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 2b4e22a commit ad775ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,10 @@ CONFIG_SDR_PLATFORM_DRIVERS=y
743743
CONFIG_V4L_MEM2MEM_DRIVERS=y
744744
CONFIG_VIDEO_MEDIATEK_JPEG=m
745745
CONFIG_VIDEO_MEDIATEK_VCODEC=m
746+
CONFIG_VIDEO_IMX7_CSI=m
747+
CONFIG_VIDEO_IMX_MIPI_CSIS=m
748+
CONFIG_VIDEO_IMX8_ISI=m
749+
CONFIG_VIDEO_IMX8_ISI_M2M=y
746750
CONFIG_VIDEO_QCOM_CAMSS=m
747751
CONFIG_VIDEO_QCOM_VENUS=m
748752
CONFIG_VIDEO_RCAR_ISP=m

0 commit comments

Comments
 (0)