drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / drivers / media / platform / nxp / imx8-isi / Kconfig
blobfcff33fc263078fc04e45e4b0cbeb449ae7824f2
1 # SPDX-License-Identifier: GPL-2.0-only
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.
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.