70 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3# V4L drivers4 5comment "NXP media platform drivers"6 7config VIDEO_IMX7_CSI8 tristate "NXP CSI Bridge driver"9 depends on ARCH_MXC || COMPILE_TEST10 depends on HAS_DMA11 depends on VIDEO_DEV12 select MEDIA_CONTROLLER13 select V4L2_FWNODE14 select VIDEOBUF2_DMA_CONTIG15 select VIDEO_V4L2_SUBDEV_API16 help17 Driver for the NXP Camera Sensor Interface (CSI) Bridge. This device18 is found in the i.MX6UL/L, i.MX7 and i.MX8M[MQ] SoCs.19 20config VIDEO_IMX8MQ_MIPI_CSI221 tristate "NXP i.MX8MQ MIPI CSI-2 receiver"22 depends on ARCH_MXC || COMPILE_TEST23 depends on VIDEO_DEV24 select MEDIA_CONTROLLER25 select V4L2_FWNODE26 select VIDEO_V4L2_SUBDEV_API27 help28 Video4Linux2 driver for the MIPI CSI-2 receiver found on the i.MX8MQ29 SoC.30 31config VIDEO_IMX_MIPI_CSIS32 tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"33 depends on ARCH_MXC || COMPILE_TEST34 depends on VIDEO_DEV35 select MEDIA_CONTROLLER36 select V4L2_FWNODE37 select VIDEO_V4L2_SUBDEV_API38 help39 Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver40 v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.41 42source "drivers/media/platform/nxp/imx8-isi/Kconfig"43 44# mem2mem drivers45 46config VIDEO_IMX_PXP47 tristate "NXP i.MX Pixel Pipeline (PXP)"48 depends on V4L_MEM2MEM_DRIVERS49 depends on VIDEO_DEV && (ARCH_MXC || COMPILE_TEST)50 select VIDEOBUF2_DMA_CONTIG51 select V4L2_MEM2MEM_DEV52 help53 The i.MX Pixel Pipeline is a memory-to-memory engine for scaling,54 color space conversion, and rotation.55 56config VIDEO_MX2_EMMAPRP57 tristate "NXP MX2 eMMa-PrP support"58 depends on V4L_MEM2MEM_DRIVERS59 depends on VIDEO_DEV60 depends on SOC_IMX27 || COMPILE_TEST61 select VIDEOBUF2_DMA_CONTIG62 select V4L2_MEM2MEM_DEV63 help64 MX2X chips have a PrP that can be used to process buffers from65 memory to memory. Operations include resizing and format66 conversion.67 68source "drivers/media/platform/nxp/dw100/Kconfig"69source "drivers/media/platform/nxp/imx-jpeg/Kconfig"70