]> Git Repo - linux.git/blob - drivers/media/platform/nxp/Kconfig
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / media / platform / nxp / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 # V4L drivers
4
5 comment "NXP media platform drivers"
6
7 config VIDEO_IMX7_CSI
8         tristate "NXP CSI Bridge driver"
9         depends on ARCH_MXC || COMPILE_TEST
10         depends on HAS_DMA
11         depends on VIDEO_DEV
12         select MEDIA_CONTROLLER
13         select V4L2_FWNODE
14         select VIDEOBUF2_DMA_CONTIG
15         select VIDEO_V4L2_SUBDEV_API
16         help
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.
19
20 config VIDEO_IMX_MIPI_CSIS
21         tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"
22         depends on ARCH_MXC || COMPILE_TEST
23         depends on VIDEO_DEV
24         select MEDIA_CONTROLLER
25         select V4L2_FWNODE
26         select VIDEO_V4L2_SUBDEV_API
27         help
28           Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
29           v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.
30
31 source "drivers/media/platform/nxp/imx8-isi/Kconfig"
32
33 # mem2mem drivers
34
35 config VIDEO_IMX_PXP
36         tristate "NXP i.MX Pixel Pipeline (PXP)"
37         depends on V4L_MEM2MEM_DRIVERS
38         depends on VIDEO_DEV && (ARCH_MXC || COMPILE_TEST)
39         select VIDEOBUF2_DMA_CONTIG
40         select V4L2_MEM2MEM_DEV
41         help
42           The i.MX Pixel Pipeline is a memory-to-memory engine for scaling,
43           color space conversion, and rotation.
44
45 config VIDEO_MX2_EMMAPRP
46         tristate "NXP MX2 eMMa-PrP support"
47         depends on V4L_MEM2MEM_DRIVERS
48         depends on VIDEO_DEV
49         depends on SOC_IMX27 || COMPILE_TEST
50         select VIDEOBUF2_DMA_CONTIG
51         select V4L2_MEM2MEM_DEV
52         help
53             MX2X chips have a PrP that can be used to process buffers from
54             memory to memory. Operations include resizing and format
55             conversion.
56
57 source "drivers/media/platform/nxp/dw100/Kconfig"
58 source "drivers/media/platform/nxp/imx-jpeg/Kconfig"
This page took 0.039615 seconds and 4 git commands to generate.