1# SPDX-License-Identifier: GPL-2.0-only 2 3# V4L drivers 4 5comment "NXP media platform drivers" 6 7config VIDEO_IMX_MIPI_CSIS 8 tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models" 9 depends on ARCH_MXC || COMPILE_TEST 10 depends on VIDEO_DEV 11 select MEDIA_CONTROLLER 12 select V4L2_FWNODE 13 select VIDEO_V4L2_SUBDEV_API 14 help 15 Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver 16 v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs. 17 18# mem2mem drivers 19 20config VIDEO_IMX_PXP 21 tristate "NXP i.MX Pixel Pipeline (PXP)" 22 depends on V4L_MEM2MEM_DRIVERS 23 depends on VIDEO_DEV && (ARCH_MXC || COMPILE_TEST) 24 select VIDEOBUF2_DMA_CONTIG 25 select V4L2_MEM2MEM_DEV 26 help 27 The i.MX Pixel Pipeline is a memory-to-memory engine for scaling, 28 color space conversion, and rotation. 29 30config VIDEO_MX2_EMMAPRP 31 tristate "NXP MX2 eMMa-PrP support" 32 depends on V4L_MEM2MEM_DRIVERS 33 depends on VIDEO_DEV 34 depends on SOC_IMX27 || COMPILE_TEST 35 select VIDEOBUF2_DMA_CONTIG 36 select V4L2_MEM2MEM_DEV 37 help 38 MX2X chips have a PrP that can be used to process buffers from 39 memory to memory. Operations include resizing and format 40 conversion. 41 42source "drivers/media/platform/nxp/dw100/Kconfig" 43source "drivers/media/platform/nxp/imx-jpeg/Kconfig" 44