]> Git Repo - linux.git/blob - drivers/media/platform/nxp/imx8-isi/Kconfig
dma-mapping: don't return errors from dma_set_max_seg_size
[linux.git] / drivers / media / platform / nxp / imx8-isi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 config VIDEO_IMX8_ISI
4         tristate "i.MX8 Image Sensor Interface (ISI) driver"
5         depends on ARCH_MXC || COMPILE_TEST
6         depends on HAS_DMA && PM
7         depends on VIDEO_DEV
8         select MEDIA_CONTROLLER
9         select V4L2_FWNODE
10         select V4L2_MEM2MEM_DEV if VIDEO_IMX8_ISI_M2M
11         select VIDEO_V4L2_SUBDEV_API
12         select VIDEOBUF2_DMA_CONTIG
13         help
14           V4L2 driver for the Image Sensor Interface (ISI) found in various
15           i.MX8 SoCs.
16
17 config VIDEO_IMX8_ISI_M2M
18         bool "i.MX8 Image Sensor Interface (ISI) memory-to-memory support"
19         depends on VIDEO_IMX8_ISI
20         help
21           Select 'yes' here to enable support for memory-to-memory processing
22           in the ISI driver.
This page took 0.036976 seconds and 4 git commands to generate.