1# SPDX-License-Identifier: GPL-2.0 2config VIDEO_IPU3_IMGU 3 tristate "Intel ipu3-imgu driver" 4 depends on PCI && VIDEO_V4L2 5 depends on MEDIA_CONTROLLER && VIDEO_V4L2_SUBDEV_API 6 depends on X86 7 select IOMMU_IOVA 8 select VIDEOBUF2_DMA_SG 9 help 10 This is the Video4Linux2 driver for Intel IPU3 image processing unit, 11 found in Intel Skylake and Kaby Lake SoCs and used for processing 12 images and video. 13 14 Say Y or M here if you have a Skylake/Kaby Lake SoC with a MIPI 15 camera. The module will be called ipu3-imgu. 16