1 # SPDX-License-Identifier: GPL-2.0-only
5 comment "NXP media platform drivers"
8 tristate "NXP CSI Bridge driver"
9 depends on ARCH_MXC || COMPILE_TEST
12 select MEDIA_CONTROLLER
14 select VIDEOBUF2_DMA_CONTIG
15 select VIDEO_V4L2_SUBDEV_API
17 Driver for the NXP Camera Sensor Interface (CSI) Bridge. This device
18 is found in the i.MX6UL/L, i.MX7 and i.MX8M[MQ] SoCs.
20 config VIDEO_IMX8MQ_MIPI_CSI2
21 tristate "NXP i.MX8MQ MIPI CSI-2 receiver"
22 depends on ARCH_MXC || COMPILE_TEST
24 select MEDIA_CONTROLLER
26 select VIDEO_V4L2_SUBDEV_API
28 Video4Linux2 driver for the MIPI CSI-2 receiver found on the i.MX8MQ
31 config VIDEO_IMX_MIPI_CSIS
32 tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"
33 depends on ARCH_MXC || COMPILE_TEST
35 select MEDIA_CONTROLLER
37 select VIDEO_V4L2_SUBDEV_API
39 Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
40 v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.
42 source "drivers/media/platform/nxp/imx8-isi/Kconfig"
47 tristate "NXP i.MX Pixel Pipeline (PXP)"
48 depends on V4L_MEM2MEM_DRIVERS
49 depends on VIDEO_DEV && (ARCH_MXC || COMPILE_TEST)
50 select VIDEOBUF2_DMA_CONTIG
51 select V4L2_MEM2MEM_DEV
53 The i.MX Pixel Pipeline is a memory-to-memory engine for scaling,
54 color space conversion, and rotation.
56 config VIDEO_MX2_EMMAPRP
57 tristate "NXP MX2 eMMa-PrP support"
58 depends on V4L_MEM2MEM_DRIVERS
60 depends on SOC_IMX27 || COMPILE_TEST
61 select VIDEOBUF2_DMA_CONTIG
62 select V4L2_MEM2MEM_DEV
64 MX2X chips have a PrP that can be used to process buffers from
65 memory to memory. Operations include resizing and format
68 source "drivers/media/platform/nxp/dw100/Kconfig"
69 source "drivers/media/platform/nxp/imx-jpeg/Kconfig"