brintos

brintos / linux-shallow public Read only

0
0
Text · 664 B · fcff33f Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config VIDEO_IMX8_ISI4	tristate "i.MX8 Image Sensor Interface (ISI) driver"5	depends on ARCH_MXC || COMPILE_TEST6	depends on HAS_DMA && PM7	depends on VIDEO_DEV8	select MEDIA_CONTROLLER9	select V4L2_FWNODE10	select V4L2_MEM2MEM_DEV if VIDEO_IMX8_ISI_M2M11	select VIDEO_V4L2_SUBDEV_API12	select VIDEOBUF2_DMA_CONTIG13	help14	  V4L2 driver for the Image Sensor Interface (ISI) found in various15	  i.MX8 SoCs.16 17config VIDEO_IMX8_ISI_M2M18	bool "i.MX8 Image Sensor Interface (ISI) memory-to-memory support"19	depends on VIDEO_IMX8_ISI20	help21	  Select 'yes' here to enable support for memory-to-memory processing22	  in the ISI driver.23