summaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2023-05-07 10:15:47 -0500
committerShawn Guo <shawnguo@kernel.org>2023-05-15 09:25:55 +0800
commitad775ac13d01513f8a35235e5b2304623549ee7c (patch)
tree76c706a87f79d8606666359306cc122586a0ac24 /arch/arm64/configs
parent2b4e22a2b9e2c7f94f53ecd8cc78a37605dc387f (diff)
downloadlinux-stable-ad775ac13d01513f8a35235e5b2304623549ee7c.tar.gz
linux-stable-ad775ac13d01513f8a35235e5b2304623549ee7c.tar.bz2
linux-stable-ad775ac13d01513f8a35235e5b2304623549ee7c.zip
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>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a24609e14d50..7005640fbb8e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -743,6 +743,10 @@ CONFIG_SDR_PLATFORM_DRIVERS=y
CONFIG_V4L_MEM2MEM_DRIVERS=y
CONFIG_VIDEO_MEDIATEK_JPEG=m
CONFIG_VIDEO_MEDIATEK_VCODEC=m
+CONFIG_VIDEO_IMX7_CSI=m
+CONFIG_VIDEO_IMX_MIPI_CSIS=m
+CONFIG_VIDEO_IMX8_ISI=m
+CONFIG_VIDEO_IMX8_ISI_M2M=y
CONFIG_VIDEO_QCOM_CAMSS=m
CONFIG_VIDEO_QCOM_VENUS=m
CONFIG_VIDEO_RCAR_ISP=m